From 62e17c659ecec58f630ebb1fec9c340c497555e1 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 27 Jun 2022 17:05:11 +0200 Subject: [PATCH] Prepare release v2.8.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 25337058d..689a024df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.8.0-rc2](https://github.com/traefik/traefik/tree/v2.8.0-rc2) (2022-06-27) +[All Commits](https://github.com/traefik/traefik/compare/v2.8.0-rc1...v2.8.0-rc2) + +**Bug fixes:** +- **[nomad]** Use configured token in the Nomad client ([#9111](https://github.com/traefik/traefik/pull/9111) by [kevinpollet](https://github.com/kevinpollet)) + +**Misc:** +- Merge current v2.7 into v2.8 ([#9133](https://github.com/traefik/traefik/pull/9133) by [rtribotte](https://github.com/rtribotte)) + ## [v2.7.2](https://github.com/traefik/traefik/tree/v2.7.2) (2022-06-27) [All Commits](https://github.com/traefik/traefik/compare/v2.7.1...v2.7.2) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index d2461a9d2..9e01d10e0 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 v2.7.0 -CurrentRef = "v2.7" -PreviousRef = "v2.7.0-rc1" -BaseBranch = "v2.7" -FutureCurrentRefName = "v2.7.0-rc2" +# example RC2 of v2.8.0 +CurrentRef = "v2.8" +PreviousRef = "v2.8.0-rc1" +BaseBranch = "v2.8" +FutureCurrentRefName = "v2.8.0-rc2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10