From 911c4398589e3be87e534e0df64ddd7db1630de8 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 15 Feb 2021 16:52:03 +0100 Subject: [PATCH] Prepare release v2.4.3 --- CHANGELOG.md | 15 +++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc27413b..38e423977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v2.4.3](https://github.com/traefik/traefik/tree/v2.4.3) (2021-02-15) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.2...v2.4.3) + +**Bug fixes:** +- **[acme]** Fix TLS challenge timeout and validation error ([#7879](https://github.com/traefik/traefik/pull/7879) by [ldez](https://github.com/ldez)) +- **[consulcatalog]** Fixed typo in consul catalog tests ([#7865](https://github.com/traefik/traefik/pull/7865) by [apollo13](https://github.com/apollo13)) +- **[middleware]** Apply content type exclusion on response ([#7888](https://github.com/traefik/traefik/pull/7888) by [jbdoumenjou](https://github.com/jbdoumenjou)) + +**Documentation:** +- **[middleware]** Add HEAD as available option for Method ([#7858](https://github.com/traefik/traefik/pull/7858) by [mlandauer](https://github.com/mlandauer)) +- **[middleware]** Middleware documentation fixes ([#7808](https://github.com/traefik/traefik/pull/7808) by [Ullaakut](https://github.com/Ullaakut)) +- **[provider]** Add missing doc about servers transport ([#7894](https://github.com/traefik/traefik/pull/7894) by [ldez](https://github.com/ldez)) +- **[provider]** Provider documentation fixes ([#7823](https://github.com/traefik/traefik/pull/7823) by [Ullaakut](https://github.com/Ullaakut)) +- Fix the static reference documentation for the internal redirection router ([#7860](https://github.com/traefik/traefik/pull/7860) by [jbdoumenjou](https://github.com/jbdoumenjou)) + ## [v2.4.2](https://github.com/traefik/traefik/tree/v2.4.2) (2021-02-02) [All Commits](https://github.com/traefik/traefik/compare/v2.4.1...v2.4.2) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 905028594..092f71413 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.2 +# example new bugfix v2.4.3 CurrentRef = "v2.4" -PreviousRef = "v2.4.1" +PreviousRef = "v2.4.2" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.2" +FutureCurrentRefName = "v2.4.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10