mirror of
https://github.com/traefik/traefik.git
synced 2026-02-18 18:20:28 -05:00
Prepare release v2.11.36
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
This commit is contained in:
parent
c320bb4adb
commit
f1e850ae0b
2 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue