Merge current v2.7 into v2.8

This commit is contained in:
romain 2022-06-27 16:12:21 +02:00
commit 41748c3ae4
59 changed files with 5767 additions and 1086 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.7.1
# example new bugfix v2.7.2
CurrentRef = "v2.7"
PreviousRef = "v2.7.0"
PreviousRef = "v2.7.1"
BaseBranch = "v2.7"
FutureCurrentRefName = "v2.7.1"
FutureCurrentRefName = "v2.7.2"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10