From 9758b1ce3691773303ac3774439a7f9f63ab4410 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Fri, 28 Jun 2024 10:42:03 +0200 Subject: [PATCH] Prepare release v3.1.0-rc2 --- CHANGELOG.md | 9 +++++++-- script/gcg/traefik-rc-new.toml | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8414cb4c1..cdbac7495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## [v3.1.0-rc1](https://github.com/traefik/traefik/tree/v3.1.0-rc1) (2024-06-27) -[All Commits](https://github.com/traefik/traefik/compare/v3.0.0-beta3...v3.1.0-rc1) +## [v3.1.0-rc2](https://github.com/traefik/traefik/tree/v3.1.0-rc2) (2024-06-28) +[All Commits](https://github.com/traefik/traefik/compare/v3.0.0-beta3...v3.1.0-rc2) **Enhancements:** - **[k8s,k8s/gatewayapi]** Support invalid HTTPRoute status ([#10714](https://github.com/traefik/traefik/pull/10714) by [kevinpollet](https://github.com/kevinpollet)) @@ -27,6 +27,7 @@ **Bug fixes:** - **[healthcheck,k8s/crd,k8s]** Fix Healthcheck default value for ExternalName services ([#10778](https://github.com/traefik/traefik/pull/10778) by [kevinpollet](https://github.com/kevinpollet)) - **[middleware,metrics,tracing]** Upgrade to OpenTelemetry Semantic Conventions v1.26.0 ([#10850](https://github.com/traefik/traefik/pull/10850) by [mmatur](https://github.com/mmatur)) +- **[plugins]** Fix build only linux and darwin support wazergo ([#10857](https://github.com/traefik/traefik/pull/10857) by [juliens](https://github.com/juliens)) **Documentation:** - **[k8s,k8s/gatewayapi]** Fix the Kubernetes GatewayAPI documentation ([#10844](https://github.com/traefik/traefik/pull/10844) by [nmengin](https://github.com/nmengin)) @@ -41,6 +42,10 @@ - Merge current v3.0 into master ([#10418](https://github.com/traefik/traefik/pull/10418) by [mmatur](https://github.com/mmatur)) - Merge current v3.0 into master ([#10040](https://github.com/traefik/traefik/pull/10040) by [mmatur](https://github.com/mmatur)) +## [v3.1.0-rc1](https://github.com/traefik/traefik/tree/v3.1.0-rc1) (2024-06-27) + +Release canceled. + ## [v3.0.3](https://github.com/traefik/traefik/tree/v3.0.3) (2024-06-18) [All Commits](https://github.com/traefik/traefik/compare/v3.0.2...v3.0.3) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index 2a7377a1f..d29162816 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 rc4 of v3.0.0 -CurrentRef = "v3.0" -PreviousRef = "v3.0.0-rc4" -BaseBranch = "v3.0" -FutureCurrentRefName = "v3.0.0-rc5" +# example rc2 of v3.1.0 +CurrentRef = "v3.1" +PreviousRef = "v3.1.0-rc1" +BaseBranch = "v3.1" +FutureCurrentRefName = "v3.1.0-rc2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10