v3.6.21
myshell-ai/OpenVoicev3.6.21Jun 10, 2026by github-actions[bot]
AI Summary
A minor maintenance release focusing on GatewayAPI cross-provider reference rejection and dependency bumps (go-proxyproto), alongside TLS fixes.
Key Highlights
- Reject cross-provider references with backendRefs.namespace in Kubernetes GatewayAPI.
- Bump github.com/pires/go-proxyproto to v0.12.0.
- Fix routers with same host, different TLS options on different entry points.
- Fix SNI check for routers without hosts.
Full Release Notes
**Bug fixes:** - **[k8s/gatewayapi]** Reject cross-provider references with backendRefs.namespace ([#13322](https://github.com/traefik/traefik/pull/13322) @youkoulayley) - **[server]** Bump to github.com/pires/go-proxyproto v0.12.0 ([#13313](https://github.com/traefik/traefik/pull/13313) @timschumi) - **[tls]** Fix routers with same host, different tlsoptions on different entryPoint ([#13329](https://github.com/traefik/traefik/pull/13329) @juliens) - **[tls]** Fix snicheck for routers with no hosts ([#13333](https://github.com/traefik/traefik/pull/13333) @rtribotte)