Change8

v2.11.47

📦 traefikView on GitHub →
🐛 6 fixes🔧 5 symbols

Summary

This release focuses on stability, introducing several bug fixes across middleware, server, and Kubernetes ingress components, including dependency bumps for security and correctness.

🐛 Bug Fixes

  • Added error handling when building basic authentication middleware if the users list is empty.
  • Prevented ingress path matcher injection and backported commit 11d251415 in Kubernetes ingress.
  • Moved snicheck from simulated routing to context in the server component.
  • Requests with differing paths after StripPrefix and StripPrefixRegex normalization are now rejected.
  • Bumped golang.org/x/net to v0.55.0.
  • Bumped golang.org/x/crypto to v0.52.0.

Affected Symbols