diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7d609efb..45b2c2335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v3.6.13](https://github.com/traefik/traefik/tree/v3.6.13) (2026-04-07) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.12...v3.6.13) + +**Bug fixes:** +- **[middleware]** Bump github.com/klauspost/compress v1.18.4 and fix TestNegotiation ([#12937](https://github.com/traefik/traefik/pull/12937) @thaJeztah) + +**Documentation:** +- **[docker]** Fix docker-compose.yaml location in Docker setup page ([#12860](https://github.com/traefik/traefik/pull/12860) @ScottA38) +- **[docker, consul, ecs, k8s]** Fix documentation on how to restrict the scope of service discovery ([#12645](https://github.com/traefik/traefik/pull/12645) @mloiseleur) +- **[k8s/ingress-nginx]** Add OVHcloud (OpenStack Octavia) to Cloud-Specific IP Management ([#12759](https://github.com/traefik/traefik/pull/12759) @antonin-a) +- **[k8s/ingress-nginx]** Clarify IngressClass selection logic ([#12926](https://github.com/traefik/traefik/pull/12926) @kevinpollet) +- Add missing redirects for Getting started ([#12886](https://github.com/traefik/traefik/pull/12886) @nmengin) +- Add redirects for deleted pages ([#12889](https://github.com/traefik/traefik/pull/12889) @sheddy-traefik) +- Fix default value of http.sanitizePath ([#12904](https://github.com/traefik/traefik/pull/12904) @iTob191) + ## [v3.6.12](https://github.com/traefik/traefik/tree/v3.6.12) (2026-03-26) [All Commits](https://github.com/traefik/traefik/compare/v3.6.11...v3.6.12) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index ab78d053f9..f54f5962b4 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.6.12 +# example new bugfix v3.6.13 CurrentRef = "v3.6" -PreviousRef = "v3.6.11" +PreviousRef = "v3.6.12" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.12" +FutureCurrentRefName = "v3.6.13" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000