From b00f640d7262a63766c69d1942470aa035de362c Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 19 Sep 2024 12:08:04 +0200 Subject: [PATCH] Prepare release v2.11.10 --- 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 f29591330..7cca4f6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.11.10](https://github.com/traefik/traefik/tree/v2.11.10) (2024-09-19) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.9...v2.11.10) + +**Bug fixes:** +- **[http3]** Bump github.com/quic-go/quic-go to v0.47.0 ([#11104](https://github.com/traefik/traefik/pull/11104) by [rtribotte](https://github.com/rtribotte)) +- **[server]** Check if ACME certificate resolver is not nil ([#11103](https://github.com/traefik/traefik/pull/11103) by [kevinpollet](https://github.com/kevinpollet)) + ## [v2.11.9](https://github.com/traefik/traefik/tree/v2.11.9) (2024-09-16) [All Commits](https://github.com/traefik/traefik/compare/v2.11.8...v2.11.9) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f3af5d7fc..b2a7f7401 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.9 +# example new bugfix v2.11.10 CurrentRef = "v2.11" -PreviousRef = "v2.11.8" +PreviousRef = "v2.11.9" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.9" +FutureCurrentRefName = "v2.11.10" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10