diff --git a/CHANGELOG.md b/CHANGELOG.md index c8242999f..d5c4d8d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [v3.3.5](https://github.com/traefik/traefik/tree/v3.3.5) (2025-03-31) +[All Commits](https://github.com/traefik/traefik/compare/v3.3.4...v3.3.5) + +**Bug fixes:** +- **[k8s/gatewayapi]** Set scheme to https with BackendTLSPolicy ([#11586](https://github.com/traefik/traefik/pull/11586) by [rtribotte](https://github.com/rtribotte)) +- **[middleware]** Revert compress middleware algorithms priority to v2 behavior ([#11641](https://github.com/traefik/traefik/pull/11641) by [rtribotte](https://github.com/rtribotte)) +- **[middleware]** Do not abort request when response content-type is malformed ([#11628](https://github.com/traefik/traefik/pull/11628) by [kevinpollet](https://github.com/kevinpollet)) +- **[middleware]** Compress data on flush when compression is not started ([#11583](https://github.com/traefik/traefik/pull/11583) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- **[middleware]** Add back forwarded headers section in FAQ ([#11606](https://github.com/traefik/traefik/pull/11606) by [kevinpollet](https://github.com/kevinpollet)) +- New Routing Reference Documentation ([#11330](https://github.com/traefik/traefik/pull/11330) by [sheddy-traefik](https://github.com/sheddy-traefik)) + +**Misc:** +- Merge branch v2.11 into v3.3 ([#11644](https://github.com/traefik/traefik/pull/11644) by [kevinpollet](https://github.com/kevinpollet)) +- Merge branch v2.11 into v3.3 ([#11594](https://github.com/traefik/traefik/pull/11594) by [rtribotte](https://github.com/rtribotte)) + ## [v2.11.22](https://github.com/traefik/traefik/tree/v2.11.22) (2025-03-31) [All Commits](https://github.com/traefik/traefik/compare/v2.11.21...v2.11.22) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index f8c76f1e8..1aa3ab605 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.3.4 +# example new bugfix v3.3.5 CurrentRef = "v3.3" -PreviousRef = "v3.3.3" +PreviousRef = "v3.3.4" BaseBranch = "v3.3" -FutureCurrentRefName = "v3.3.4" +FutureCurrentRefName = "v3.3.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10