Change8

v3.7.7

📦 traefikView on GitHub →
1 features🐛 6 fixes🔧 9 symbols

Summary

This release introduces the app-root middleware with nginx variable interpolation and fixes several bugs related to Kubernetes integration, routing consistency, and middleware handling.

Migration Steps

  1. Please read the migration guide: https://doc.traefik.io/traefik/v3.7/migrate/v3/#v377

✨ New Features

  • Add app-root middleware with nginx variable interpolation.

🐛 Bug Fixes

  • Fix consistency between HostSNI(*) and Host(*).
  • Fix ExtensionRef filters on backendRefs to resolve against the HTTPRoute namespace in Kubernetes Gateway API.
  • Fix handle empty unknown-length bodies in mirroring middleware.
  • Fix cross-provider ref check for TCP ServersTransport in Kubernetes CRD provider.
  • Sanitize replaced path in ReplacePathRegex middleware.
  • Fix panic when endpointslice port value or name is nil in Kubernetes provider.

Affected Symbols