Prepare release v2.9.0-rc3

This commit is contained in:
Kevin Pollet 2022-09-16 16:00:08 +02:00 committed by GitHub
parent 30ec5c58fe
commit 5bc03af75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View file

@ -64,7 +64,7 @@ blocks:
- name: GH_VERSION
value: 1.12.1
- name: CODENAME
value: "beaufort"
value: "banon"
- name: IN_DOCKER
value: ""
prologue:

View file

@ -1,3 +1,9 @@
## [v2.9.0-rc3](https://github.com/traefik/traefik/tree/v2.9.0-rc3) (2022-09-16)
[All Commits](https://github.com/traefik/traefik/compare/v2.9.0-rc2...v2.9.0-rc3)
**Misc:**
- Merge current v2.8 into v2.9 ([#9343](https://github.com/traefik/traefik/pull/9343) by [kevinpollet](https://github.com/kevinpollet))
## [v2.9.0-rc1](https://github.com/traefik/traefik/tree/v2.9.0-rc2) (2022-09-14)
[All Commits](https://github.com/traefik/traefik/compare/v2.8.0-rc1...v2.9.0-rc2)

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example RC2 of v2.8.0
CurrentRef = "v2.8"
PreviousRef = "v2.8.0-rc1"
BaseBranch = "v2.8"
FutureCurrentRefName = "v2.8.0-rc2"
# example RC3 of v2.9.0
CurrentRef = "v2.9"
PreviousRef = "v2.9.0-rc2"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.0-rc3"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10