File tree 6 files changed +27
-12
lines changed
6 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## 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 )
4
12
5
13
** Release date:** 2025-03-04
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : traefik-crds
3
3
description : A Traefik based Kubernetes ingress controller
4
4
type : application
5
- version : 1.5 .0
5
+ version : 1.6 .0
6
6
kubeVersion : " >=1.22.0-0"
7
7
keywords :
8
8
- traefik
@@ -23,6 +23,5 @@ maintainers:
23
23
icon : https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
24
24
annotations :
25
25
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"
Original file line number Diff line number Diff line change 1
1
# traefik-crds
2
2
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 )
4
4
5
5
A Traefik based Kubernetes ingress controller
6
6
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
12
## 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 )
4
13
5
14
** Release date:** 2025-02-28
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : traefik
3
3
description : A Traefik based Kubernetes ingress controller
4
4
type : application
5
- version : 34.4.1
5
+ version : 34.5.0
6
6
# renovate: image=traefik
7
7
appVersion : v3.3.4
8
8
kubeVersion : " >=1.22.0-0"
@@ -25,8 +25,7 @@ maintainers:
25
25
icon : https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
26
26
annotations :
27
27
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"
Original file line number Diff line number Diff line change 1
1
# traefik
2
2
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 )
4
4
5
5
A Traefik based Kubernetes ingress controller
6
6
You can’t perform that action at this time.
0 commit comments