diff --git a/CHANGELOG.md b/CHANGELOG.md index 35864f514..0f718aead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.3.4](https://github.com/traefik/traefik/tree/v2.3.4) (2020-11-24) +[All Commits](https://github.com/traefik/traefik/compare/v2.3.3...v2.3.4) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.1.2 ([#7577](https://github.com/traefik/traefik/pull/7577) by [ldez](https://github.com/ldez)) +- **[k8s,k8s/crd,k8s/ingress]** Apply labelSelector as a TweakListOptions for Kubernetes informers ([#7521](https://github.com/traefik/traefik/pull/7521) by [rtribotte](https://github.com/rtribotte)) +- **[middleware]** Do not evaluate templated URL in redirectRegex middleware ([#7573](https://github.com/traefik/traefik/pull/7573) by [jspdown](https://github.com/jspdown)) +- **[provider]** fix: invalid slice parsing. ([#7583](https://github.com/traefik/traefik/pull/7583) by [ldez](https://github.com/ldez)) + +**Documentation:** +- **[ecs]** Fix clusters option in ECS provider documentation ([#7586](https://github.com/traefik/traefik/pull/7586) by [skapin](https://github.com/skapin)) + ## [v2.3.3](https://github.com/traefik/traefik/tree/v2.3.3) (2020-11-19) [All Commits](https://github.com/traefik/traefik/compare/v2.3.2...v2.3.3) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 0a4e2f244..3b6392736 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.3.3 +# example new bugfix v2.3.4 CurrentRef = "v2.3" -PreviousRef = "v2.3.2" +PreviousRef = "v2.3.3" BaseBranch = "v2.3" -FutureCurrentRefName = "v2.3.3" +FutureCurrentRefName = "v2.3.4" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10