From e4b2c648bf78b29a97a560571510b61eb7dc67b6 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 26 Mar 2026 09:48:04 +0100 Subject: [PATCH] Prepare release v2.11.42 --- CHANGELOG.md | 8 ++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2468c476b..ff7a2c6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.11.42](https://github.com/traefik/traefik/tree/v2.11.42) (2026-03-26) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.41...v2.11.42) + +**Bug fixes:** +- **[grpc]** Bump google.golang.org/grpc to v1.79.3 ([#12845](https://github.com/traefik/traefik/pull/12845) @mmatur) +- **[middleware, authentication]** Prevent duplicate user headers in basic and digest auth middleware ([#12851](https://github.com/traefik/traefik/pull/12851) @juliens) +- **[middleware]** Fix StripPrefix and StripPrefixRegex to slice the prefix using encoded prefix length ([#12863](https://github.com/traefik/traefik/pull/12863) @gndz07) + ## [v2.11.41](https://github.com/traefik/traefik/tree/v2.11.41) (2026-03-18) [All Commits](https://github.com/traefik/traefik/compare/v2.11.40...v2.11.41) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index c2a9cac68..52d72c84b 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.41 +# example new bugfix v2.11.42 CurrentRef = "v2.11" -PreviousRef = "v2.11.40" +PreviousRef = "v2.11.41" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.41" +FutureCurrentRefName = "v2.11.42" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000