Prepare release v1.7.33

This commit is contained in:
Kevin Pollet
2021-10-07 16:32:07 +02:00
committed by GitHub
parent e9d3c9a1cb
commit c309b3b006
2 changed files with 9 additions and 3 deletions

View File

@@ -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)

View File

@@ -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