From e5e48d1cc1e875107a5823cbc18d5af7b3fc080a Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 20 Jan 2022 17:08:07 +0100 Subject: [PATCH] Prepare release v2.5.7 --- CHANGELOG.md | 17 +++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346d0af64..06023eb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [v2.5.7](https://github.com/traefik/traefik/tree/v2.5.7) (2022-01-20) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.6...v2.5.7) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.6.0 ([#8716](https://github.com/traefik/traefik/pull/8716) by [ldez](https://github.com/ldez)) +- **[logs]** Adjust log level from info to debug ([#8718](https://github.com/traefik/traefik/pull/8718) by [tomMoulard](https://github.com/tomMoulard)) +- **[plugins]** Fix middleware plugins memory leak ([#8702](https://github.com/traefik/traefik/pull/8702) by [ldez](https://github.com/ldez)) +- **[server]** Mitigate memory leak ([#8706](https://github.com/traefik/traefik/pull/8706) by [mpl](https://github.com/mpl)) +- **[webui,middleware]** Fix middleware regexp's display ([#8697](https://github.com/traefik/traefik/pull/8697) by [tomMoulard](https://github.com/tomMoulard)) + +**Documentation:** +- **[http]** Fix HTTP provider endpoint config example ([#8715](https://github.com/traefik/traefik/pull/8715) by [kevinpollet](https://github.com/kevinpollet)) +- **[k8s]** Remove typo in Kubernetes providers labelSelector examples ([#8676](https://github.com/traefik/traefik/pull/8676) by [colinwilson](https://github.com/colinwilson)) +- **[rules]** Improve regexp matcher documentation ([#8686](https://github.com/traefik/traefik/pull/8686) by [Hades32](https://github.com/Hades32)) +- **[tracing]** Fix broken jaeger documentation link ([#8665](https://github.com/traefik/traefik/pull/8665) by [tomMoulard](https://github.com/tomMoulard)) +- Update copyright for 2022 ([#8679](https://github.com/traefik/traefik/pull/8679) by [kevinpollet](https://github.com/kevinpollet)) + ## [v2.5.6](https://github.com/traefik/traefik/tree/v2.5.6) (2021-12-22) [All Commits](https://github.com/traefik/traefik/compare/v2.5.5...v2.5.6) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 7518f2f8f..83e4b4e09 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.6 +# example new bugfix v2.5.7 CurrentRef = "v2.5" -PreviousRef = "v2.5.5" +PreviousRef = "v2.5.6" BaseBranch = "v2.5" -FutureCurrentRefName = "v2.5.6" +FutureCurrentRefName = "v2.5.7" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10