From b1e11f3e885f77b81cebc37e915a173ed57f0ecf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> Date: Mon, 8 Mar 2021 18:04:03 +0100 Subject: [PATCH] Prepare release v2.4.7 --- CHANGELOG.md | 11 +++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c981ca4e7..5fd4303e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.4.7](https://github.com/traefik/traefik/tree/v2.4.7) (2021-03-08) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.6...v2.4.7) + +**Bug fixes:** +- **[acme]** Fix: double close chan on TLS challenge ([#7956](https://github.com/traefik/traefik/pull/7956) by [ldez](https://github.com/ldez)) +- **[provider]** Bump paerser to v0.1.2 ([#7945](https://github.com/traefik/traefik/pull/7945) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- **[server]** Feature: tune transport buffer size to increase performance ([#7957](https://github.com/traefik/traefik/pull/7957) by [mvertes](https://github.com/mvertes)) + +**Documentation:** +- **[service]** Fix ServersTransport documentation ([#7942](https://github.com/traefik/traefik/pull/7942) by [rtribotte](https://github.com/rtribotte)) + ## [v2.4.6](https://github.com/traefik/traefik/tree/v2.4.6) (2021-03-01) [All Commits](https://github.com/traefik/traefik/compare/v2.4.5...v2.4.6) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index fe91fd987..0955443ce 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.4.5 +# example new bugfix v2.4.7 CurrentRef = "v2.4" -PreviousRef = "v2.4.5" +PreviousRef = "v2.4.6" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.6" +FutureCurrentRefName = "v2.4.7" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10