Skip to content

Commit a438893

Browse files
authored
chore(CRDs-release): πŸ”§ publish v1.5.0
1 parent 4099313 commit a438893

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

β€Žtraefik-crds/Changelog.md

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

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+
334
## 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)
435

536
**Release date:** 2025-02-19

β€Žtraefik-crds/Chart.yaml

+4-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.4.0
5+
version: 1.5.0
66
kubeVersion: ">=1.22.0-0"
77
keywords:
88
- traefik
@@ -23,6 +23,6 @@ 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(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"

β€Ž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.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)
44

55
A Traefik based Kubernetes ingress controller
66

β€Žtraefik/Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* fix(Traefik Proxy): headerLabels does not exist for metrics.prometheus
88
* fix(Traefik Hub): add missing consulCatalogEnterprise provider
99
* 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
1012
* docs(Traefik Proxy): fix VALUES.md generation on prometheus values
1113
* chore(release): πŸš€ publish v34.4.1
1214

0 commit comments

Comments
Β (0)