Skip to content

Commit

Permalink
BREAKING CHANGE: image.repository introduction may break during the…
Browse files Browse the repository at this point in the history
… upgrade. See PR #802.
  • Loading branch information
mloiseleur authored Mar 29, 2023
1 parent b263d22 commit cdc37a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 8 additions & 1 deletion traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down
6 changes: 2 additions & 4 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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."

0 comments on commit cdc37a8

Please sign in to comment.