From 47851c212fcea276d5661c1cec755ac287bc8389 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Wed, 29 Apr 2026 16:44:05 +0200 Subject: [PATCH] Prepare release v3.7.0-rc.3 --- CHANGELOG.md | 23 +++++++++++++++++++++++ script/gcg/traefik-rc-new.toml | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c82f886b..e5fd3c6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [v3.7.0-rc.3](https://github.com/traefik/traefik/tree/v3.7.0-rc.3) (2026-04-29) +[All Commits](https://github.com/traefik/traefik/compare/v3.7.0-rc.2...v3.7.0-rc.3) + +**Enhancements:** +- **[k8s/ingress-nginx]** Use a metamodel to generate dynamic configuration in ingress-nginx ([#13062](https://github.com/traefik/traefik/pull/13062) @juliens) +- **[k8s/ingress-nginx]** Add limit-connections support ([#13030](https://github.com/traefik/traefik/pull/13030) @amazon7737) + +**Bug fixes:** +- **[k8s/ingress-nginx]** Fix SSL redirect behavior for ingress-nginx provider ([#13028](https://github.com/traefik/traefik/pull/13028) @gndz07) +- **[k8s/ingress-nginx]** Do not require a port for ExternalName services ([#13033](https://github.com/traefik/traefik/pull/13033) @kevinpollet) +- **[k8s, k8s/ingress-nginx]** Add regression test for ingress default backend without rules ([#13066](https://github.com/traefik/traefik/pull/13066) @mmatur) +- **[acme]** Bump github.com/go-acme/lego/v4 to v4.35.1 ([#13027](https://github.com/traefik/traefik/pull/13027) @ldez) +- **[server]** Bump github.com/vulcand/oxy to v2.1.0 ([#13046](https://github.com/traefik/traefik/pull/13046) @ldez) +- **[acme]** Bump github.com/go-acme/lego/v4 to v4.35.2 ([#13043](https://github.com/traefik/traefik/pull/13043) @ldez) +- **[middleware]** Add errorRequestHeaders option to Errors middleware ([#13034](https://github.com/traefik/traefik/pull/13034) @gndz07) + +**Documentation:** +- **[k8s/ingress-nginx]** Add ingress-nginx ConfigMap migration step ([#12963](https://github.com/traefik/traefik/pull/12963) @sheddy-traefik) +- **[k8s/ingress-nginx]** Delete the coming soon section from the ingress-nginx documentation ([#13037](https://github.com/traefik/traefik/pull/13037) @nmengin) + +**Misc:** +- Make FLAGS Make variable usable ([#13009](https://github.com/traefik/traefik/pull/13009) @twz123) + ## [v3.6.15](https://github.com/traefik/traefik/tree/v3.6.15) (2026-04-29) [All Commits](https://github.com/traefik/traefik/compare/v3.6.14...v3.6.15) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index d4ad2bd36..6d8c7ca3e 100644 --- a/script/gcg/traefik-rc-new.toml +++ b/script/gcg/traefik-rc-new.toml @@ -6,9 +6,9 @@ FileName = "traefik_changelog.md" # example rc.2 of v3.7.0 CurrentRef = "v3.7" -PreviousRef = "v3.7.0-rc.1" +PreviousRef = "v3.7.0-rc.2" BaseBranch = "v3.7" -FutureCurrentRefName = "v3.7.0-rc.2" +FutureCurrentRefName = "v3.7.0-rc.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10