diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da39faff..38704c0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v2.4.12](https://github.com/traefik/traefik/tree/v2.4.12) (2021-07-26) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.11...v2.4.12) + +**Bug fixes:** +- **[k8s,k8s/ingress]** Get Kubernetes server version early ([#8286](https://github.com/traefik/traefik/pull/8286) by [rtribotte](https://github.com/rtribotte)) +- **[k8s,k8s/ingress]** Don't remove ingress config on API call failure ([#8185](https://github.com/traefik/traefik/pull/8185) by [dtomcej](https://github.com/dtomcej)) +- **[middleware]** Ratelimiter: use correct ttlSeconds value, and always call Set ([#8254](https://github.com/traefik/traefik/pull/8254) by [mpl](https://github.com/mpl)) +- **[tls]** Check if defaultcertificate is defined in store ([#8274](https://github.com/traefik/traefik/pull/8274) by [dtomcej](https://github.com/dtomcej)) + ## [v2.4.11](https://github.com/traefik/traefik/tree/v2.4.11) (2021-07-15) [All Commits](https://github.com/traefik/traefik/compare/v2.4.9...v2.4.11) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 4d1cc91d3..0e924afaa 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.11 +# example new bugfix v2.4.12 CurrentRef = "v2.4" -PreviousRef = "v2.4.9" +PreviousRef = "v2.4.11" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.11" +FutureCurrentRefName = "v2.4.12" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10