diff --git a/traefik/Changelog.md b/traefik/Changelog.md index 1d9b5d0b1..e5cbf4387 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,13 @@ # Change Log +## 31.1.1 ![AppVersion: v3.1.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.4&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-09-20 + +* fix: 🐛 updateStrategy behavior +* feat(deps): update traefik docker tag to v3.1.4 +* chore(release): 🚀 publish v31.1.1 + ## 31.1.0 ![AppVersion: v3.1.3](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.3&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-09-18 diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index f1074cb48..4314b88e2 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: 31.1.0 +version: 31.1.1 # renovate: image=traefik appVersion: v3.1.4 kubeVersion: ">=1.22.0-0" @@ -25,9 +25,6 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "fix: 🐛 update CRD to v3.1" - - "feat: ✨ input validation using schema" - - "feat: ✨ add AllowACMEByPass and improve schema/doc on ports values" - - "feat: add new webhooks and removes unnecessary ones" - - "feat(deps): update traefik docker tag to v3.1.3" - - "chore(release): 🚀 publish v31.1.0" + - "fix: 🐛 updateStrategy behavior" + - "feat(deps): update traefik docker tag to v3.1.4" + - "chore(release): 🚀 publish v31.1.1" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index dc8388730..72058768f 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 31.1.0](https://img.shields.io/badge/Version-31.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square) +![Version: 31.1.1](https://img.shields.io/badge/Version-31.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square) A Traefik based Kubernetes ingress controller