From 32c086193777fe8297fcc0ccda2df396a4d477e7 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Mon, 11 May 2026 14:44:04 +0200 Subject: [PATCH] Prepare release v3.6.17 --- CHANGELOG.md | 7 +++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ad266ce..ef88c0815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v3.6.17](https://github.com/traefik/traefik/tree/v3.6.17) (2026-05-11) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.16...v3.6.17) + +**Bug fixes:** +- **[k8s/ingress, k8s/crd, k8s/gatewayapi]** Add CrossProviderNamespaces option ([#13094](https://github.com/traefik/traefik/pull/13094) @rtribotte) +- **[k8s/crd]** Fix cross-provider ref check for Kubernetes CRD provider ([#13121](https://github.com/traefik/traefik/pull/13121) @rtribotte) + ## [v2.11.46](https://github.com/traefik/traefik/tree/v2.11.46) (2026-05-11) [All Commits](https://github.com/traefik/traefik/compare/v2.11.45...v2.11.46) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 0b833b4d9..b469458dc 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 v3.6.16 +# example new bugfix v3.6.17 CurrentRef = "v3.6" -PreviousRef = "v3.6.15" +PreviousRef = "v3.6.16" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.16" +FutureCurrentRefName = "v3.6.17" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000