v2.11.54
aigc3d/LAMv2.11.54Jul 31, 2026by github-actions[bot]
AI Summary
The v2.11.54 release targets stability in the v2 branch by fixing cross-namespace service references and updating standard library dependencies. It focuses on tracing and compression library updates alongside the cross-namespace fix.
Key Highlights
- Fix cross-namespace service reference check in Kubernetes CRD provider
- Bump golang.org/x/text to v0.40.0 and golang.org/x/net v0.57.0
- Bump github.com/klauspost/compress to v1.18.7
Full Release Notes
**Bug fixes:** - **[tracing]** Bump github.com/DataDog/dd-trace-go/v2 to 2.8.1 ([#13530](https://github.com/traefik/traefik/pull/13530) @kevinpollet) - Bump golang.org/x/text to v0.40.0 and golang.org/x/net v0.57.0 ([#13574](https://github.com/traefik/traefik/pull/13574) @mmatur) - **[k8s/crd]** Fix cross-namespace service reference check in Kubernetes CRD provider ([#13573](https://github.com/traefik/traefik/pull/13573) @gndz07) - **[middleware]** Bump github.com/klauspost/compress to v1.18.7 ([#13587](https://github.com/traefik/traefik/pull/13587) @mmatur)