diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4758623..1f254b105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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) [All Commits](https://github.com/traefik/traefik/compare/v1.7.32...v1.7.33) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 01a91029a..840c88200 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example new bugfix v1.7.33 +# example new bugfix v1.7.34 CurrentRef = "v1.7" -PreviousRef = "v1.7.32" +PreviousRef = "v1.7.33" BaseBranch = "v1.7" -FutureCurrentRefName = "v1.7.33" +FutureCurrentRefName = "v1.7.34" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10