diff --git a/CHANGELOG.md b/CHANGELOG.md index 113e5a0aa..ee7d609ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [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) + +**Bug fixes:** +- **[k8s/ingress-nginx]** Fix auth-response-headers whitespace trimming in ingress-nginx provider ([#12856](https://github.com/traefik/traefik/pull/12856) @mmatur) +- **[acme]** Bump github.com/go-acme/lego/v4 to v4.33.0 ([#12840](https://github.com/traefik/traefik/pull/12840) @ldez) +- **[server]** Fix comment and unnecessary allocation in withRoutingPath ([#12880](https://github.com/traefik/traefik/pull/12880) @boinger) +- **[server, tcp]** Fix postgres STARTTLS with TLS termination ([#12847](https://github.com/traefik/traefik/pull/12847) @mmatur) +- **[api]** Fix allow colons and tildes in api.basePath validation ([#12857](https://github.com/traefik/traefik/pull/12857) @mmatur) +- **[grpc]** Bump google.golang.org/grpc to v1.79.3 ([#12845](https://github.com/traefik/traefik/pull/12845) @mmatur) +- **[middleware, authentication]** Prevent duplicate user headers in basic and digest auth middleware ([#12851](https://github.com/traefik/traefik/pull/12851) @juliens) +- **[middleware]** Fix StripPrefix and StripPrefixRegex to slice the prefix using encoded prefix length ([#12863](https://github.com/traefik/traefik/pull/12863) @gndz07) + +**Documentation:** +- **[acme]** Clarify CNAME explanation in ACME Documentation ([#12818](https://github.com/traefik/traefik/pull/12818) @sheddy-traefik) +- **[k8s/ingress-nginx]** Add ingress-nginx migration banner on documentation pages ([#12872](https://github.com/traefik/traefik/pull/12872) @gndz07) +- **[k8s/ingress-nginx]** Clarify that NGINX Ingress watchNamespace watches only one namespace ([#12873](https://github.com/traefik/traefik/pull/12873) @parkerfath) +- **[k8s/ingress]** Improve Kubernetes Ingress Routing Documentation ([#12876](https://github.com/traefik/traefik/pull/12876) @sheddy-traefik) + ## [v3.6.11](https://github.com/traefik/traefik/tree/v3.6.11) (2026-03-19) [All Commits](https://github.com/traefik/traefik/compare/v3.6.10...v3.6.11) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index da9e1b34f..ab78d053f 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.11 +# example new bugfix v3.6.12 CurrentRef = "v3.6" -PreviousRef = "v3.6.10" +PreviousRef = "v3.6.11" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.11" +FutureCurrentRefName = "v3.6.12" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000