Prepare release v2.11.46

This commit is contained in:
Kevin Pollet
2026-05-11 14:20:05 +02:00
committed by GitHub
parent 83cc8fee5d
commit 22460f0a62
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
## [v2.11.46](https://github.com/traefik/traefik/tree/v2.11.46) (2026-05-11)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.45...v2.11.46)
**Bug fixes:**
- **[k8s/ingress, k8s/crd, k8s/gatewayapi]** Add CrossProviderNamespaces option ([#13094](https://github.com/traefik/traefik/pull/13094) @rtribotte)
- **[k8s/crd]** Fix cross-provider ref check for Kubernetes CRD provider ([#13121](https://github.com/traefik/traefik/pull/13121) @rtribotte)
## [v2.11.45](https://github.com/traefik/traefik/tree/v2.11.45) (2026-05-05)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.44...v2.11.45)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.11.45
# example new bugfix v2.11.46
CurrentRef = "v2.11"
PreviousRef = "v2.11.44"
PreviousRef = "v2.11.45"
BaseBranch = "v2.11"
FutureCurrentRefName = "v2.11.45"
FutureCurrentRefName = "v2.11.46"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000