From cdc37a86f50c29ec11928455a382a6c129e5334a Mon Sep 17 00:00:00 2001 From: mloiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:42:05 +0200 Subject: [PATCH] BREAKING CHANGE: `image.repository` introduction may break during the upgrade. See PR #802. --- traefik/Changelog.md | 9 ++++++++- traefik/Chart.yaml | 6 ++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/traefik/Changelog.md b/traefik/Changelog.md index d6de800ed..4317f7537 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,8 +1,15 @@ # Change Log +## 22.0.0 ![AppVersion: v2.9.9](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.9&color=success&logo=) ![Kubernetes: >=1.16.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.16.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +**Release date:** 2023-03-29 + +* BREAKING CHANGE: `image.repository` introduction may break during the upgrade. See PR #802. + + ## 21.2.1 ![AppVersion: v2.9.9](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.9&color=success&logo=) ![Kubernetes: >=1.16.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.16.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) -**Release date:** 2023-03-21 +**Release date:** 2023-03-28 * ⬆️ Upgrade traefik Docker tag to v2.9.9 * 🎨 Introduce `image.registry` and add explicit default (it may impact custom `image.repository`) diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index ef3912e98..e1f3e7840 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: 21.2.1 +version: 22.0.0 # renovate: image=traefik appVersion: v2.9.9 kubeVersion: ">=1.16.0-0" @@ -28,6 +28,4 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "⬆️ Upgrade traefik Docker tag to v2.9.9" - - "🎨 Introduce `image.registry` and add explicit default (it may impact custom `image.repository`)" - - ":memo: Clarify the need of an initContainer when enabling persistence for TLS Certificates" + - "BREAKING CHANGE: `image.repository` introduction may break during the upgrade. See PR #802."