From acd4405e4304637b4a273c03ad4a03fa3f03be3a Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:40:04 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v33.?= =?UTF-8?q?2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/Changelog.md | 7 +++++++ traefik/Chart.yaml | 11 +++-------- traefik/VALUES.md | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/traefik/Changelog.md b/traefik/Changelog.md index a07f5560f..53e5ac5d4 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,12 @@ # Change Log +## 33.2.1 ![AppVersion: v3.2.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.2.2&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) + +**Release date:** 2024-12-13 + +* fix(Gateway API): CRDs should only be defined once +* chore(release): 🚀 publish v33.2.1 + ## 33.2.0 ![AppVersion: v3.2.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.2.2&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) **Release date:** 2024-12-11 diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index a08b083f1..668303cf1 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik description: A Traefik based Kubernetes ingress controller type: application -version: 33.2.0 +version: 33.2.1 # renovate: image=traefik appVersion: v3.2.2 kubeVersion: ">=1.22.0-0" @@ -25,10 +25,5 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "fix(Traefik Proxy): :bug: abortOnPluginFailure not released yet" - - "feat(deps): update traefik docker tag to v3.2.2" - - "feat(Traefik Proxy): support NativeLB option in GatewayAPI provider" - - "feat(Traefik Proxy): add `tracing`parameters to helm chart values" - - "feat(Traefik Proxy): :art: harmonize semverCompare calls" - - "feat(Gateway API): update sigs.k8s.io/gateway-api to v1.2.1" - - "chore(release): 🚀 publish v33.2.0" + - "fix(Gateway API): CRDs should only be defined once" + - "chore(release): 🚀 publish v33.2.1" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index ce82a8a4a..34dd0045e 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 33.2.0](https://img.shields.io/badge/Version-33.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square) +![Version: 33.2.1](https://img.shields.io/badge/Version-33.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square) A Traefik based Kubernetes ingress controller