Merge branch v2.11 into v3.0

This commit is contained in:
mmatur 2024-01-03 16:45:47 +01:00
commit a69c1ba3b7
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
112 changed files with 1133 additions and 238 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.10.6
CurrentRef = "v2.10"
PreviousRef = "v2.10.5"
BaseBranch = "v2.10"
FutureCurrentRefName = "v2.10.6"
# example new bugfix v2.11.1
CurrentRef = "v2.11"
PreviousRef = "v2.11.0"
BaseBranch = "v2.11"
FutureCurrentRefName = "v2.11.1"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10

View file

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

View file

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

View file

@ -6,7 +6,7 @@ FileName = "traefik_changelog.md"
# example RC1 of v3.0.0-beta1
CurrentRef = "master"
PreviousRef = "v2.9.0-rc1"
PreviousRef = "v2.11.0-rc1"
BaseBranch = "master"
FutureCurrentRefName = "v3.0.0-beta1"