mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Prepare release v2.11.36
This commit is contained in:
@@ -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)
|
## [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)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.11.34...v2.11.35)
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v2.11.35
|
# example new bugfix v2.11.36
|
||||||
CurrentRef = "v2.11"
|
CurrentRef = "v2.11"
|
||||||
PreviousRef = "v2.11.34"
|
PreviousRef = "v2.11.35"
|
||||||
BaseBranch = "v2.11"
|
BaseBranch = "v2.11"
|
||||||
FutureCurrentRefName = "v2.11.35"
|
FutureCurrentRefName = "v2.11.36"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10000
|
ThresholdPreviousRef = 10000
|
||||||
ThresholdCurrentRef = 10000
|
ThresholdCurrentRef = 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user