From 8ddc37d52864a347750393e7906271c458f77e46 Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 13 Sep 2022 17:13:58 +0200 Subject: [PATCH] Prepare release v2.8.5 --- CHANGELOG.md | 13 +++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97836a97a..c8e16b8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v2.8.5](https://github.com/traefik/traefik/tree/v2.8.5) (2022-09-13) +[All Commits](https://github.com/traefik/traefik/compare/v2.8.4...v2.8.5) + +**Bug fixes:** +- **[plugins]** Update Yaegi to v0.14.2 ([#9327](https://github.com/traefik/traefik/pull/9327) by [kevinpollet](https://github.com/kevinpollet)) +- **[server]** Fix IPv6 addr with square brackets ([#9313](https://github.com/traefik/traefik/pull/9313) by [moonlightwatch](https://github.com/moonlightwatch)) +- **[webui,api]** Display default TLS options in the dashboard ([#9312](https://github.com/traefik/traefik/pull/9312) by [skwair](https://github.com/skwair)) + +**Documentation:** +- **[docker]** Add healthcheck timeout seconds to value ([#9306](https://github.com/traefik/traefik/pull/9306) by [fty4](https://github.com/fty4)) +- Update deprecation notes about Pilot ([#9314](https://github.com/traefik/traefik/pull/9314) by [nmengin](https://github.com/nmengin)) +- Added resources for businesses ([#9268](https://github.com/traefik/traefik/pull/9268) by [tomatokoolaid](https://github.com/tomatokoolaid)) + ## [v2.8.4](https://github.com/traefik/traefik/tree/v2.8.4) (2022-09-02) [All Commits](https://github.com/traefik/traefik/compare/v2.8.3...v2.8.4) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 3bfba0290..f7f0f72f4 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.8.4 +# example new bugfix v2.8.5 CurrentRef = "v2.8" -PreviousRef = "v2.8.3" +PreviousRef = "v2.8.4" BaseBranch = "v2.8" -FutureCurrentRefName = "v2.8.4" +FutureCurrentRefName = "v2.8.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10