mirror of
https://github.com/traefik/traefik.git
synced 2026-03-21 10:00:12 -04:00
Prepare release v2.11.40
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
8291b1d049
commit
bb7bb49226
2 changed files with 10 additions and 5 deletions
|
|
@ -1,10 +1,15 @@
|
|||
## [v2.11.39](https://github.com/traefik/traefik/tree/v2.11.39) (2026-03-06)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.38...v2.11.39)
|
||||
## [v2.11.40](https://github.com/traefik/traefik/tree/v2.11.40) (2026-03-06)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.38...v2.11.40)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[docker]** Bump Docker and OpenTelemetry dependencies ([#12761](https://github.com/traefik/traefik/pull/12761) by [mmatur](https://github.com/mmatur))
|
||||
- **[server]** Bump golang.org/x/net to v0.51.0 ([#12756](https://github.com/traefik/traefik/pull/12756) by [kevinpollet](https://github.com/kevinpollet))
|
||||
|
||||
## [v2.11.39](https://github.com/traefik/traefik/tree/v2.11.39) (2026-03-06)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.38...v2.11.39)
|
||||
|
||||
Release canceled.
|
||||
|
||||
## [v2.11.38](https://github.com/traefik/traefik/tree/v2.11.38) (2026-02-23)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.37...v2.11.38)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.39
|
||||
# example new bugfix v2.11.40
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.38"
|
||||
PreviousRef = "v2.11.39"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.39"
|
||||
FutureCurrentRefName = "v2.11.40"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
|
|
|||
Loading…
Reference in a new issue