Skip to content

Commit 2087425

Browse files
Sgu74cesmarvin
authored andcommitted
Merge branch 'release/v1.0.0'
2 parents fff581e + f6d85aa commit 2087425

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v1.0.0] - 2025-11-07
10+
### Changed
11+
- [#22] update component operator dependency
12+
913
## [v0.5.0] - 2025-11-07
14+
[WARNING, THIS VERSION IS BROKEN, WE'D RECOMMEND USING THE NEXT RELEASE!]
1015
### Added
1116
- [#20] support config map references for components
1217
### Changed

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=0.5.0
5+
VERSION=1.0.0
66
GOTAG?=1.25.1
77

88
ADDITIONAL_CLEAN=clean_charts

k8s/helm/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: k8s-component-operator
33
repository: oci://registry.cloudogu.com/k8s
4-
version: 1.10.0
5-
digest: sha256:7c135e357836f88a313323f541d72f8446bb4db1a8e62eb7ae9190683253c338
6-
generated: "2025-09-05T07:57:04.91355079+02:00"
4+
version: 1.12.0
5+
digest: sha256:fd817e3fba1bf8cb20083376b62bb4e7bea35026882a1f66000125f64fb2a5d7
6+
generated: "2025-11-07T16:11:44.841717062+01:00"

k8s/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ appVersion: "0.0.0-replaceme"
2525

2626
dependencies:
2727
- name: k8s-component-operator
28-
version: "^1.10.0"
28+
version: "^1.12.0"
2929
repository: "oci://registry.cloudogu.com/k8s"

k8s/helm/component-patch-tpl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
values:
33
images:
4-
componentOperator: cloudogu/k8s-component-operator:1.10.0
5-
defaultConfig: cloudogu/ecosystem-core-default-config:0.5.0
4+
componentOperator: cloudogu/k8s-component-operator:1.12.0
5+
defaultConfig: cloudogu/ecosystem-core-default-config:1.0.0
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
@@ -8,7 +8,7 @@ k8s-component-operator:
88
image:
99
registry: docker.io
1010
repository: cloudogu/k8s-component-operator
11-
tag: 1.10.0
11+
tag: 1.12.0
1212
env:
1313
logLevel: info
1414
resourceLimits:
@@ -76,7 +76,7 @@ defaultConfig:
7676
image:
7777
registry: docker.io
7878
repository: cloudogu/ecosystem-core-default-config
79-
tag: 0.5.0
79+
tag: 1.0.0
8080
imagePullPolicy: IfNotPresent
8181
env:
8282
logLevel: info

0 commit comments

Comments
 (0)