diff --git a/CHANGELOG.md b/CHANGELOG.md index c5186b71b..f959a89ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.11.19](https://github.com/traefik/traefik/tree/v2.11.19) (2025-01-29) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.18...v2.11.19) + +**Bug fixes:** +- **[middleware]** Changing log message when client cert is not available to debug ([#11453](https://github.com/traefik/traefik/pull/11453) by [Nelwhix](https://github.com/Nelwhix)) +- **[service]** Do not create a logger instance for each proxy ([#11487](https://github.com/traefik/traefik/pull/11487) by [kevinpollet](https://github.com/kevinpollet)) +- **[webui]** Fix auto refresh not clearing on component unmount ([#11477](https://github.com/traefik/traefik/pull/11477) by [DoubleREW](https://github.com/DoubleREW)) + +**Documentation:** +- Remove awesome.traefik.io reference in documentation section ([#11435](https://github.com/traefik/traefik/pull/11435) by [kevinpollet](https://github.com/kevinpollet)) + ## [v2.11.18](https://github.com/traefik/traefik/tree/v2.11.18) (2025-01-07) [All Commits](https://github.com/traefik/traefik/compare/v2.11.17...v2.11.18) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index ae7523c10..43ada85bd 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.18 +# example new bugfix v2.11.19 CurrentRef = "v2.11" -PreviousRef = "v2.11.17" +PreviousRef = "v2.11.18" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.18" +FutureCurrentRefName = "v2.11.19" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10