Skip to content

Commit 4b54eba

Browse files
authored
chore(release): πŸš€ publish v34.4.0 and CRDs v1.4.0
1 parent 1f2c5fc commit 4b54eba

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

β€Žtraefik-crds/Changelog.md

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

3+
## 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+
5+
**Release date:** 2025-02-19
6+
7+
* fix(traefik-crds): remove unnecessary annotations
8+
* feat(CRDs): update Traefik Hub CRDs to v1.17.0
9+
* chore(release): πŸš€ publish v34.4.0 and CRDs v1.4.0
10+
11+
312
## 1.3.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)
413

14+
**Release date:** 2025-02-07
15+
516
* feat(deps): update traefik docker tag to v3.3.3
617
* chore: update CRDs to v1.14.1
18+
* chore: release 34.3.0 and 1.3.0
719

820

921
## 1.2.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)

β€Žtraefik-crds/Chart.yaml

+4-3
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.3.0
5+
version: 1.4.0
66
kubeVersion: ">=1.22.0-0"
77
keywords:
88
- traefik
@@ -23,5 +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-
- "feat(deps): update traefik docker tag to v3.3.3"
27-
- "chore: update CRDs to v1.14.1"
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"

β€Ž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.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
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)
44

55
A Traefik based Kubernetes ingress controller
66

β€Žtraefik/Changelog.md

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

3+
## 34.4.0 ![AppVersion: v3.3.3](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.3&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-02-19
6+
7+
* feat(CRDs): update Traefik Hub CRDs to v1.17.0
8+
* chore(release): πŸš€ publish v34.4.0 and CRDs v1.4.0
9+
310
## 34.3.0 ![AppVersion: v3.3.3](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.3&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)
411

512
* fix(Traefik Hub): AIServices are available in API Gateway

β€Žtraefik/Chart.yaml

+3-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.3.0
5+
version: 34.4.0
66
# renovate: image=traefik
77
appVersion: v3.3.3
88
kubeVersion: ">=1.22.0-0"
@@ -25,8 +25,5 @@ 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 Hub): AIServices are available in API Gateway"
29-
- "fix(Traefik Hub): :bug: handle main and latest build"
30-
- "feat: :sparkles: add missing microcks provider for Hu"b
31-
- "feat(deps): update traefik docker tag to v3.3.3"
32-
- "chore: update CRDs to v1.14.1"
28+
- "feat(CRDs): update Traefik Hub CRDs to v1.17.0"
29+
- "chore(release): πŸš€ publish v34.4.0 and CRDs v1.4.0"

β€Žtraefik/VALUES.md

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

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

55
A Traefik based Kubernetes ingress controller
66

0 commit comments

Comments
Β (0)