diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f191315d..89796db19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v2.11.23](https://github.com/traefik/traefik/tree/v2.11.23) (2025-04-17) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.22...v2.11.23) + +**Bug fixes:** +- **[acme]** Bump github.com/go-acme/lego/v4 to v4.23.1 ([#11690](https://github.com/traefik/traefik/pull/11690) by [ldez](https://github.com/ldez)) +- **[metrics]** Bump gopkg.in/DataDog/dd-trace-go.v1 to v1.72.2 ([#11693](https://github.com/traefik/traefik/pull/11693) by [kevinpollet](https://github.com/kevinpollet)) +- **[middleware]** Add Content-Length header to preflight response ([#11682](https://github.com/traefik/traefik/pull/11682) by [lbenguigui](https://github.com/lbenguigui)) +- **[server]** Sanitize request path ([#11684](https://github.com/traefik/traefik/pull/11684) by [rtribotte](https://github.com/rtribotte)) +- Bump golang.org/x/net to v0.38.0 ([#11691](https://github.com/traefik/traefik/pull/11691) by [kevinpollet](https://github.com/kevinpollet)) +- Bump golang.org/x/oauth2 to v0.28.0 ([#11689](https://github.com/traefik/traefik/pull/11689) by [rtribotte](https://github.com/rtribotte)) + +**Documentation:** +- Typo fix on the Explanation Section for User Guide HTTP Challenge. ([#11676](https://github.com/traefik/traefik/pull/11676) by [YapWC](https://github.com/YapWC)) + ## [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 e1d02c8fd..41d55a223 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 v2.11.22 +# example new bugfix v2.11.23 CurrentRef = "v2.11" -PreviousRef = "v2.11.21" +PreviousRef = "v2.11.22" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.22" +FutureCurrentRefName = "v2.11.23" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10