From 9d0e76baa8e04034311401e4fd9e428903679fc2 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 18 Apr 2025 14:24:04 +0200 Subject: [PATCH] Prepare release v3.4.0 rc2 --- CHANGELOG.md | 8 ++++++++ script/gcg/traefik-rc-new.toml | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea47faa1c..f494dbb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v3.4.0-rc2](https://github.com/traefik/traefik/tree/v3.4.0-rc2) (2025-04-18) +[All Commits](https://github.com/traefik/traefik/compare/v3.4.0-rc1...v3.4.0-rc2) + +**Bug fixes:** +- **[k8s/crd]** Remove default load-balancing strategy from CRD ([#11701](https://github.com/traefik/traefik/pull/11701) by [kevinpollet](https://github.com/kevinpollet)) +- **[k8s/crd]** Restrict regex validation of HTTP status codes for Ingress CRD resources ([#11670](https://github.com/traefik/traefik/pull/11670) by [jnoordsij](https://github.com/jnoordsij)) +- Bump github.com/redis/go-redis/v9 to v9.7.3 ([#11687](https://github.com/traefik/traefik/pull/11687) by [kevinpollet](https://github.com/kevinpollet)) + ## [v3.3.6](https://github.com/traefik/traefik/tree/v3.3.6) (2025-04-18) [All Commits](https://github.com/traefik/traefik/compare/v3.3.5...v3.3.6) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index 3f6bf8882..252218964 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 rc2 of v3.3.0 -CurrentRef = "v3.3" -PreviousRef = "v3.3.0-rc1" -BaseBranch = "v3.3" -FutureCurrentRefName = "v3.3.0-rc2" +# example rc2 of v3.4.0 +CurrentRef = "v3.4" +PreviousRef = "v3.4.0-rc1" +BaseBranch = "v3.4" +FutureCurrentRefName = "v3.4.0-rc2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10