From 9e5d4ba5a1cdcf3465630cef858945f90f6b4279 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Wed, 14 Jan 2026 10:28:04 +0100 Subject: [PATCH] Prepare release v2.11.35 --- CHANGELOG.md | 7 +++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9930ef14d..3e1736b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.11.35](https://github.com/traefik/traefik/tree/v2.11.35) (2026-01-14) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.34...v2.11.35) + +**Bug fixes:** +- **[acme]** Add timeout to ACME-TLS/1 challenge handshake ([#12516](https://github.com/traefik/traefik/pull/12516) by [LBF38](https://github.com/LBF38)) +- **[server]** Make encoded character options opt-in ([#12540](https://github.com/traefik/traefik/pull/12540) by [gndz07](https://github.com/gndz07)) + ## [v2.11.34](https://github.com/traefik/traefik/tree/v2.11.34) (2025-12-23) [All Commits](https://github.com/traefik/traefik/compare/v2.11.33...v2.11.34) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index cdb8a357f..640bbc3ea 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.34 +# example new bugfix v2.11.35 CurrentRef = "v2.11" -PreviousRef = "v2.11.33" +PreviousRef = "v2.11.34" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.34" +FutureCurrentRefName = "v2.11.35" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000