diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a36638e..85f0c9b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.6.2](https://github.com/traefik/traefik/tree/v3.6.2) (2025-11-18) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.1...v3.6.2) + +**Bug fixes:** +- **[k8s/ingress-nginx]** Deprecate Kubernetes Ingress NGINX provider experimental flag ([#12286](https://github.com/traefik/traefik/pull/12286) by [rtribotte](https://github.com/rtribotte)) + ## [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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 0115ace1b..91d3f1ee5 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.1 +# example new bugfix v3.6.2 CurrentRef = "v3.6" -PreviousRef = "v3.6.0" +PreviousRef = "v3.6.1" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.1" +FutureCurrentRefName = "v3.6.2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10