File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff 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+ ## [ v1.1.1] - 2025-11-12
10+ ### Changed
11+ - [ #25 ] Update k8s-blueprint-operator to v3.0.1
12+
913## [ v1.1.0] - 2025-11-11
1014### Changed
1115- [ #18 ] Allow global property at root level. With this change, other charts can use this chart as a dependency.
Original file line number Diff line number Diff line change 22ARTIFACT_ID =ecosystem-core
33ARTIFACT_ID_DEFAULT_CONFIG =${ARTIFACT_ID}-default-config
44
5- VERSION =1.1.0
5+ VERSION =1.1.1
66GOTAG? =1.25.1
77
88ADDITIONAL_CLEAN =clean_charts
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22values :
33 images :
44 componentOperator : cloudogu/k8s-component-operator:1.12.0
5- defaultConfig : cloudogu/ecosystem-core-default-config:1.1.0
5+ defaultConfig : cloudogu/ecosystem-core-default-config:1.1.1
66 kubectl : docker.io/alpine/kubectl:1.34.0
77patches :
88 values.yaml :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ components:
2828 k8s-blueprint-operator-crd :
2929 version : 3.1.0
3030 k8s-blueprint-operator :
31- version : 3.0.0
31+ version : 3.0.1
3232 k8s-ces-gateway :
3333 version : 1.0.3
3434 k8s-ces-assets :
@@ -81,7 +81,7 @@ defaultConfig:
8181 image :
8282 registry : docker.io
8383 repository : cloudogu/ecosystem-core-default-config
84- tag : 1.1.0
84+ tag : 1.1.1
8585 imagePullPolicy : IfNotPresent
8686 env :
8787 logLevel : info
You can’t perform that action at this time.
0 commit comments