Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions traefikee/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 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

* 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

### Default value changes

```diff
diff --git a/traefikee/values.yaml b/traefikee/values.yaml
index 48c54a7..12154b9 100644
--- a/traefikee/values.yaml
+++ b/traefikee/values.yaml
@@ -15,7 +15,7 @@ image:
initImage:
registry: docker.io
repository: busybox
- tag: "1.36.1"
+ tag: "1.37.0"

# -- To create a default IngressClass for TraefikEE, set `enabled: true` below:
# It should also be set on k8s providers in static configuration
```

## 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
Expand Down
7 changes: 4 additions & 3 deletions traefikee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
version: 4.0.4
# renovate: image=docker.io/traefik/traefikee
appVersion: v2.11.6
type: application
Expand All @@ -25,5 +25,6 @@ keywords:
- traefik-enterprise
annotations:
artifacthub.io/changes: |
- "chore(release): 🚀 publish v4.0.3"
- "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.5"
- "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"