Prepare release v2.11.45

This commit is contained in:
Kevin Pollet
2026-05-05 14:22:05 +02:00
committed by GitHub
parent e4537f8b04
commit ee94dc5343
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
## [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)
**Bug fixes:**
- **[k8s/crd]** Remove cross-provider sanitization for Kubernetes service loading ([#13087](https://github.com/traefik/traefik/pull/13087) @rtribotte)
- **[docker, ecs]** Migrate to github.com/moby/moby modules ([#13053](https://github.com/traefik/traefik/pull/13053) @mmatur)
## [v2.11.44](https://github.com/traefik/traefik/tree/v2.11.44) (2026-04-29)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.43...v2.11.44)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.11.44
# example new bugfix v2.11.45
CurrentRef = "v2.11"
PreviousRef = "v2.11.43"
PreviousRef = "v2.11.44"
BaseBranch = "v2.11"
FutureCurrentRefName = "v2.11.44"
FutureCurrentRefName = "v2.11.45"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000