Skip to content

Commit

Permalink
⬆️ Upgrade traefik Docker tag to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2023
1 parent 0efbcb5 commit 3a36923
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 9 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

* release: ⬆️ Upgrade traefik Docker tag to v2.10.0
* fix: 🐛 update rbac for both traefik.io and containo.us apigroups (#836)
* breaking: 💥 update CRDs needed for Traefik v2.10


## 22.2.0 ![AppVersion: v2.9.10](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.10&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-04-24
Expand Down
14 changes: 5 additions & 9 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 22.2.0
version: 22.3.0
# renovate: image=traefik
appVersion: v2.9.10
appVersion: v2.10.0
kubeVersion: ">=1.16.0-0"
keywords:
- traefik
Expand All @@ -28,10 +28,6 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "chore: 🔧 new release"
- "added targetPort support"
- "fix: 🐛 annotations leaking between aliased subcharts"
- "fix: indentation on `TLSOption`"
- "test: 👷 Update unit tests tooling"
- "feat: override container port"
- "feat: allow to set dnsConfig on pod template"
- "release: ⬆️ Upgrade traefik Docker tag to v2.10.0"
- "fix: 🐛 update rbac for both traefik.io and containo.us apigroups (#836)"
- "breaking: 💥 update CRDs needed for Traefik v2.10"

0 comments on commit 3a36923

Please sign in to comment.