File tree 4 files changed +38
-5
lines changed
4 files changed +38
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 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
+
5
+ ** Release date:** 2025-03-04
6
+
7
+ * fix(chart): reorder source urls annotations
8
+ * feat(CRDs-schema): add ` global ` and ` enabled ` placeholders for subchart/dependency
9
+ * chore(CRDs-release): π§ publish v1.5.0
10
+
11
+ ### Default value changes
12
+
13
+ ``` diff
14
+ diff --git a/traefik-crds/values.yaml b/traefik-crds/values.yaml
15
+ index 6aca6cb..aaa56c8 100644
16
+ --- a/traefik-crds/values.yaml
17
+ +++ b/traefik-crds/values.yaml
18
+ @@ -2,6 +2,13 @@
19
+ # This is a YAML-formatted file.
20
+ # Declare variables to be passed into templates
21
+
22
+ + # -- Global values
23
+ + # This definition is only here as a placeholder such that it is included in the json schema.
24
+ + global: {} # @schema additionalProperties: true
25
+ + # -- Field that can be used as a condition when this chart is a dependency.
26
+ + # This definition is only here as a placeholder such that it is included in the json schema.
27
+ + # See https://helm.sh/docs/chart_best_practices/dependencies/#conditions-and-tags for more info.
28
+ + enabled: true
29
+ # -- Install Traefik CRDs by default
30
+ traefik: true
31
+ # -- Set it to true to install GatewayAPI CRDs.
32
+ ```
33
+
3
34
## 1.4.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
35
5
36
** Release date:** 2025-02-19
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.4 .0
5
+ version : 1.5 .0
6
6
kubeVersion : " >=1.22.0-0"
7
7
keywords :
8
8
- traefik
@@ -23,6 +23,6 @@ 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(traefik-crds ): remove unnecessary annotations"
27
- - "feat(CRDs): update Traefik Hub CRDs to v1.17.0 "
28
- - "chore(release): π publish v34.4.0 and CRDs v1.4 .0"
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"
Original file line number Diff line number Diff line change 1
1
# traefik-crds
2
2
3
- ![ Version: 1.4 .0] ( https://img.shields.io/badge/Version-1.4 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
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 )
4
4
5
5
A Traefik based Kubernetes ingress controller
6
6
Original file line number Diff line number Diff line change 7
7
* fix(Traefik Proxy): headerLabels does not exist for metrics.prometheus
8
8
* fix(Traefik Hub): add missing consulCatalogEnterprise provider
9
9
* feat(deps): update traefik docker tag to v3.3.4
10
+ * test(Traefik Proxy): fix metrics header labels
11
+ * fix(chart): reorder source urls annotations
10
12
* docs(Traefik Proxy): fix VALUES.md generation on prometheus values
11
13
* chore(release): π publish v34.4.1
12
14
You canβt perform that action at this time.
0 commit comments