diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2ba9ae6..32a36638e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v3.6.1](https://github.com/traefik/traefik/tree/v3.6.1) (2025-11-13) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.0...v3.6.1) + +**Bug fixes:** +- **[docker]** Auto-negotiate Docker API Version ([#12256](https://github.com/traefik/traefik/pull/12256) by [felixbuenemann](https://github.com/felixbuenemann)) +- **[server]** Fix multi-layer routing with models ([#12258](https://github.com/traefik/traefik/pull/12258) by [juliens](https://github.com/juliens)) +- **[udp]** Revert "Avoid allocations in readLoop by using sync.Pool" ([#12267](https://github.com/traefik/traefik/pull/12267) by [kevinpollet](https://github.com/kevinpollet)) +- **[webui]** Fix blocked navigation on Safari ([#12231](https://github.com/traefik/traefik/pull/12231) by [gndz07](https://github.com/gndz07)) +- **[webui]** Restore remote Upgrade to Hub button web component ([#12219](https://github.com/traefik/traefik/pull/12219) by [gndz07](https://github.com/gndz07)) + +**Documentation:** +- **[k8s]** Fix Nginx provider documentation ([#12266](https://github.com/traefik/traefik/pull/12266) by [nmengin](https://github.com/nmengin)) +- **[k8s]** Fix Gateway API version and the list of features supported ([#12254](https://github.com/traefik/traefik/pull/12254) by [nmengin](https://github.com/nmengin)) + ## [v2.11.31](https://github.com/traefik/traefik/tree/v2.11.31) (2025-11-13) [All Commits](https://github.com/traefik/traefik/compare/v2.11.30...v2.11.31) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 1039a5cde..0115ace1b 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 v3.5.6 -CurrentRef = "v3.5" -PreviousRef = "v3.5.5" -BaseBranch = "v3.5" -FutureCurrentRefName = "v3.5.6" +# example new bugfix v3.6.1 +CurrentRef = "v3.6" +PreviousRef = "v3.6.0" +BaseBranch = "v3.6" +FutureCurrentRefName = "v3.6.1" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10