Skip to content

Commit 0111c9c

Browse files
committed
chore(release): 🚀 publish 41.5.0
1 parent 70255ea commit 0111c9c

3 files changed

Lines changed: 18 additions & 12 deletions

File tree

‎traefik/Changelog.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 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)
4+
5+
**Release date:** 2026-09-07
6+
7+
* fix: grant ConfigMap write verbs to namespaced role
8+
* feat(deps): update traefik docker tag to v3.7.13
9+
* feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.13
10+
* feat(CRDs): update Traefik Hub to v1.34.0
11+
* chore(release): 🚀 publish 41.5.0
12+
13+
14+
315
## 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)
416

517
**Release date:** 2026-08-27

‎traefik/Chart.yaml‎

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: traefik
33
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 41.4.0
5+
version: 41.5.0
66
# renovate: image=traefik
77
appVersion: v3.7.13
88
kubeVersion: '>=1.25.0-0'
@@ -28,16 +28,10 @@ annotations:
2828
traefik.io/hub-max-version: v3.20.13
2929
artifacthub.io/changes: |
3030
- kind: fixed
31-
description: "fix: hub/proxy mapping"
32-
- kind: fixed
33-
description: "fix(rbac): restore secretResourceNames for namespaced role"
34-
- kind: added
35-
description: "feat: deprecate `underscoreHeadersStrategy` value"
36-
- kind: added
37-
description: "feat: add `aliasHeadersStrategy` value"
31+
description: "fix: grant ConfigMap write verbs to namespaced role"
3832
- kind: added
39-
description: "feat(hub): support apiManagement OpenAPI refresh interval"
33+
description: "feat(deps): update traefik docker tag to v3.7.13"
4034
- kind: added
41-
description: "feat(deps): update traefik docker tag to v3.7.12"
35+
description: "feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.13"
4236
- kind: added
43-
description: "feat(deps): update ghcr.io/traefik/traefik-hub docker tag to v3.20.12"
37+
description: "feat(CRDs): update Traefik Hub to v1.34.0"

‎traefik/VALUES.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traefik
22

3-
![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)
3+
![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)
44

55
A Traefik based Kubernetes ingress controller
66

0 commit comments

Comments
 (0)