From dfb8f2475c613c2a742626b6b7feeed5eea61db2 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:18:04 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20publish=20v4.0?= =?UTF-8?q?.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traefikee/Changelog.md | 10 +++++++++- traefikee/Chart.yaml | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/traefikee/Changelog.md b/traefikee/Changelog.md index 7fa4009..58eec65 100644 --- a/traefikee/Changelog.md +++ b/traefikee/Changelog.md @@ -1,11 +1,19 @@ # Change Log +## 4.0.6 ![AppVersion: v2.11.8](https://img.shields.io/static/v1?label=AppVersion&message=v2.11.8&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-21 + +* chore(release): 🚀 publish v4.0.6 +* chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.8 (#163) + + ## 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) diff --git a/traefikee/Chart.yaml b/traefikee/Chart.yaml index 094fcf2..7817475 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.5 +version: 4.0.6 # renovate: image=docker.io/traefik/traefikee appVersion: v2.11.8 type: application @@ -25,5 +25,5 @@ keywords: - traefik-enterprise annotations: artifacthub.io/changes: | - - "chore(release): 🚀 publish v4.0.5" - - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.7" + - "chore(release): 🚀 publish v4.0.6" + - "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.8 (#163)"