Merge branch v3.3 into v3.4

This commit is contained in:
kevinpollet 2025-05-05 11:05:26 +02:00
commit bf399f3075
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
4 changed files with 98 additions and 26 deletions

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v3.3.6
# example new bugfix v3.3.7
CurrentRef = "v3.3"
PreviousRef = "v3.3.5"
PreviousRef = "v3.3.6"
BaseBranch = "v3.3"
FutureCurrentRefName = "v3.3.6"
FutureCurrentRefName = "v3.3.7"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10