Prepare release v1.7.32

This commit is contained in:
Romain
2021-10-06 18:50:09 +02:00
committed by GitHub
parent e1418fa622
commit 8cfb429dec
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## [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)
**Bug fixes:**
- **[acme]** acme: add missing preferred chain ([#8495](https://github.com/traefik/traefik/pull/8495) by [ldez](https://github.com/ldez))
## [v1.7.31](https://github.com/traefik/traefik/tree/v1.7.31) (2021-10-04)
[All Commits](https://github.com/traefik/traefik/compare/v1.7.30...v1.7.31)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v1.7.31
# example new bugfix v1.7.32
CurrentRef = "v1.7"
PreviousRef = "v1.7.30"
PreviousRef = "v1.7.31"
BaseBranch = "v1.7"
FutureCurrentRefName = "v1.7.31"
FutureCurrentRefName = "v1.7.32"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10