Skip to content

Commit

Permalink
✨ release 21.2.0 (#805)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <[email protected]>
  • Loading branch information
devaquila and mloiseleur authored Mar 8, 2023
1 parent f1e84ba commit 5d04ce8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 21.2.0 ![AppVersion: v2.9.8](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.8&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-07

* Update Chart.yaml
* 🚨 Fail when enabling PSP on Kubernetes v1.25+ (#801)
* Separate UDP hostPort for HTTP/3
* ⬆️ Upgrade traefik Docker tag to v2.9.8


## 21.1.0 ![AppVersion: v2.9.7](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.7&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-02-15
Expand Down
8 changes: 4 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.1.0
version: 21.2.0
# renovate: image=traefik
appVersion: v2.9.8
kubeVersion: ">=1.16.0-0"
Expand All @@ -28,8 +28,8 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "✨ release 21.1.0"
- "⬆️ Upgrade traefik Docker tag to v2.9.7"
- "fix: traefik image name for renovate"
- "⬆️ Upgrade traefik Docker tag to v2.9.8"
- "🚨 Fail when enabling PSP on Kubernetes v1.25+ (#801)"
- "Separate UDP hostPort for HTTP/3"
- "feat: Add volumeName to PersistentVolumeClaim (#792)"
- "Allow setting TLS options on dashboard IngressRoute"

0 comments on commit 5d04ce8

Please sign in to comment.