From 2e6e5cbd031f84046b46fc5c0f927b854d8df1ce Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 15 Feb 2023 16:02:06 +0100 Subject: [PATCH] Prepare release v2.9.8 --- CHANGELOG.md | 6 ++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9295ca9..41e456242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.9.8](https://github.com/traefik/traefik/tree/v2.9.8) (2023-02-15) +[All Commits](https://github.com/traefik/traefik/compare/v2.9.7...v2.9.8) + +**Bug fixes:** +- **[server]** Update golang.org/x/net to v0.7.0 ([#9716](https://github.com/traefik/traefik/pull/9716) by [ldez](https://github.com/ldez)) + ## [v2.9.7](https://github.com/traefik/traefik/tree/v2.9.7) (2023-02-14) [All Commits](https://github.com/traefik/traefik/compare/v2.9.6...v2.9.7) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 87ec86f38..95128b3e2 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.9.7 +# example new bugfix v2.9.8 CurrentRef = "v2.9" -PreviousRef = "v2.9.6" +PreviousRef = "v2.9.7" BaseBranch = "v2.9" -FutureCurrentRefName = "v2.9.7" +FutureCurrentRefName = "v2.9.8" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10