Skip to content

Commit 870a004

Browse files
nroeskecesmarvin
authored andcommitted
Merge branch 'release/v1.2.0'
2 parents e5c03b6 + 10e470a commit 870a004

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v1.2.0] - 2025-11-13
10+
11+
### Changed
12+
- Update k8s-ces-gateway to v1.0.4. This removes the default ingress class and prevents conflicts with other ingress controllers.
13+
14+
### Fixed
15+
- [#27] Update blueprint operator to v3.0.2 to fix an issue where non-referenced config entries were always empty.
16+
917
## [v1.1.1] - 2025-11-12
1018
### Changed
1119
- [#25] Update k8s-blueprint-operator to v3.0.1

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=1.1.1
5+
VERSION=1.2.0
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:1.1.1
5+
defaultConfig: cloudogu/ecosystem-core-default-config:1.2.0
66
kubectl: docker.io/alpine/kubectl:1.34.0
77
patches:
88
values.yaml:

k8s/helm/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ components:
2828
k8s-blueprint-operator-crd:
2929
version: 3.1.0
3030
k8s-blueprint-operator:
31-
version: 3.0.1
31+
version: 3.0.2
3232
k8s-ces-gateway:
33-
version: 1.0.3
33+
version: 1.0.4
3434
k8s-ces-assets:
3535
version: 1.0.3
3636
k8s-ces-control:
@@ -81,7 +81,7 @@ defaultConfig:
8181
image:
8282
registry: docker.io
8383
repository: cloudogu/ecosystem-core-default-config
84-
tag: 1.1.1
84+
tag: 1.2.0
8585
imagePullPolicy: IfNotPresent
8686
env:
8787
logLevel: info

0 commit comments

Comments
 (0)