From c183ff2e36f83db122fdc78cfc83e3920bc7ac20 Mon Sep 17 00:00:00 2001 From: Baptiste Mayelle Date: Fri, 4 Oct 2024 17:40:03 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v4.0?= =?UTF-8?q?.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefikee/Changelog.md | 7 +++++++ traefikee/Chart.yaml | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/traefikee/Changelog.md b/traefikee/Changelog.md index 71ed532..7fa4009 100644 --- a/traefikee/Changelog.md +++ b/traefikee/Changelog.md @@ -1,5 +1,12 @@ # Change Log +## 4.0.5 ![AppVersion: v2.11.7](https://img.shields.io/static/v1?label=AppVersion&message=v2.11.7&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-10-04 + +* chore(release): 🚀 publish v4.0.5 +* chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.7 + ## 4.0.4 ![AppVersion: v2.11.6](https://img.shields.io/static/v1?label=AppVersion&message=v2.11.6&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-10-02 diff --git a/traefikee/Chart.yaml b/traefikee/Chart.yaml index a424eff..ec9d7fd 100644 --- a/traefikee/Chart.yaml +++ b/traefikee/Chart.yaml @@ -8,9 +8,9 @@ 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.4 +version: 4.0.5 # renovate: image=docker.io/traefik/traefikee -appVersion: v2.11.6 +appVersion: v2.11.7 type: application home: https://traefik.io/traefik-enterprise/ maintainers: @@ -25,6 +25,5 @@ keywords: - traefik-enterprise annotations: artifacthub.io/changes: | - - "chore(release): 🚀 publish v4.0.4" - - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.6" - - "chore(deps): update docker.io/busybox docker tag to v1.37.0" + - "chore(release): 🚀 publish v4.0.5" + - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.7"