From 8ae0379171cd04b60d7a1cb7da124ef56e8fc9f1 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 26 Jun 2025 11:50:04 +0200 Subject: [PATCH] Prepare release v2.11.26 --- CHANGELOG.md | 11 +++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9da61c0..847381bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.11.26](https://github.com/traefik/traefik/tree/v2.11.26) (2025-06-26) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.25...v2.11.26) + +**Bug fixes:** +- **[middleware]** Do not log redis sentinel username and password ([#11819](https://github.com/traefik/traefik/pull/11819) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- **[kv]** Fix KV reference rendering ([#11815](https://github.com/traefik/traefik/pull/11815) by [rtribotte](https://github.com/rtribotte)) +- **[middleware,k8s/crd]** Fix typo in redirect middleware documentation ([#11830](https://github.com/traefik/traefik/pull/11830) by [rtribotte](https://github.com/rtribotte)) +- Update supported versions ([#11811](https://github.com/traefik/traefik/pull/11811) by [jnoordsij](https://github.com/jnoordsij)) + ## [v2.11.25](https://github.com/traefik/traefik/tree/v2.11.25) (2025-05-27) [All Commits](https://github.com/traefik/traefik/compare/v2.11.24...v2.11.25) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 63a5bddd3..6689ac206 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.25 +# example new bugfix v2.11.26 CurrentRef = "v2.11" -PreviousRef = "v2.11.24" +PreviousRef = "v2.11.25" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.25" +FutureCurrentRefName = "v2.11.26" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10