1
0
Fork 0

Merge branch v3.4 into v3.5

This commit is contained in:
kevinpollet 2025-07-11 10:29:18 +02:00
commit ff992fb7f9
No known key found for this signature in database
GPG key ID: 0C9A5DDD1B292453
41 changed files with 3830 additions and 66 deletions

View file

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