diff --git a/CHANGELOG.md b/CHANGELOG.md index e99861020..d1c54358c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [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) + +**Bug fixes:** +- **[logs, otel]** Add OTel-conformant trace context attributes to access logs ([#12801](https://github.com/traefik/traefik/pull/12801) @mmatur) +- **[k8s/gatewayapi]** Fix incorrect hostname matching between listener and route ([#12599](https://github.com/traefik/traefik/pull/12599) @TheColorman) +- **[k8s/ingress]** Fix ingress router's rule ([#12808](https://github.com/traefik/traefik/pull/12808) @gndz07) +- **[webui]** Remove AGPL license in code ([#12799](https://github.com/traefik/traefik/pull/12799) @Desel72) +- **[k8s/ingress-nginx]** Fix proxy-ssl-verify annotation ([#12825](https://github.com/traefik/traefik/pull/12825) @LBF38) +- **[http]** Add maxResponseBodySize configuration on HTTP provider ([#12788](https://github.com/traefik/traefik/pull/12788) @gndz07) +- **[tls]** Support fragmented TLS client hello ([#12787](https://github.com/traefik/traefik/pull/12787) @rtribotte) +- **[middleware, authentication]** Make basic auth check timing constant ([#12803](https://github.com/traefik/traefik/pull/12803) @rtribotte) + +**Documentation:** +- **[k8s]** Improve the multi tenant security note ([#12822](https://github.com/traefik/traefik/pull/12822) @nmengin) +- Fix unnecessary escaping of pipe in regexp examples ([#12784](https://github.com/traefik/traefik/pull/12784) @diegmonti) +- Add vulnerability submission quality guidelines ([#12807](https://github.com/traefik/traefik/pull/12807) @emilevauge) +- Fix start up message format ([#12806](https://github.com/traefik/traefik/pull/12806) @mloiseleur) +- Remove unsupported servers[n].address from TCP label examples ([#12817](https://github.com/traefik/traefik/pull/12817) @sheddy-traefik) +- Bump mkdocs-traefiklabs to use consent mode ([#12804](https://github.com/traefik/traefik/pull/12804) @darkweaver87) + ## [v2.11.41](https://github.com/traefik/traefik/tree/v2.11.41) (2026-03-18) [All Commits](https://github.com/traefik/traefik/compare/v2.11.40...v2.11.41) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 5d696a1e3..da9e1b34f 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.10 +# example new bugfix v3.6.11 CurrentRef = "v3.6" PreviousRef = "v3.6.10" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.10" +FutureCurrentRefName = "v3.6.11" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000