From 8816cb86a4425dfa90adf01312a6b6e4d73e2792 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 18 Apr 2025 09:34:04 +0200 Subject: [PATCH] Prepare release v2.11.24 --- CHANGELOG.md | 11 +++++++++-- script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89796db19..80a19819d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,24 @@ -## [v2.11.23](https://github.com/traefik/traefik/tree/v2.11.23) (2025-04-17) -[All Commits](https://github.com/traefik/traefik/compare/v2.11.22...v2.11.23) +## [v2.11.24](https://github.com/traefik/traefik/tree/v2.11.24) (2025-04-18) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.22...v2.11.24) **Bug fixes:** - **[acme]** Bump github.com/go-acme/lego/v4 to v4.23.1 ([#11690](https://github.com/traefik/traefik/pull/11690) by [ldez](https://github.com/ldez)) - **[metrics]** Bump gopkg.in/DataDog/dd-trace-go.v1 to v1.72.2 ([#11693](https://github.com/traefik/traefik/pull/11693) by [kevinpollet](https://github.com/kevinpollet)) - **[middleware]** Add Content-Length header to preflight response ([#11682](https://github.com/traefik/traefik/pull/11682) by [lbenguigui](https://github.com/lbenguigui)) - **[server]** Sanitize request path ([#11684](https://github.com/traefik/traefik/pull/11684) by [rtribotte](https://github.com/rtribotte)) +- Bump github.com/redis/go-redis/v9 to v9.7.3 ([#11695](https://github.com/traefik/traefik/pull/11695) by [kevinpollet](https://github.com/kevinpollet)) - Bump golang.org/x/net to v0.38.0 ([#11691](https://github.com/traefik/traefik/pull/11691) by [kevinpollet](https://github.com/kevinpollet)) - Bump golang.org/x/oauth2 to v0.28.0 ([#11689](https://github.com/traefik/traefik/pull/11689) by [rtribotte](https://github.com/rtribotte)) **Documentation:** +- **[middleware]** Add content-length best practice documentation ([#11697](https://github.com/traefik/traefik/pull/11697) by [sheddy-traefik](https://github.com/sheddy-traefik)) - Typo fix on the Explanation Section for User Guide HTTP Challenge. ([#11676](https://github.com/traefik/traefik/pull/11676) by [YapWC](https://github.com/YapWC)) +## [v2.11.23](https://github.com/traefik/traefik/tree/v2.11.23) (2025-04-17) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.22...v2.11.23) + +Release canceled. + ## [v2.11.22](https://github.com/traefik/traefik/tree/v2.11.22) (2025-03-31) [All Commits](https://github.com/traefik/traefik/compare/v2.11.21...v2.11.22) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 41d55a223..798164f4f 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.23 +# example new bugfix v2.11.24 CurrentRef = "v2.11" -PreviousRef = "v2.11.22" +PreviousRef = "v2.11.23" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.23" +FutureCurrentRefName = "v2.11.24" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10