Skip to content

Commit 93292d3

Browse files
committed
chore(release): 🚀 publish v4.0.4
1 parent 86df267 commit 93292d3

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

traefikee/Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change Log
22

3+
## 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)
4+
5+
**Release date:** 2024-10-02
6+
7+
* chore(release): 🚀 publish v4.0.4
8+
* chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.6
9+
* chore(deps): update docker.io/busybox docker tag to v1.37.0
10+
11+
### Default value changes
12+
13+
```diff
14+
diff --git a/traefikee/values.yaml b/traefikee/values.yaml
15+
index 48c54a7..12154b9 100644
16+
--- a/traefikee/values.yaml
17+
+++ b/traefikee/values.yaml
18+
@@ -15,7 +15,7 @@ image:
19+
initImage:
20+
registry: docker.io
21+
repository: busybox
22+
- tag: "1.36.1"
23+
+ tag: "1.37.0"
24+
25+
# -- To create a default IngressClass for TraefikEE, set `enabled: true` below:
26+
# It should also be set on k8s providers in static configuration
27+
```
28+
329
## 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)
430

531
**Release date:** 2024-09-18

traefikee/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: https://doc.traefik.io/traefik-enterprise/assets/images/logo-traefik-enter
88
# Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be define.
99
# This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900)
1010
kubeVersion: ">= 1.23.0-0"
11-
version: 4.0.3
11+
version: 4.0.4
1212
# renovate: image=docker.io/traefik/traefikee
1313
appVersion: v2.11.6
1414
type: application
@@ -25,5 +25,6 @@ keywords:
2525
- traefik-enterprise
2626
annotations:
2727
artifacthub.io/changes: |
28-
- "chore(release): 🚀 publish v4.0.3"
29-
- "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.5"
28+
- "chore(release): 🚀 publish v4.0.4"
29+
- "chore(deps): update docker.io/traefik/traefikee docker tag to v2.11.6"
30+
- "chore(deps): update docker.io/busybox docker tag to v1.37.0"

0 commit comments

Comments
 (0)