Skip to content

Commit fb37c97

Browse files
kahoona77cesmarvin
authored andcommitted
Merge branch 'release/v2.0.1'
2 parents a9dcdcd + e001c45 commit fb37c97

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v2.0.1] - 2025-12-02
10+
### Fixed
11+
- [#34] Update k8s-ces-gateway to v2.0.1 to use the correct controller class name `ingress-nginx`.
12+
913
## [v2.0.0] - 2025-11-28
1014
### Changed
1115
- [#30] Updated k8s-ces-gateway, k8s-ces-assets and k8s-service-discovery to fix a redirection bug for the default dogu.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARTIFACT_ID=ecosystem-core
33
ARTIFACT_ID_DEFAULT_CONFIG=${ARTIFACT_ID}-default-config
44

5-
VERSION=2.0.0
5+
VERSION=2.0.1
66
GOTAG?=1.25.1
77

88
ADDITIONAL_CLEAN=clean_charts

k8s/helm/component-patch-tpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
values:
33
images:
44
componentOperator: cloudogu/k8s-component-operator:1.12.0
5-
defaultConfig: cloudogu/ecosystem-core-default-config:2.0.0
5+
defaultConfig: cloudogu/ecosystem-core-default-config:2.0.1
66
kubectl: docker.io/alpine/kubectl:1.34.0
77
patches:
88
values.yaml:

k8s/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ components:
3030
k8s-blueprint-operator:
3131
version: 3.0.2
3232
k8s-ces-gateway:
33-
version: 2.0.0
33+
version: 2.0.1
3434
k8s-ces-assets:
3535
version: 1.0.4
3636
k8s-ces-control:
@@ -78,7 +78,7 @@ defaultConfig:
7878
image:
7979
registry: docker.io
8080
repository: cloudogu/ecosystem-core-default-config
81-
tag: 2.0.0
81+
tag: 2.0.1
8282
imagePullPolicy: IfNotPresent
8383
env:
8484
logLevel: info

0 commit comments

Comments
 (0)