Prepare release v2.11.18
This commit is contained in:
parent
f9ff6049d3
commit
1aa450c028
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## [v2.11.18](https://github.com/traefik/traefik/tree/v2.11.18) (2025-01-07)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v2.11.17...v2.11.18)
|
||||||
|
|
||||||
|
**Bug fixes:**
|
||||||
|
- **[websocket,server]** Disable http2 connect setting for websocket by default ([#11412](https://github.com/traefik/traefik/pull/11412) by [rtribotte](https://github.com/rtribotte))
|
||||||
|
|
||||||
## [v2.11.17](https://github.com/traefik/traefik/tree/v2.11.17) (2025-01-06)
|
## [v2.11.17](https://github.com/traefik/traefik/tree/v2.11.17) (2025-01-06)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.16...v2.11.17)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.11.16...v2.11.17)
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v2.11.17
|
# example new bugfix v2.11.18
|
||||||
CurrentRef = "v2.11"
|
CurrentRef = "v2.11"
|
||||||
PreviousRef = "v2.11.16"
|
PreviousRef = "v2.11.17"
|
||||||
BaseBranch = "v2.11"
|
BaseBranch = "v2.11"
|
||||||
FutureCurrentRefName = "v2.11.17"
|
FutureCurrentRefName = "v2.11.18"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10
|
ThresholdPreviousRef = 10
|
||||||
ThresholdCurrentRef = 10
|
ThresholdCurrentRef = 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue