From 08fe27ce5f5cf242cd72670b2ecea329412a0ead Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Mon, 28 Oct 2024 10:22:04 +0100 Subject: [PATCH] Prepare release v2.11.13 --- CHANGELOG.md | 9 +++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e5d283e..6a010870a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.11.13](https://github.com/traefik/traefik/tree/v2.11.13) (2024-10-28) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.12...v2.11.13) + +**Bug fixes:** +- **[middleware,service]** Panic on aborted requests to properly close the connection ([#11129](https://github.com/traefik/traefik/pull/11129) by [tonybart1337](https://github.com/tonybart1337)) + +**Documentation:** +- Update business callouts ([#11217](https://github.com/traefik/traefik/pull/11217) by [tomatokoolaid](https://github.com/tomatokoolaid)) + ## [v2.11.12](https://github.com/traefik/traefik/tree/v2.11.12) (2024-10-09) [All Commits](https://github.com/traefik/traefik/compare/v2.11.11...v2.11.12) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index dacf38d28..c7581b405 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.12 +# example new bugfix v2.11.13 CurrentRef = "v2.11" -PreviousRef = "v2.11.11" +PreviousRef = "v2.11.12" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.12" +FutureCurrentRefName = "v2.11.13" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10