From 0111c9c0246988e5db103f4bfe175b2c91b46dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BUISSON?= Date: Mon, 7 Sep 2026 10:42:10 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=2041.5?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/Changelog.md | 12 ++++++++++++ traefik/Chart.yaml | 16 +++++----------- traefik/VALUES.md | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/traefik/Changelog.md b/traefik/Changelog.md index 9090b3fd5..c3b13612d 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 41.5.0 ![AppVersion: v3.7.13](https://img.shields.io/static/v1?label=AppVersion&message=v3.7.13&color=success&logo=) ![Kubernetes: >=1.25.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.25.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +**Release date:** 2026-09-07 + +* fix: grant ConfigMap write verbs to namespaced role +* feat(deps): update traefik docker tag to v3.7.13 +* feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.13 +* feat(CRDs): update Traefik Hub to v1.34.0 +* chore(release): 🚀 publish 41.5.0 + + + ## 41.4.0 ![AppVersion: v3.7.12](https://img.shields.io/static/v1?label=AppVersion&message=v3.7.12&color=success&logo=) ![Kubernetes: >=1.25.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.25.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) **Release date:** 2026-08-27 diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index d3bf99ece..6a16ae0f2 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik description: A Traefik based Kubernetes ingress controller type: application -version: 41.4.0 +version: 41.5.0 # renovate: image=traefik appVersion: v3.7.13 kubeVersion: '>=1.25.0-0' @@ -28,16 +28,10 @@ annotations: traefik.io/hub-max-version: v3.20.13 artifacthub.io/changes: | - kind: fixed - description: "fix: hub/proxy mapping" - - kind: fixed - description: "fix(rbac): restore secretResourceNames for namespaced role" - - kind: added - description: "feat: deprecate `underscoreHeadersStrategy` value" - - kind: added - description: "feat: add `aliasHeadersStrategy` value" + description: "fix: grant ConfigMap write verbs to namespaced role" - kind: added - description: "feat(hub): support apiManagement OpenAPI refresh interval" + description: "feat(deps): update traefik docker tag to v3.7.13" - kind: added - description: "feat(deps): update traefik docker tag to v3.7.12" + description: "feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.13" - kind: added - description: "feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.12" + description: "feat(CRDs): update Traefik Hub to v1.34.0" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 51a97b695..4be709726 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 41.4.0](https://img.shields.io/badge/Version-41.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.7.13](https://img.shields.io/badge/AppVersion-v3.7.13-informational?style=flat-square) +![Version: 41.5.0](https://img.shields.io/badge/Version-41.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.7.13](https://img.shields.io/badge/AppVersion-v3.7.13-informational?style=flat-square) A Traefik based Kubernetes ingress controller