From 5c18967f0679e3cb8331422c5fa370b1b1bbd8b4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:42:11 +0200 Subject: [PATCH] Prepare release v2.5.0-rc4 --- CHANGELOG.md | 8 +++++++- script/gcg/traefik-rc-new.toml | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c23f31ed..49a5e0144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## [v2.5.0-rc4](https://github.com/traefik/traefik/tree/v2.5.0-rc4) (2021-08-03) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.0-rc3...v2.5.0-rc4) + +**Bug fixes:** +- **[k8s]** Kubernetes: detect changes for resources other than endpoints ([#8313](https://github.com/traefik/traefik/pull/8313) by [rtribotte](https://github.com/rtribotte)) + ## [v2.4.13](https://github.com/traefik/traefik/tree/v2.4.13) (2021-07-30) [All Commits](https://github.com/traefik/traefik/compare/v2.4.12...v2.4.13) **Bug fixes:** -- **[authentication,middleware]** Remove hop-by-hop headers define in connection header beore some middleware ([#8319](https://github.com/traefik/traefik/pull/8319) by [ldez](https://github.com/ldez)) +- **[authentication,middleware]** Remove hop-by-hop headers defined in connection header before some middleware ([#8319](https://github.com/traefik/traefik/pull/8319) by [ldez](https://github.com/ldez)) ## [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) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index e9f153b67..ab303f8a2 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.5.0 +# example RC4 of v2.5.0 CurrentRef = "v2.5" -PreviousRef = "v2.5.0-rc2" +PreviousRef = "v2.5.0-rc3" BaseBranch = "v2.5" -FutureCurrentRefName = "v2.5.0-rc3" +FutureCurrentRefName = "v2.5.0-rc4" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10