Prepare release v2.11.36

This commit is contained in:
Romain
2026-02-02 11:24:20 +01:00
committed by GitHub
parent c320bb4adb
commit f1e850ae0b
2 changed files with 13 additions and 3 deletions
+10
View File
@@ -1,3 +1,13 @@
## [v2.11.36](https://github.com/traefik/traefik/tree/v2.11.36) (2026-02-02)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.35...v2.11.36)
**Bug fixes:**
- **[service]** Avoid recursion with services ([#12591](https://github.com/traefik/traefik/pull/12591) by [juliens](https://github.com/juliens))
- **[webui]** Bump dependencies of documentation and webui ([#12581](https://github.com/traefik/traefik/pull/12581) by [gndz07](https://github.com/gndz07))
**Documentation:**
- Remove extra dots in migration guide ([#12573](https://github.com/traefik/traefik/pull/12573) by [rtribotte](https://github.com/rtribotte))
## [v2.11.35](https://github.com/traefik/traefik/tree/v2.11.35) (2026-01-14)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.34...v2.11.35)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.11.35
# example new bugfix v2.11.36
CurrentRef = "v2.11"
PreviousRef = "v2.11.34"
PreviousRef = "v2.11.35"
BaseBranch = "v2.11"
FutureCurrentRefName = "v2.11.35"
FutureCurrentRefName = "v2.11.36"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000