From 403504c9a28f8c36b9c811651a6d080a1d5d0537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BUISSON?= Date: Tue, 30 Jul 2024 10:04:03 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v30.?= =?UTF-8?q?0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefik/Changelog.md | 9 ++++++++- traefik/Chart.yaml | 14 +++----------- traefik/VALUES.md | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/traefik/Changelog.md b/traefik/Changelog.md index 02336311f..4adf40076 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,12 @@ # Change Log +## 30.0.2 ![AppVersion: v3.1.0](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.0&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-30 + +* fix(Traefik Hub): missing RBACs for Traefik Hub +* chore(release): 🚀 publish v30.0.2 + ## 30.0.1 ![AppVersion: v3.1.0](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.0&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-29 @@ -25,7 +32,7 @@ **Upgrade Notes** -There is a breaking upgrade on how to configure Gateway with _values_. +There is a breaking upgrade on how to configure Gateway with _values_. This release supports Traefik Proxy v3.0 **and** v3.1. ### Default value changes diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index d81311e0c..fe3054c20 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: 30.0.1 +version: 30.0.2 # renovate: image=traefik appVersion: v3.1.0 kubeVersion: ">=1.22.0-0" @@ -25,13 +25,5 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "fix: 🐛 ingressroute default name" - - "fix: namespaced RBACs hub api gateway" - - "fix: can't set gateway name" - - "fix(Gateway API): provide expected roles when using namespaced RBAC" - - "fix(Gateway API)!: revamp Gateway implementation" - - "feat: ✨ display release name and image full path in installation notes" - - "feat: use single ingressRoute template" - - "feat: handle log filePath and noColor" - - "chore(release): 🚀 publish v30.0.0" - - "chore(deps): update traefik docker tag to v3.1.0" + - "fix(Traefik Hub): missing RBACs for Traefik Hub" + - "chore(release): 🚀 publish v30.0.2" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index f2e42133b..1ca3baf22 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 30.0.1](https://img.shields.io/badge/Version-30.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.0](https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square) +![Version: 30.0.2](https://img.shields.io/badge/Version-30.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.0](https://img.shields.io/badge/AppVersion-v3.1.0-informational?style=flat-square) A Traefik based Kubernetes ingress controller