Skip to content

Commit

Permalink
set new chart version, change logs and adapt makefile for OSX users
Browse files Browse the repository at this point in the history
  • Loading branch information
NEwa-05 committed Dec 21, 2023
1 parent 068ab0a commit eaa8a8e
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ lint:

changelog:
@echo "== Updating Changelogs..."
@docker run -it --rm -v $(CURDIR):/data ghcr.io/mloiseleur/helm-changelog:v0.0.3
@docker run ${DOCKER_ARGS} --env GIT_SAFE_DIR="true" -it --rm -v $(CURDIR):/data ghcr.io/mloiseleur/helm-changelog:v0.0.3
@./hack/changelog.sh
@echo "== Updating finished"
44 changes: 43 additions & 1 deletion traefikee/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,50 @@
# Change Log

## 3.0.2 ![AppVersion: v2.10.7](https://img.shields.io/static/v1?label=AppVersion&message=v2.10.7&color=success&logo=) ![Kubernetes: >= 1.14.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.14.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2023-12-21

* chore(deps): update docker.io/traefik/traefikee docker tag to v2.10.7
* change chart version following ingressClass add
* add Ingressclass

### Default value changes

```diff
diff --git a/traefikee/values.yaml b/traefikee/values.yaml
index 07b4125..8608fac 100644
--- a/traefikee/values.yaml
+++ b/traefikee/values.yaml
@@ -17,6 +17,13 @@ initImage:
repository: busybox
tag: "1.36.1"

+# -- To create a default IngressClass for TraefikEE, set `enabled: true` below:
+# It should also be set on k8s providers in static configuration
+ingressClass:
+ enabled: false
+ isDefaultClass: false
+ name:
+
# log:
# level: DEBUG
# format:
@@ -120,8 +127,10 @@ controller:
providers:
kubernetesIngress:
allowEmptyServices: true
+ ingressClass:
kubernetesCRD:
allowEmptyServices: true
+ ingressClass:

# serviceLabels:
# foo: bar
```

## 3.0.1 ![AppVersion: v2.10.6](https://img.shields.io/static/v1?label=AppVersion&message=v2.10.6&color=success&logo=) ![Kubernetes: >= 1.14.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D+1.14.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2023-12-04
**Release date:** 2023-12-06

* chore: release v3.0.1 with Traefik Enterprise v2.10.6
* chore(deps): update docker.io/traefik/traefikee docker tag to v2.10.6
Expand Down
4 changes: 3 additions & 1 deletion traefikee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ keywords:
- traefik-enterprise
annotations:
artifacthub.io/changes: |
- "chore: release v3.0.1 with Traefik Enterprise v2.10.6"
- "chore(deps): update docker.io/traefik/traefikee docker tag to v2.10.7"
- "change chart version following ingressClass add"
- "add Ingressclass"
28 changes: 28 additions & 0 deletions traefikee/Chart.yaml-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: v2
name: traefikee
description: |
Traefik Enterprise is a unified cloud-native networking solution that brings API management, ingress control, and
Service Mesh all together in one simple control plane. Traefik Enterprise eases microservices networking complexity
for developers and operations teams across the organization.
icon: https://doc.traefik.io/traefik-enterprise/assets/images/logo-traefik-enterprise-logo.svg
# 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.14.0-0"
version: 3.0.2
# renovate: image=docker.io/traefik/traefikee
appVersion: v2.10.7
type: application
home: https://traefik.io/traefik-enterprise/
maintainers:
- name: darkweaver87
- name: mloiseleur
- name: mmatur
- name: NEwa-05
- name: sdelicata
- name: kevinpollet
keywords:
- traefikee
- traefik-enterprise
annotations:
artifacthub.io/changes: |
- "chore: release v3.0.1 with Traefik Enterprise v2.10.6"

0 comments on commit eaa8a8e

Please sign in to comment.