Merge branch v2.11 into v3.0

This commit is contained in:
mmatur
2024-01-03 16:45:47 +01:00
112 changed files with 1133 additions and 238 deletions
+5 -5
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
+5 -5
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
+4 -4
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
+1 -1
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"