diff --git a/CHANGELOG.md b/CHANGELOG.md index f604057b8..d7c096ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.4.14](https://github.com/traefik/traefik/tree/v2.4.14) (2021-08-16) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.13...v2.4.14) + +**Bug fixes:** +- **[k8s/crd,k8s]** Avoid unauthorized middleware cross namespace reference ([#8322](https://github.com/traefik/traefik/pull/8322) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- **[kv]** Remove unwanted trailing slash in key ([#8335](https://github.com/traefik/traefik/pull/8335) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- **[middleware]** Redirect: fix comparison when explicit port request and implicit redirect port ([#8348](https://github.com/traefik/traefik/pull/8348) by [tcolgate](https://github.com/tcolgate)) + +**Documentation:** +- **[kv]** Fix a router's entryPoint definition example for KV provider ([#8357](https://github.com/traefik/traefik/pull/8357) by [avtion](https://github.com/avtion)) + ## [v2.4.13](https://github.com/traefik/traefik/tree/v2.4.13) (2021-07-30) [All Commits](https://github.com/traefik/traefik/compare/v2.4.12...v2.4.13) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 4021c6712..f954736d7 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.13 +# example new bugfix v2.4.14 CurrentRef = "v2.4" -PreviousRef = "v2.4.12" +PreviousRef = "v2.4.13" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.13" +FutureCurrentRefName = "v2.4.14" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10