From bb7bb492267b2bdba53ae82b3c19a5758e5d4eda Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 6 Mar 2026 15:10:04 +0100 Subject: [PATCH] Prepare release v2.11.40 --- CHANGELOG.md | 9 +++++++-- script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf97a50820..ff06e55992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f1ba207c23..8468dda025 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -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