From 9b6af61d1bba7c1095e960c658a8c4ba7ace32a6 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 13 Mar 2024 16:46:04 +0100 Subject: [PATCH] Prepare release v3.0.0 rc3 --- 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 59356e656..1c5e1a28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.0.0-rc3](https://github.com/traefik/traefik/tree/v3.0.0-rc3) (2024-03-13) +[All Commits](https://github.com/traefik/traefik/compare/v3.0.0-rc2...v3.0.0-rc3) + +**Misc:** +- Merge branch v2.11 into v3.0 ([#10519](https://github.com/traefik/traefik/pull/10519) by [rtribotte](https://github.com/rtribotte)) + ## [v3.0.0-rc2](https://github.com/traefik/traefik/tree/v3.0.0-rc2) (2024-03-12) [All Commits](https://github.com/traefik/traefik/compare/v3.0.0-rc1...v3.0.0-rc2) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index fa3f3b57e..e13057267 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 rc2 of v3.0.0 +# example rc3 of v3.0.0 CurrentRef = "v3.0" -PreviousRef = "v3.0.0-rc1" +PreviousRef = "v3.0.0-rc2" BaseBranch = "v3.0" -FutureCurrentRefName = "v3.0.0-rc2" +FutureCurrentRefName = "v3.0.0-rc3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10