Prepare release v3.6.21

This commit is contained in:
Kevin Pollet
2026-06-10 16:02:11 +02:00
committed by GitHub
parent e53a37b869
commit b46e795f41
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -1,3 +1,12 @@
## [v3.6.21](https://github.com/traefik/traefik/tree/v3.6.21) (2026-06-10)
[All Commits](https://github.com/traefik/traefik/compare/v3.6.20...v3.6.21)
**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)
## [v2.11.50](https://github.com/traefik/traefik/tree/v2.11.50) (2026-06-10)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.49...v2.11.50)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v3.6.20
# example new bugfix v3.6.21
CurrentRef = "v3.6"
PreviousRef = "v3.6.19"
PreviousRef = "v3.6.20"
BaseBranch = "v3.6"
FutureCurrentRefName = "v3.6.20"
FutureCurrentRefName = "v3.6.21"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000