From 32655b5b16a1142b8b460e2d8dd68fe00d86a6bf Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 23 Mar 2021 16:34:04 +0100 Subject: [PATCH] Prepare release v2.4.8 --- CHANGELOG.md | 16 ++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd4303e4..cc160ba9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [v2.4.8](https://github.com/traefik/traefik/tree/v2.4.8) (2021-03-22) +[All Commits](https://github.com/traefik/traefik/compare/v2.4.7...v2.4.8) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.3.1 ([#7980](https://github.com/traefik/traefik/pull/7980) by [ldez](https://github.com/ldez)) +- **[acme]** Update go-acme/lego to v4.3.0 ([#7975](https://github.com/traefik/traefik/pull/7975) by [ldez](https://github.com/ldez)) +- **[k8s,k8s/gatewayapi]** Update to gateway-api v0.2.0 ([#7943](https://github.com/traefik/traefik/pull/7943) by [jbdoumenjou](https://github.com/jbdoumenjou)) +- **[pilot,webui]** Adding an option to (de)activate Pilot integration into the Traefik dashboard ([#7994](https://github.com/traefik/traefik/pull/7994) by [tomMoulard](https://github.com/tomMoulard)) +- **[rules]** Raise errors for non-ASCII domain names in a router's rules ([#7986](https://github.com/traefik/traefik/pull/7986) by [rtribotte](https://github.com/rtribotte)) +- **[server]** Update pires/go-proxyproto to v0.5.0 ([#7948](https://github.com/traefik/traefik/pull/7948) by [mschneider82](https://github.com/mschneider82)) + +**Documentation:** +- **[middleware]** Improve basic auth middleware httpasswd example ([#7992](https://github.com/traefik/traefik/pull/7992) by [d3473r](https://github.com/d3473r)) +- **[middleware]** Add missing `traefik.` prefix across sample config ([#7990](https://github.com/traefik/traefik/pull/7990) by [deepyaman](https://github.com/deepyaman)) +- **[middleware]** Remove a no longer needed note ([#7979](https://github.com/traefik/traefik/pull/7979) by [cmcga1125](https://github.com/cmcga1125)) + ## [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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 0955443ce..fbe6d869f 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.7 +# example new bugfix v2.4.8 CurrentRef = "v2.4" -PreviousRef = "v2.4.6" +PreviousRef = "v2.4.7" BaseBranch = "v2.4" -FutureCurrentRefName = "v2.4.7" +FutureCurrentRefName = "v2.4.8" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10