Merge branch v2.10 into v3.0

This commit is contained in:
Fernandez Ludovic 2023-04-26 11:44:44 +02:00
commit 2cebd0a083
9 changed files with 136 additions and 16 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v2.9.0
CurrentRef = "v2.9"
PreviousRef = "v2.9.0-rc1"
BaseBranch = "v2.9"
FutureCurrentRefName = "v2.9.0"
# example final release of v2.10.0
CurrentRef = "v2.10"
PreviousRef = "v2.10.0-rc1"
BaseBranch = "v2.10"
FutureCurrentRefName = "v2.10.0"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example final release of v2.9.0
CurrentRef = "v2.9.0-rc1"
PreviousRef = "v2.8.0-rc1"
# example final release of v2.10.0
CurrentRef = "v2.10.0-rc1"
PreviousRef = "v2.9.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v2.9.0-rc1"
FutureCurrentRefName = "v2.10.0-rc1"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10