From a0d8ee5a0252205e378a9a80d7ddc54483a5f03c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> Date: Thu, 8 Apr 2021 16:30:04 +0200 Subject: [PATCH] Prepare release v1.7.30 --- CHANGELOG.md | 6 ++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25652a0de..e00671036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.7.30](https://github.com/traefik/traefik/tree/v1.7.30) (2021-04-07) +[All Commits](https://github.com/traefik/traefik/compare/v1.7.29...v1.7.30) + +**Bug fixes:** +- **[metrics]** Prometheus: fixing prom Handler to use the custom registry ([#8040](https://github.com/traefik/traefik/pull/8040) by [tomMoulard](https://github.com/tomMoulard)) + ## [v1.7.29](https://github.com/traefik/traefik/tree/v1.7.29) (2021-03-22) [All Commits](https://github.com/traefik/traefik/compare/v1.7.28...v1.7.29) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 93e3d3db5..4bff3aa44 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.29 +# example new bugfix v1.7.30 CurrentRef = "v1.7" -PreviousRef = "v1.7.28" +PreviousRef = "v1.7.29" BaseBranch = "v1.7" -FutureCurrentRefName = "v1.7.29" +FutureCurrentRefName = "v1.7.30" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10