From 7dd3784b7afbbd6f741132ff38ad67c73ad10c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BUISSON?= Date: Tue, 9 Jul 2024 11:10:03 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v29.?= =?UTF-8?q?0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/Changelog.md | 9 +++++++++ traefik/Chart.yaml | 23 +++++------------------ traefik/VALUES.md | 4 ++-- 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/traefik/Changelog.md b/traefik/Changelog.md index 065be9f12..f6053cdb2 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,14 @@ # Change Log +## 29.0.1 ![AppVersion: v3.0.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.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) + +**Release date:** 2024-07-09 + +* fix: semverCompare failing on some legitimate tags +* fix: RBACs for hub and disabled namespaced RBACs +* chore(release): 🚀 publish v29.0.1 +* chore(deps): update jnorwood/helm-docs docker tag to v1.14.0 + ## 29.0.0 ![AppVersion: v3.0.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.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) **Upgrade Notes** diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index cbef4c7c6..55e68926b 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: 29.0.0 +version: 29.0.1 # renovate: image=traefik appVersion: v3.0.4 kubeVersion: ">=1.22.0-0" @@ -25,20 +25,7 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "fix: 🐛 improve error message on additional service without ports" - - "fix: allow multiples values in the `secretResourceNames` slice" - - "fix(rbac)!: nodes API permissions for Traefik v3.1+" - - "fix(dashboard): Only set ingressClass annotation when kubernetesCRD provider is listening for it" - - "fix!: prometheus operator settings" - - "feat: ✨ update CRDs & RBAC for Traefik Proxy" - - "feat: ✨ migrate to endpointslices rbac" - - "feat: allow to set hostAliases for traefik pod" - - "feat(providers): add nativeLBByDefault support" - - "feat(providers)!: improve kubernetesGateway and Gateway API support" - - "feat(dashboard)!: dashboard `IngressRoute` should be disabled by default" - - "docs: fix typos and broken link" - - "chore: update CRDs to v1.5.0" - - "chore: update CRDs to v1.4.0" - - "chore(release): publish v29.0.0" - - "chore(deps): update traefik docker tag to v3.0.4" - - "chore(deps): update traefik docker tag to v3.0.3" + - "fix: semverCompare failing on some legitimate tags" + - "fix: RBACs for hub and disabled namespaced RBACs" + - "chore(release): 🚀 publish v29.0.1" + - "chore(deps): update jnorwood/helm-docs docker tag to v1.14.0" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 080e7ef50..a05bb07a1 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 29.0.0](https://img.shields.io/badge/Version-29.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.4](https://img.shields.io/badge/AppVersion-v3.0.4-informational?style=flat-square) +![Version: 29.0.1](https://img.shields.io/badge/Version-29.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.4](https://img.shields.io/badge/AppVersion-v3.0.4-informational?style=flat-square) A Traefik based Kubernetes ingress controller @@ -272,4 +272,4 @@ Kubernetes: `>=1.22.0-0` | volumes | list | `[]` | Add volumes to the traefik pod. The volume name will be passed to tpl. This can be used to mount a cert pair or a configmap that holds a config.toml file. After the volume has been mounted, add the configs into traefik by using the `additionalArguments` list below, eg: `additionalArguments: - "--providers.file.filename=/config/dynamic.toml" - "--ping" - "--ping.entrypoint=web"` | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.0](https://github.com/norwoodj/helm-docs/releases/v1.14.0) +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)