From b2bb96390a1f7cf8bcc67838c6cf1cf2638f6113 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 29 Nov 2023 16:08:05 +0100 Subject: [PATCH] Prepare release v3.0.0 beta5 --- CHANGELOG.md | 9 +++++++++ script/gcg/traefik-rc-new.toml | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cac3071d..a570148ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v3.0.0-beta5](https://github.com/traefik/traefik/tree/v3.0.0-beta5) (2023-11-29) +[All Commits](https://github.com/traefik/traefik/compare/v3.0.0-beta4...v3.0.0-beta5) + +**Enhancements:** +- **[metrics]** Upgrade OpenTelemetry dependencies ([#10181](https://github.com/traefik/traefik/pull/10181) by [mmatur](https://github.com/mmatur)) + +**Misc:** +- Merge current v2.10 into v3.0 ([#10272](https://github.com/traefik/traefik/pull/10272) by [rtribotte](https://github.com/rtribotte)) + ## [v2.10.6](https://github.com/traefik/traefik/tree/v2.10.6) (2023-11-28) [All Commits](https://github.com/traefik/traefik/compare/v2.10.5...v2.10.6) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index 37759f1c2..d98437fc3 100644 --- a/script/gcg/traefik-rc-new.toml +++ b/script/gcg/traefik-rc-new.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example beta3 of v3.0.0 +# example beta5 of v3.0.0 CurrentRef = "v3.0" -PreviousRef = "v3.0.0-beta3" +PreviousRef = "v3.0.0-beta4" BaseBranch = "v3.0" -FutureCurrentRefName = "v3.0.0-beta4" +FutureCurrentRefName = "v3.0.0-beta5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10