forked from Ivasoft/traefik
Prepare release v1.7.34
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [v1.7.34](https://github.com/traefik/traefik/tree/v1.7.34) (2021-12-10)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v1.7.33...v1.7.34)
|
||||||
|
|
||||||
|
**Bug fixes:**
|
||||||
|
- **[k8s]** require that secret is a valid PEM ([#8624](https://github.com/traefik/traefik/pull/8624) by [jr0d](https://github.com/jr0d))
|
||||||
|
|
||||||
## [v1.7.33](https://github.com/traefik/traefik/tree/v1.7.33) (2021-10-07)
|
## [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)
|
[All Commits](https://github.com/traefik/traefik/compare/v1.7.32...v1.7.33)
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v1.7.33
|
# example new bugfix v1.7.34
|
||||||
CurrentRef = "v1.7"
|
CurrentRef = "v1.7"
|
||||||
PreviousRef = "v1.7.32"
|
PreviousRef = "v1.7.33"
|
||||||
BaseBranch = "v1.7"
|
BaseBranch = "v1.7"
|
||||||
FutureCurrentRefName = "v1.7.33"
|
FutureCurrentRefName = "v1.7.34"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10
|
ThresholdPreviousRef = 10
|
||||||
ThresholdCurrentRef = 10
|
ThresholdCurrentRef = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user