Prepare release v1.7.31

This commit is contained in:
Romain
2021-10-04 18:16:07 +02:00
committed by GitHub
parent df6aab811d
commit d3afb20890
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## [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)
**Bug fixes:**
- **[acme,k8s]** acme: add support of preferredchain in Traefik v1 ([#8482](https://github.com/traefik/traefik/pull/8482) by [ldez](https://github.com/ldez))
## [v1.7.30](https://github.com/traefik/traefik/tree/v1.7.30) (2021-04-07)
[All Commits](https://github.com/traefik/traefik/compare/v1.7.29...v1.7.30)

View File

@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v1.7.30
# example new bugfix v1.7.31
CurrentRef = "v1.7"
PreviousRef = "v1.7.29"
PreviousRef = "v1.7.30"
BaseBranch = "v1.7"
FutureCurrentRefName = "v1.7.30"
FutureCurrentRefName = "v1.7.31"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10