From 385ff5055ce29cb6c0eed4a2b700776729adfbc1 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 18 Jun 2024 12:00:04 +0200 Subject: [PATCH] Prepare release v2.11.5 --- 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 789cc6769..5f20c6c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.11.5](https://github.com/traefik/traefik/tree/v2.11.5) (2024-06-18) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.4...v2.11.5) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.17.4 ([#10803](https://github.com/traefik/traefik/pull/10803) by [ldez](https://github.com/ldez)) + +**Documentation:** +- Update the supported versions table ([#10798](https://github.com/traefik/traefik/pull/10798) by [nmengin](https://github.com/nmengin)) + ## [v2.11.4](https://github.com/traefik/traefik/tree/v2.11.4) (2024-06-10) [All Commits](https://github.com/traefik/traefik/compare/v2.11.3...v2.11.4) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index a8a354286..9d6664d50 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.4 +# example new bugfix v2.11.5 CurrentRef = "v2.11" -PreviousRef = "v2.11.3" +PreviousRef = "v2.11.4" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.4" +FutureCurrentRefName = "v2.11.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10