diff --git a/CHANGELOG.md b/CHANGELOG.md index 142398780..ff42a63cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [v3.6.3](https://github.com/traefik/traefik/tree/v3.6.3) (2025-12-04) -[All Commits](https://github.com/traefik/traefik/compare/v3.6.2...v3.6.3) +## [v3.6.4](https://github.com/traefik/traefik/tree/v3.6.4) (2025-12-05) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.2...v3.6.4) **Bug fixes:** - **[acme]** Bump github.com/go-acme/lego/v4 to v4.29.0 ([#12333](https://github.com/traefik/traefik/pull/12333) by [ldez](https://github.com/ldez)) @@ -23,6 +23,12 @@ **Misc:** - Merge branch v2.11 into v3.6 ([#12364](https://github.com/traefik/traefik/pull/12364) by [kevinpollet](https://github.com/kevinpollet)) - Merge branch v2.11 into v3.6 ([#12341](https://github.com/traefik/traefik/pull/12341) by [mmatur](https://github.com/mmatur)) +- Merge branch v2.11 into v3.6 ([#12368](https://github.com/traefik/traefik/pull/12368) by [mmatur](https://github.com/mmatur)) + +## [v3.6.3](https://github.com/traefik/traefik/tree/v3.6.3) (2025-12-04) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.2...v3.6.3) + +Release canceled. ## [v2.11.32](https://github.com/traefik/traefik/tree/v2.11.32) (2025-12-04) [All Commits](https://github.com/traefik/traefik/compare/v2.11.31...v2.11.32) diff --git a/docs/content/migrate/v3.md b/docs/content/migrate/v3.md index 670d86a51..0b1e100bf 100644 --- a/docs/content/migrate/v3.md +++ b/docs/content/migrate/v3.md @@ -555,7 +555,7 @@ The KubernetesIngressNGINX Provider is no longer experimental in v3.6.2 and can 1. Remove the `kubernetesIngressNGINX` option from the experimental section 2. Configure the provider using the [kubernetesIngressNGINX Provider documentation](../reference/install-configuration/providers/kubernetes/kubernetes-ingress-nginx.md) -## v3.6.3 +## v3.6.4 ### Encoded Characters in Request Path diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index d16c72e53..ae5760bd3 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.3 +# example new bugfix v3.6.4 CurrentRef = "v3.6" -PreviousRef = "v3.6.2" +PreviousRef = "v3.6.3" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.3" +FutureCurrentRefName = "v3.6.4" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000