Prepare release v3.1.0 rc3

This commit is contained in:
Romain 2024-07-02 17:18:03 +02:00 committed by GitHub
parent 89108972b6
commit 876899be4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
## [v3.1.0-rc3](https://github.com/traefik/traefik/tree/v3.1.0-rc3) (2024-07-02)
[All Commits](https://github.com/traefik/traefik/compare/v3.1.0-rc2...v3.1.0-rc3)
**Bug fixes:**
- **[k8s,k8s/gatewayapi]** Do not disable Gateway API provider if not enabled in experimental ([#10862](https://github.com/traefik/traefik/pull/10862) by [kevinpollet](https://github.com/kevinpollet))
**Misc:**
- Merge current v3.0 into v3.1 ([#10871](https://github.com/traefik/traefik/pull/10871) by [rtribotte](https://github.com/rtribotte))
## [v3.0.4](https://github.com/traefik/traefik/tree/v3.0.4) (2024-07-02)
[All Commits](https://github.com/traefik/traefik/compare/v3.0.3...v3.0.4)

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example rc2 of v3.1.0
# example rc3 of v3.1.0
CurrentRef = "v3.1"
PreviousRef = "v3.1.0-rc1"
PreviousRef = "v3.1.0-rc2"
BaseBranch = "v3.1"
FutureCurrentRefName = "v3.1.0-rc2"
FutureCurrentRefName = "v3.1.0-rc3"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10