diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6a8c81f..68543f6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v3.2.2](https://github.com/traefik/traefik/tree/v3.2.2) (2024-12-10) +[All Commits](https://github.com/traefik/traefik/compare/v3.2.1...v3.2.2) + +**Bug fixes:** +- **[docker,docker/swarm]** Rename traefik.docker.* labels for Docker Swarm to traefik.swarm.* ([#11247](https://github.com/traefik/traefik/pull/11247) by [anchal00](https://github.com/anchal00)) +- **[k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.1 ([#11314](https://github.com/traefik/traefik/pull/11314) by [kevinpollet](https://github.com/kevinpollet)) +- **[plugins]** Fix WASM settings ([#11321](https://github.com/traefik/traefik/pull/11321) by [juliens](https://github.com/juliens)) +- **[rules]** Fix models mechanism for default rule syntax ([#11300](https://github.com/traefik/traefik/pull/11300) by [rtribotte](https://github.com/rtribotte)) + +**Documentation:** +- Move callout to the entrypoint page footer ([#11305](https://github.com/traefik/traefik/pull/11305) by [kevinpollet](https://github.com/kevinpollet)) +- Fix incorrect links in v3 migration sections ([#11297](https://github.com/traefik/traefik/pull/11297) by [kevinpollet](https://github.com/kevinpollet)) +- New Install Reference Documentation ([#11213](https://github.com/traefik/traefik/pull/11213) by [sheddy-traefik](https://github.com/sheddy-traefik)) + ## [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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 36ccdecf2..539d04d2f 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.2.1 +# example new bugfix v3.2.2 CurrentRef = "v3.2" -PreviousRef = "v3.2.0" +PreviousRef = "v3.2.1" BaseBranch = "v3.2" -FutureCurrentRefName = "v3.2.1" +FutureCurrentRefName = "v3.2.2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10