diff --git a/CHANGELOG.md b/CHANGELOG.md index c9731bc52..9732d0501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.11.29](https://github.com/traefik/traefik/tree/v2.11.29) (2025-08-26) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.28...v2.11.29) + +**Bug fixes:** +- **[acme]** Bump github.com/go-acme/lego/v4 to v4.25.2 ([#11983](https://github.com/traefik/traefik/pull/11983) by [ldez](https://github.com/ldez)) +- **[docker]** Bump github.com/docker/docker to v28.3.3 ([#12007](https://github.com/traefik/traefik/pull/12007) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- Fix invalid links in documentation ([#11960](https://github.com/traefik/traefik/pull/11960) by [mloiseleur](https://github.com/mloiseleur)) +- Update releases docs for v3.5 ([#11949](https://github.com/traefik/traefik/pull/11949) by [jnoordsij](https://github.com/jnoordsij)) + ## [v2.11.28](https://github.com/traefik/traefik/tree/v2.11.28) (2025-07-23) [All Commits](https://github.com/traefik/traefik/compare/v2.11.27...v2.11.28) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 6bc515de5..ff7dc7495 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.28 +# example new bugfix v2.11.29 CurrentRef = "v2.11" -PreviousRef = "v2.11.27" +PreviousRef = "v2.11.28" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.28" +FutureCurrentRefName = "v2.11.29" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10