From ae7db879d92da017f8172e9d78b2d596dfea1e8f Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 30 Sep 2022 15:02:08 +0200 Subject: [PATCH] Prepare release v2.9.0-rc5 --- CHANGELOG.md | 6 ++++++ script/gcg/traefik-rc-new.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3cdfa6e..3efec52a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.9.0-rc5](https://github.com/traefik/traefik/tree/v2.9.0-rc5) (2022-09-30) +[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc4...v2.9.0-rc5) + +**Misc:** +- Merge current v2.8 into v2.9 ([#9400](https://github.com/traefik/traefik/pull/9400) by [ldez](https://github.com/ldez)) + ## [v2.8.8](https://github.com/traefik/traefik/tree/v2.8.8) (2022-09-30) [All Commits](https://github.com/traefik/traefik/compare/v2.8.7...v2.8.8) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index df1c3ef7d..a48ac8b2b 100644 --- a/script/gcg/traefik-rc-new.toml +++ b/script/gcg/traefik-rc-new.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example RC4 of v2.9.0 +# example RC5 of v2.9.0 CurrentRef = "v2.9" -PreviousRef = "v2.9.0-rc3" +PreviousRef = "v2.9.0-rc4" BaseBranch = "v2.9" -FutureCurrentRefName = "v2.9.0-rc4" +FutureCurrentRefName = "v2.9.0-rc5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10