From 98cf988d30b9441934c85d7e73f315fb4d3e26f3 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 29 Apr 2026 11:56:10 +0200 Subject: [PATCH] Prepare release v2.11.44 --- CHANGELOG.md | 10 ++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412f68c8e..fbb2e3e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v2.11.44](https://github.com/traefik/traefik/tree/v2.11.44) (2026-04-29) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.43...v2.11.44) + +**Bug fixes:** +- **[middleware]** Add errorRequestHeaders option to Errors middleware ([#13034](https://github.com/traefik/traefik/pull/13034) @gndz07) +- **[acme]** Bump github.com/go-acme/lego to v4.35.2 ([#13052](https://github.com/traefik/traefik/pull/13052) @mmatur) + +**Misc:** +- Make FLAGS Make variable usable ([#13009](https://github.com/traefik/traefik/pull/13009) @twz123) + ## [v2.11.43](https://github.com/traefik/traefik/tree/v2.11.43) (2026-04-22) [All Commits](https://github.com/traefik/traefik/compare/v2.11.42...v2.11.43) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 8ec667d55..f40819ed1 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.43 +# example new bugfix v2.11.44 CurrentRef = "v2.11" -PreviousRef = "v2.11.42" +PreviousRef = "v2.11.43" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.43" +FutureCurrentRefName = "v2.11.44" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000