From bc79796c388516cc5fca037f1afb4bf658469691 Mon Sep 17 00:00:00 2001
From: Tom Moulard <tom.moulard@traefik.io>
Date: Mon, 3 Oct 2022 16:17:58 +0200
Subject: [PATCH] prepare-release-v2.9.1 (#9410)

---
 CHANGELOG.md                   | 10 ++++++++--
 script/gcg/traefik-bugfix.toml | 10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 717c8ec85..7c14767d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-## [v2.9.0](https://github.com/traefik/traefik/tree/v2.9.0) (2022-09-30)
-[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.0)
+## [v2.9.1](https://github.com/traefik/traefik/tree/v2.9.1) (2022-10-03)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.1)
 
 **Enhancements:**
 - **[acme,tls]** ACME Default Certificate ([#9189](https://github.com/traefik/traefik/pull/9189) by [rtribotte](https://github.com/rtribotte))
@@ -26,6 +26,7 @@
 - **[acme]** Fix ACME panic ([#9365](https://github.com/traefik/traefik/pull/9365) by [ldez](https://github.com/ldez))
 
 **Documentation:**
+- Prepare release v2.9.0 ([#9409](https://github.com/traefik/traefik/pull/9409) by [tomMoulard](https://github.com/tomMoulard))
 - **[metrics]** Rework metrics overview page ([#9366](https://github.com/traefik/traefik/pull/9366) by [ddtmachado](https://github.com/ddtmachado))
 - Prepare release v2.9.0-rc5 ([#9402](https://github.com/traefik/traefik/pull/9402) by [ldez](https://github.com/ldez))
 - Prepare release v2.9.0-rc4 ([#9372](https://github.com/traefik/traefik/pull/9372) by [kevinpollet](https://github.com/kevinpollet))
@@ -46,6 +47,11 @@
 - Merge current v2.8 into master ([#9146](https://github.com/traefik/traefik/pull/9146) by [kevinpollet](https://github.com/kevinpollet))
 - Merge current v2.8 into master ([#9135](https://github.com/traefik/traefik/pull/9135) by [kevinpollet](https://github.com/kevinpollet))
 
+## [v2.9.0](https://github.com/traefik/traefik/tree/v2.9.0) (2022-10-03)
+[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc1...v2.9.0)
+
+Release canceled.
+
 ## [v2.9.0-rc5](https://github.com/traefik/traefik/tree/v2.9.0-rc5) (2022-09-30)
 [All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc4...v2.9.0-rc5)
 
diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml
index 5c55c6c72..46502fc32 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.8.8
-CurrentRef = "v2.8"
-PreviousRef = "v2.8.7"
-BaseBranch = "v2.8"
-FutureCurrentRefName = "v2.8.8"
+# example new bugfix v2.9.1
+CurrentRef = "v2.9"
+PreviousRef = "v2.9.0"
+BaseBranch = "v2.9"
+FutureCurrentRefName = "v2.9.0"
 
 ThresholdPreviousRef = 10
 ThresholdCurrentRef = 10
-- 
GitLab