From 801eb2f149fb0d50cfa706abb741a1c0ae4c7800 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Tue, 5 May 2026 15:36:05 +0200 Subject: [PATCH] Prepare release v3.6.16 --- CHANGELOG.md | 13 +++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a442e44c9..cd65085bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v3.6.16](https://github.com/traefik/traefik/tree/v3.6.16) (2026-05-05) +[All Commits](https://github.com/traefik/traefik/compare/v3.6.15...v3.6.16) + +**Bug fixes:** +- **[k8s/crd]** Remove cross-provider sanitization for Kubernetes service loading ([#13087](https://github.com/traefik/traefik/pull/13087) @rtribotte) +- **[k8s/ingress-nginx]** Fix typo in default CORS allowed headers ([#13088](https://github.com/traefik/traefik/pull/13088) @mliang2) +- **[logs, metrics, tracing]** Bump go.opentelemetry.io/otel ([#13100](https://github.com/traefik/traefik/pull/13100) @juliens) +- **[docker, ecs]** Migrate to github.com/moby/moby modules ([#12672](https://github.com/traefik/traefik/pull/12672) @thaJeztah) +- **[docker, ecs]** Migrate to github.com/moby/moby modules ([#13053](https://github.com/traefik/traefik/pull/13053) @mmatur) + +**Documentation:** +- **[k8s/gatewayapi]** Update Helm chart values link for Kubernetes Gateway ([#13063](https://github.com/traefik/traefik/pull/13063) @0054) + ## [v2.11.45](https://github.com/traefik/traefik/tree/v2.11.45) (2026-05-05) [All Commits](https://github.com/traefik/traefik/compare/v2.11.44...v2.11.45) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 58feb2803..0b833b4d9 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.15 +# example new bugfix v3.6.16 CurrentRef = "v3.6" -PreviousRef = "v3.6.14" +PreviousRef = "v3.6.15" BaseBranch = "v3.6" -FutureCurrentRefName = "v3.6.15" +FutureCurrentRefName = "v3.6.16" ThresholdPreviousRef = 10000 ThresholdCurrentRef = 10000