Merge branch v2.11 into v3.0

This commit is contained in:
kevinpollet 2024-05-21 16:24:57 +02:00
commit cff71ee496
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
17 changed files with 952 additions and 287 deletions

View file

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