From e4c1ce29c447d2e58d2367bbecc5a901be389dd1 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Wed, 18 Sep 2024 15:44:02 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v4.0?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefikee/Changelog.md | 8 ++++++++ traefikee/Chart.yaml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/traefikee/Changelog.md b/traefikee/Changelog.md index af18794..2ed8ea0 100644 --- a/traefikee/Changelog.md +++ b/traefikee/Changelog.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.3 ![AppVersion: v2.11.5](https://img.shields.io/static/v1?label=AppVersion&message=v2.11.5&color=success&logo=) ![Kubernetes: >= 1.23.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.23.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 + +* chore(release): 🚀 publish v4.0.3 +* chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.5 + + ## 4.0.2 ![AppVersion: v2.11.4](https://img.shields.io/static/v1?label=AppVersion&message=v2.11.4&color=success&logo=) ![Kubernetes: >= 1.23.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.23.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-08-08 diff --git a/traefikee/Chart.yaml b/traefikee/Chart.yaml index 5079af8..f8cbc08 100644 --- a/traefikee/Chart.yaml +++ b/traefikee/Chart.yaml @@ -8,7 +8,7 @@ icon: https://doc.traefik.io/traefik-enterprise/assets/images/logo-traefik-enter # Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be define. # This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900) kubeVersion: ">= 1.23.0-0" -version: 4.0.2 +version: 4.0.3 # renovate: image=docker.io/traefik/traefikee appVersion: v2.11.5 type: application @@ -25,5 +25,5 @@ keywords: - traefik-enterprise annotations: artifacthub.io/changes: | - - "chore(release): 🚀 publish v4.0.2" - - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.4" + - "chore(release): 🚀 publish v4.0.3" + - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.5"