diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd996266..c5186b71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) [All Commits](https://github.com/traefik/traefik/compare/v2.11.16...v2.11.17) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 8d1a0826e..ae7523c10 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example new bugfix v2.11.17 +# example new bugfix v2.11.18 CurrentRef = "v2.11" -PreviousRef = "v2.11.16" +PreviousRef = "v2.11.17" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.17" +FutureCurrentRefName = "v2.11.18" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10