diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7bbea73..c57591954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## [v1.7.27](https://github.com/traefik/traefik/tree/v1.7.27) (2021-01-13) -[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.27) +## [v1.7.28](https://github.com/traefik/traefik/tree/v1.7.28) (2021-01-13) +[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.28) **Bug fixes:** - **[middleware,tracing]** Do not SetError on tracing event when whitelist allowed request ([#7174](https://github.com/traefik/traefik/pull/7174) by [LordGaav](https://github.com/LordGaav)) @@ -9,9 +9,15 @@ **Documentation:** - **[acme]** docs: fix language "if challenge is not known" ([#7718](https://github.com/traefik/traefik/pull/7718) by [amosshapira](https://github.com/amosshapira)) +- Prepare release v1.7.27 ([#7755](https://github.com/traefik/traefik/pull/7755) by [rtribotte](https://github.com/rtribotte)) - Update copyright year for 2021 ([#7753](https://github.com/traefik/traefik/pull/7753) by [rtribotte](https://github.com/rtribotte)) - Fix typo "CA's" instead of "CA:s" ([#7315](https://github.com/traefik/traefik/pull/7315) by [amosshapira](https://github.com/amosshapira)) +## [v1.7.27](https://github.com/traefik/traefik/tree/v1.7.27) (2021-01-13) +[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.27) + +Release canceled due to a bad tag. + ## [v1.7.26](https://github.com/traefik/traefik/tree/v1.7.26) (2020-07-28) [All Commits](https://github.com/traefik/traefik/compare/v1.7.25...v1.7.26) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 52d57bbee..a3ea86da0 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 v1.7.27 +# example new bugfix v1.7.28 CurrentRef = "v1.7" PreviousRef = "v1.7.26" BaseBranch = "v1.7" -FutureCurrentRefName = "v1.7.27" +FutureCurrentRefName = "v1.7.28" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10