Skip to content

Commit

Permalink
feat: 🚀 release chart v3.2.0 (#126)
Browse files Browse the repository at this point in the history
* feat: 🚀 release chart v3.2.0

* chore: changelog
  • Loading branch information
darkweaver87 authored Jan 11, 2024
1 parent 433273c commit 2fcbf0f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
26 changes: 25 additions & 1 deletion traefikee/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Change Log

## 3.2.0 ![AppVersion: v2.10.8](https://img.shields.io/static/v1?label=AppVersion&message=v2.10.8&color=success&logo=) ![Kubernetes: >= 1.26.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.26.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-01-11

* feat: 🚑️ disable chown on EFS volumes (#125)
* feat: 🚀 release chart v3.2.0
* chore(deps): update docker.io/traefik/traefikee docker tag to v2.10.8 (#124)

### Default value changes

```diff
diff --git a/traefikee/values.yaml b/traefikee/values.yaml
index 28862c2..296aa7d 100644
--- a/traefikee/values.yaml
+++ b/traefikee/values.yaml
@@ -330,3 +330,6 @@ mesh:
# but you can specify a custom one here
volumeClaimTemplates:
storageClassName:
+
+# set it to true if CSI driver don't allow it (e.g EFS)
+disableChown: false
```

## 3.1.0 ![AppVersion: v2.10.7](https://img.shields.io/static/v1?label=AppVersion&message=v2.10.7&color=success&logo=) ![Kubernetes: >= 1.26.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.26.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-01-09
**Release date:** 2024-01-10

* fix: use cluster name in label selector of service controller
* fix: enforce kube version requirements
Expand Down
10 changes: 4 additions & 6 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.26.0-0"
version: 3.1.0
version: 3.2.0
# renovate: image=docker.io/traefik/traefikee
appVersion: v2.10.8
type: application
Expand All @@ -25,8 +25,6 @@ keywords:
- traefik-enterprise
annotations:
artifacthub.io/changes: |
- "fix: use cluster name in label selector of service controller"
- "fix: enforce kube version requirements"
- "feat: 🔧 support storageClassName"
- "feat: additional proxy deployment"
- "chore(release): publish v3.1.0"
- "feat: 🚑️ disable chown on EFS volumes (#125)"
- "feat: 🚀 release chart v3.2.0"
- "chore(deps): update docker.io/traefik/traefikee docker tag to v2.10.8 (#124)"

0 comments on commit 2fcbf0f

Please sign in to comment.