mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
Prepare release v2.11.15
This commit is contained in:
parent
f2ba4353b2
commit
cc14c165c0
@ -1,3 +1,10 @@
|
||||
## [v2.11.15](https://github.com/traefik/traefik/tree/v2.11.15) (2024-12-06)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.14...v2.11.15)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[acme]** Update go-acme/lego to v4.20.4 ([#11295](https://github.com/traefik/traefik/pull/11295) by [ldez](https://github.com/ldez))
|
||||
- **[http3]** Update github.com/quic-go/quic-go to v0.48.2 ([#11320](https://github.com/traefik/traefik/pull/11320) by [kevinpollet](https://github.com/kevinpollet))
|
||||
|
||||
## [v2.11.14](https://github.com/traefik/traefik/tree/v2.11.14) (2024-11-20)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.13...v2.11.14)
|
||||
|
||||
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.14
|
||||
# example new bugfix v2.11.15
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.13"
|
||||
PreviousRef = "v2.11.14"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.14"
|
||||
FutureCurrentRefName = "v2.11.15"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user