Skip to content

Commit 0ba30c3

Browse files
committed
chore(release): publish crds 1.6.0 and traefik 34.5.0
1 parent 4414e90 commit 0ba30c3

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

traefik-crds/Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 1.6.0 ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.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:** 2025-03-31
6+
7+
* feat(CRDs): 🔧 update Traefik Hub CRDs to v1.17.2
8+
* chore(release): publish crds 1.6.0 and traefik 34.5.0
9+
10+
311
## 1.5.0 ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
412

513
**Release date:** 2025-03-04

traefik-crds/Chart.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: traefik-crds
33
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 1.5.0
5+
version: 1.6.0
66
kubeVersion: ">=1.22.0-0"
77
keywords:
88
- traefik
@@ -23,6 +23,5 @@ maintainers:
2323
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
2424
annotations:
2525
artifacthub.io/changes: |
26-
- "fix(chart): reorder source urls annotations"
27-
- "feat(CRDs-schema): add `global` and `enabled` placeholders for subchart/dependency"
28-
- "chore(CRDs-release): 🔧 publish v1.5.0"
26+
- "feat(CRDs): 🔧 update Traefik Hub CRDs to v1.17.2"
27+
- "chore(release): publish crds 1.6.0 and traefik 34.5.0"

traefik-crds/VALUES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traefik-crds
22

3-
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Traefik based Kubernetes ingress controller
66

traefik/Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 34.5.0 ![AppVersion: v3.3.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.4&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.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:** 2025-03-31
6+
7+
* fix(gateway): `gateway.namespace` value is ignored
8+
* feat: allow templating the additionalVolumeMounts configuration
9+
* feat(CRDs): 🔧 update Traefik Hub CRDs to v1.17.2
10+
* chore(release): publish crds 1.6.0 and traefik 34.5.0
11+
312
## 34.4.1 ![AppVersion: v3.3.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.4&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
413

514
**Release date:** 2025-02-28

traefik/Chart.yaml

+5-6
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: 34.4.1
5+
version: 34.5.0
66
# renovate: image=traefik
77
appVersion: v3.3.4
88
kubeVersion: ">=1.22.0-0"
@@ -25,8 +25,7 @@ maintainers:
2525
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
2626
annotations:
2727
artifacthub.io/changes: |
28-
- "fix(Traefik Proxy): headerLabels does not exist for metrics.prometheus"
29-
- "fix(Traefik Hub): add missing consulCatalogEnterprise provider"
30-
- "feat(deps): update traefik docker tag to v3.3.4"
31-
- "docs(Traefik Proxy): fix VALUES.md generation on prometheus values"
32-
- "chore(release): 🚀 publish v34.4.1"
28+
- "fix(gateway): `gateway.namespace` value is ignored"
29+
- "feat: allow templating the additionalVolumeMounts configuration"
30+
- "feat(CRDs): 🔧 update Traefik Hub CRDs to v1.17.2"
31+
- "chore(release): publish crds 1.6.0 and traefik 34.5.0"

traefik/VALUES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traefik
22

3-
![Version: 34.4.1](https://img.shields.io/badge/Version-34.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.4](https://img.shields.io/badge/AppVersion-v3.3.4-informational?style=flat-square)
3+
![Version: 34.5.0](https://img.shields.io/badge/Version-34.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.4](https://img.shields.io/badge/AppVersion-v3.3.4-informational?style=flat-square)
44

55
A Traefik based Kubernetes ingress controller
66

0 commit comments

Comments
 (0)