mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Prepare release v2.11.45
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user