From c309b3b0061d62acb73cd15891112be70fe5ae6b Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 7 Oct 2021 16:32:07 +0200 Subject: [PATCH] Prepare release v1.7.33 --- 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 05d9606be..bc4758623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.7.33](https://github.com/traefik/traefik/tree/v1.7.33) (2021-10-07) +[All Commits](https://github.com/traefik/traefik/compare/v1.7.32...v1.7.33) + +**Bug fixes:** +- **[acme]** acme: fix non-cluster mode ([#8501](https://github.com/traefik/traefik/pull/8501) by [ldez](https://github.com/ldez)) + ## [v1.7.32](https://github.com/traefik/traefik/tree/v1.7.32) (2021-10-06) [All Commits](https://github.com/traefik/traefik/compare/v1.7.31...v1.7.32) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 33f3175c9..01a91029a 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 v1.7.32 +# example new bugfix v1.7.33 CurrentRef = "v1.7" -PreviousRef = "v1.7.31" +PreviousRef = "v1.7.32" BaseBranch = "v1.7" -FutureCurrentRefName = "v1.7.32" +FutureCurrentRefName = "v1.7.33" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10