diff --git a/CHANGELOG.md b/CHANGELOG.md index 034af8320..d787fa989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.11.8](https://github.com/traefik/traefik/tree/v2.11.8) (2024-08-06) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.7...v2.11.8) + +**Bug fixes:** +- **[docker]** Update to github.com/docker/docker v27.1.1 ([#10955](https://github.com/traefik/traefik/pull/10955) by [rtribotte](https://github.com/rtribotte)) +- **[webui]** Upgrade webui dependencies ([#10961](https://github.com/traefik/traefik/pull/10961) by [mmatur](https://github.com/mmatur)) + +**Documentation:** +- Fix embedded youtube video ([#10958](https://github.com/traefik/traefik/pull/10958) by [mmatur](https://github.com/mmatur)) +- Updated index.md to include video ([#10944](https://github.com/traefik/traefik/pull/10944) by [tomatokoolaid](https://github.com/tomatokoolaid)) + ## [v2.11.7](https://github.com/traefik/traefik/tree/v2.11.7) (2024-07-30) [All Commits](https://github.com/traefik/traefik/compare/v2.11.6...v2.11.7) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 88a1fcee1..984605fa4 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.7 +# example new bugfix v2.11.8 CurrentRef = "v2.11" -PreviousRef = "v2.11.6" +PreviousRef = "v2.11.7" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.7" +FutureCurrentRefName = "v2.11.8" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10