From 6559d63d3cbc4db9c9eb337c6578d99d69a14902 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Tue, 3 May 2022 18:28:08 +0200 Subject: [PATCH] Prepare release v2.6.5 --- CHANGELOG.md | 9 +++++++-- script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56bfeb7b..10eddbfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [v2.6.4](https://github.com/traefik/traefik/tree/v2.6.4) (2022-05-03) -[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.4) +## [v2.6.5](https://github.com/traefik/traefik/tree/v2.6.5) (2022-05-03) +[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.5) **Bug fixes:** - **[acme]** Fix RenewInterval computation in ACME provider ([#8969](https://github.com/traefik/traefik/pull/8969) by [smasset-orange](https://github.com/smasset-orange)) @@ -19,6 +19,11 @@ - Add title and description metadata to documentation pages ([#8941](https://github.com/traefik/traefik/pull/8941) by [ldez](https://github.com/ldez)) - Update dynamic and static configuration references ([#8918](https://github.com/traefik/traefik/pull/8918) by [ldez](https://github.com/ldez)) +## [v2.6.4](https://github.com/traefik/traefik/tree/v2.6.4) (2022-05-03) +[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.4) + +Release canceled. + ## [v2.6.3](https://github.com/traefik/traefik/tree/v2.6.3) (2022-03-28) [All Commits](https://github.com/traefik/traefik/compare/v2.6.2...v2.6.3) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f122a770c..336867e05 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.6.4 +# example new bugfix v2.6.5 CurrentRef = "v2.6" -PreviousRef = "v2.6.3" +PreviousRef = "v2.6.4" BaseBranch = "v2.6" -FutureCurrentRefName = "v2.6.4" +FutureCurrentRefName = "v2.6.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10