Prepare release v2.9.8

This commit is contained in:
Romain 2023-02-15 16:02:06 +01:00 committed by GitHub
parent ab36ea7844
commit 2e6e5cbd03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [v2.9.8](https://github.com/traefik/traefik/tree/v2.9.8) (2023-02-15)
[All Commits](https://github.com/traefik/traefik/compare/v2.9.7...v2.9.8)
**Bug fixes:**
- **[server]** Update golang.org/x/net to v0.7.0 ([#9716](https://github.com/traefik/traefik/pull/9716) by [ldez](https://github.com/ldez))
## [v2.9.7](https://github.com/traefik/traefik/tree/v2.9.7) (2023-02-14)
[All Commits](https://github.com/traefik/traefik/compare/v2.9.6...v2.9.7)

View file

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