From ba8830fdef9ea6e9f0497b06128b36cf5d4a2760 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 5 Jun 2026 14:48:04 +0200 Subject: [PATCH] Prepare release v2.11.49 --- CHANGELOG.md | 8 ++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335030a39..b3b6e5402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v2.11.49](https://github.com/traefik/traefik/tree/v2.11.49) (2026-06-05) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.48...v2.11.49) + +**Bug fixes:** +- **[http3]** Bump github.com/quic-go/quic-go to v0.59.1 ([#13300](https://github.com/traefik/traefik/pull/13300) @rtribotte) +- **[webui]** Bump axios to v1.17.0 ([#13299](https://github.com/traefik/traefik/pull/13299) @gndz07) +- **[tls]** Fix snicheck with keepalive ([#13305](https://github.com/traefik/traefik/pull/13305) @juliens) + ## [v2.11.48](https://github.com/traefik/traefik/tree/v2.11.48) (2026-06-04) [All Commits](https://github.com/traefik/traefik/compare/v2.11.46...v2.11.48) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 6f161f155..4bc6c9e47 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.48 +# example new bugfix v2.11.49 CurrentRef = "v2.11" -PreviousRef = "v2.11.47" +PreviousRef = "v2.11.48" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.48" +FutureCurrentRefName = "v2.11.49" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000