Traefik 3.7.10
Traefik Labs released Traefik 3.7.10 on July 31, 2026, the latest patch release of the popular cloud-native reverse proxy and edge router. The update focuses on bug fixes across the Kubernetes providers, the authentication middleware, and a round of dependency refreshes — with no new features and no breaking changes.
What Changed
The release is dominated by correctness fixes in the Kubernetes integrations. According to the release notes, the Gateway API provider now avoids router name collisions, while the CRD provider fixes its cross-namespace service reference check. In the authentication middleware, a singleflight key collision — which could produce incorrect auth results under concurrency — has been resolved.
- ACME: go-acme/lego bumped to v5.3.1
- Tracing: DataDog dd-trace-go updated to v2.8.1
- Compression: klauspost/compress updated to v1.18.7
- Gateway API: sigs.k8s.io/gateway-api bumped to v1.6.1
- Dependencies: golang.org/x/text v0.40.0 and golang.org/x/net v0.57.0
Why It Matters
For operators running Traefik as their Kubernetes ingress, the router collision and cross-namespace fixes address scenarios that could route traffic unexpectedly or reject valid service references. The auth singleflight fix matters for anyone using forward authentication at scale: concurrent identical requests no longer risk cache-key collisions.
The documentation team also clarified the interaction between auth-url and rewrite-target on the ingress-nginx provider, closing a long-standing source of configuration confusion for that provider.
What's Next
Traefik 3.7.10 is a straightforward maintenance release. Existing 3.7.x users can upgrade with minimal risk. As always, the full changelog is available on the project's GitHub releases page, with contributions from ldez, mmatur, gndz07, kevinpollet, and rtribotte.