mirror of
https://github.com/traefik/traefik
synced 2026-02-08 05:28:10 +00:00
Prepare release v1.7.32
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user