From c7e13eb082122ed0b87f9ffd0388e37a55ce5e92 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 20 Sep 2021 17:30:06 +0200 Subject: [PATCH] Prepare release v2.5.3 --- CHANGELOG.md | 18 ++++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4387ad381..e5a696986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [v2.5.3](https://github.com/traefik/traefik/tree/v2.5.3) (2021-09-20) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.2...v2.5.3) + +**Bug fixes:** +- **[consulcatalog]** Fix certChan defaulting on consul catalog provider ([#8439](https://github.com/traefik/traefik/pull/8439) by [tomMoulard](https://github.com/tomMoulard)) +- **[k8s/crd,k8s]** Fix peerCertURI config for k8s crd provider ([#8454](https://github.com/traefik/traefik/pull/8454) by [kevinpollet](https://github.com/kevinpollet)) +- **[k8s/crd,k8s]** Ensure disableHTTP2 works with k8s crd ([#8448](https://github.com/traefik/traefik/pull/8448) by [ssboisen](https://github.com/ssboisen)) +- **[k8s/crd,k8s]** Fix ServersTransport reference from IngressRoute service definition ([#8431](https://github.com/traefik/traefik/pull/8431) by [rtribotte](https://github.com/rtribotte)) +- **[k8s/crd,k8s]** Add cross namespace verification in Kubernetes CRD ([#8422](https://github.com/traefik/traefik/pull/8422) by [tomMoulard](https://github.com/tomMoulard)) +- **[metrics]** Fix Prometheus router's metrics ([#8425](https://github.com/traefik/traefik/pull/8425) by [tomMoulard](https://github.com/tomMoulard)) +- **[plugins]** Update yaegi to v0.10.0 ([#8452](https://github.com/traefik/traefik/pull/8452) by [ldez](https://github.com/ldez)) + +**Documentation:** +- **[middleware,file]** Fix TCP middleware whitelist example ([#8421](https://github.com/traefik/traefik/pull/8421) by [tribal2](https://github.com/tribal2)) +- **[middleware]** Add default proxy headers list ([#8418](https://github.com/traefik/traefik/pull/8418) by [aaronraff](https://github.com/aaronraff)) +- Add Tom Moulard in maintainers team ([#8442](https://github.com/traefik/traefik/pull/8442) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- Fix golang doc URLs ([#8434](https://github.com/traefik/traefik/pull/8434) by [jbdoumenjou](https://github.com/jbdoumenjou)) + ## [v2.5.2](https://github.com/traefik/traefik/tree/v2.5.2) (2021-09-02) [All Commits](https://github.com/traefik/traefik/compare/v2.5.1...v2.5.2) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index e7f1ac14f..d9678b286 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.5.2 +# example new bugfix v2.5.3 CurrentRef = "v2.5" -PreviousRef = "v2.5.1" +PreviousRef = "v2.5.2" BaseBranch = "v2.5" -FutureCurrentRefName = "v2.5.2" +FutureCurrentRefName = "v2.5.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10