Change8

v2.11.48

📦 traefikView on GitHub →
🐛 7 fixes🔧 6 symbols

Summary

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

Migration Steps

  1. Read the migration guide at https://doc.traefik.io/traefik/v2.11/migration/v2/#v21148.

🐛 Bug Fixes

  • [tls] Compute resolved tlsOptions after applying models
  • [middleware, authentication] Add error on basic auth build if users is empty
  • [k8s/ingress] Avoid ingress path matcher injection and backport 11d251415
  • [server] Move snicheck to ctx instead of simulated routing
  • [middleware] Reject requests with different paths after StripPrefix and StripPrefixRegex normalisation
  • [server] Bump golang.org/x/net to v0.55.0
  • [server] Bump golang.org/x/crypto to v0.52.0

Affected Symbols