From a49b537d9c3ddc96fb06394d7f351ed68ee13c74 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 29 Mar 2022 17:00:09 +0200 Subject: [PATCH] Prepare release v2.7.0-rc2 --- CHANGELOG.md | 9 +++++++++ script/gcg/traefik-rc-new.toml | 10 +++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7f3e20b..d702c450f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.7.0-rc2](https://github.com/traefik/traefik/tree/v2.7.0-rc2) (2022-03-29) +[All Commits](https://github.com/traefik/traefik/compare/v2.7.0-rc1...v2.7.0-rc2) + +**Documentation:** +- **[hub]** Fix Traefik Hub TLS documentation ([#8883](https://github.com/traefik/traefik/pull/8883) by [jbdoumenjou](https://github.com/jbdoumenjou)) + +**Misc:** +- Merge current v2.6 into v2.7 ([#8899](https://github.com/traefik/traefik/pull/8899) by [rtribotte](https://github.com/rtribotte)) + ## [v2.6.3](https://github.com/traefik/traefik/tree/v2.6.3) (2022-03-28) [All Commits](https://github.com/traefik/traefik/compare/v2.6.2...v2.6.3) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index 5c30da9c1..d2461a9d2 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 RC3 of v2.6.0 -CurrentRef = "v2.6" -PreviousRef = "v2.6.0-rc2" -BaseBranch = "v2.6" -FutureCurrentRefName = "v2.6.0-rc3" +# example RC2 of v2.7.0 +CurrentRef = "v2.7" +PreviousRef = "v2.7.0-rc1" +BaseBranch = "v2.7" +FutureCurrentRefName = "v2.7.0-rc2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10