diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2668e6d..2eafa3f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.5.1](https://github.com/traefik/traefik/tree/v2.5.1) (2021-08-20) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.0...v2.5.1) + +**Bug fixes:** +- **[middleware,http3]** Conditional CloseNotify in header middleware ([#8374](https://github.com/traefik/traefik/pull/8374) by [juliens](https://github.com/juliens)) +- **[tls,tcp,k8s/crd,k8s]** Makes ALPN protocols configurable ([#8383](https://github.com/traefik/traefik/pull/8383) by [rtribotte](https://github.com/rtribotte)) + +**Documentation:** +- **[k8s]** Adds MiddlewareTCP CRD documentation ([#8369](https://github.com/traefik/traefik/pull/8369) by [perosb](https://github.com/perosb)) +- **[middleware]** Adds ContentType to middleware's overview table ([#8350](https://github.com/traefik/traefik/pull/8350) by [euidong](https://github.com/euidong)) + ## [v2.5.0](https://github.com/traefik/traefik/tree/v2.5.0) (2021-08-17) [All Commits](https://github.com/traefik/traefik/compare/v2.4.0-rc1...v2.5.0) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f954736d7..5cf4da4f8 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 v2.4.14 -CurrentRef = "v2.4" -PreviousRef = "v2.4.13" -BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.14" +# example new bugfix v2.5.1 +CurrentRef = "v2.5" +PreviousRef = "v2.5.0" +BaseBranch = "v2.5" +FutureCurrentRefName = "v2.5.1" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10