diff --git a/CHANGELOG.md b/CHANGELOG.md index ff06e55992..2468c476b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [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) + +**Bug fixes:** +- **[http]** Add maxResponseBodySize configuration on HTTP provider ([#12788](https://github.com/traefik/traefik/pull/12788) @gndz07) +- **[tls]** Support fragmented TLS client hello ([#12787](https://github.com/traefik/traefik/pull/12787) @rtribotte) +- **[middleware, authentication]** Make basic auth check timing constant ([#12803](https://github.com/traefik/traefik/pull/12803) @rtribotte) + +**Documentation:** +- Bump mkdocs-traefiklabs to use consent mode ([#12804](https://github.com/traefik/traefik/pull/12804) @darkweaver87) + ## [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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 8468dda025..c2a9cac68a 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.40 +# example new bugfix v2.11.41 CurrentRef = "v2.11" -PreviousRef = "v2.11.39" +PreviousRef = "v2.11.40" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.40" +FutureCurrentRefName = "v2.11.41" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000