From 48bd279311d93601ecf4a43271e9de84ec69e542 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:26:08 +0200 Subject: [PATCH] Prepare release v2.5.0-rc3 --- CHANGELOG.md | 21 +++++++++++++++++++++ script/gcg/traefik-rc-new.toml | 10 +++++----- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ad9e1f5..fff2dbce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [v2.5.0-rc3](https://github.com/traefik/traefik/tree/v2.5.0-rc3) (2021-07-20) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.0-rc2...v2.5.0-rc3) + +**Enhancements:** +- **[consulcatalog]** Add Support for Consul Connect ([#7407](https://github.com/traefik/traefik/pull/7407) by [Gufran](https://github.com/Gufran)) + +**Bug fixes:** +- **[k8s,k8s/gatewayapi]** Update Gateway API version to v0.3.0 ([#8253](https://github.com/traefik/traefik/pull/8253) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- **[middleware]** Library change for compress middleware to increase performance ([#8245](https://github.com/traefik/traefik/pull/8245) by [tomMoulard](https://github.com/tomMoulard)) +- **[plugins]** Update yaegi to v0.9.21 ([#8285](https://github.com/traefik/traefik/pull/8285) by [ldez](https://github.com/ldez)) +- **[plugins]** Downgrade yaegi to v0.9.19 ([#8282](https://github.com/traefik/traefik/pull/8282) by [ldez](https://github.com/ldez)) +- **[webui]** Fix dashboard to display middleware details ([#8284](https://github.com/traefik/traefik/pull/8284) by [tomMoulard](https://github.com/tomMoulard)) + +**Documentation:** +- Fix KV reference documentation ([#8280](https://github.com/traefik/traefik/pull/8280) by [rtribotte](https://github.com/rtribotte)) +- Fix migration guide ([#8269](https://github.com/traefik/traefik/pull/8269) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- Update generated and reference doc for plugins ([#8236](https://github.com/traefik/traefik/pull/8236) by [tomMoulard](https://github.com/tomMoulard)) + +**Misc:** +- Merge current v2.4 into v2.5 ([#8263](https://github.com/traefik/traefik/pull/8263) by [rtribotte](https://github.com/rtribotte)) + ## [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-rc-new.toml b/script/gcg/traefik-rc-new.toml index f7bc9f47b..e9f153b67 100644 --- a/script/gcg/traefik-rc-new.toml +++ b/script/gcg/traefik-rc-new.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example RC2 of v2.4.0 -CurrentRef = "v2.4" -PreviousRef = "v2.4.0-rc1" -BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.0-rc2" +# example RC2 of v2.5.0 +CurrentRef = "v2.5" +PreviousRef = "v2.5.0-rc2" +BaseBranch = "v2.5" +FutureCurrentRefName = "v2.5.0-rc3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10