Skip to content

Commit ee69622

Browse files
committed
Updates for release 0.7.1
1 parent 9fe5f0e commit ee69622

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 0.7.1 (2025-09-29)
4+
5+
- Publish a multi-platform image (amd64 + arm64) so it “just works” anywhere.
6+
37
## 0.7.0 (2025-08-21)
48

59
This release adds significant improvements to the Strimzi Registry Operator:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
6666
kind: Kustomization
6767

6868
resources:
69-
- github.com/lsst-sqre/strimzi-registry-operator.git//manifests?ref=0.7.0
69+
- github.com/lsst-sqre/strimzi-registry-operator.git/manifests?ref=0.7.1
7070

71-
patches:
71+
patchesStrategicMerge:
7272
- strimzi-registry-operator-deployment.yaml
7373
```
7474

manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
images:
55
- name: ghcr.io/lsst-sqre/strimzi-registry-operator
6-
newTag: 0.7.0
6+
newTag: 0.7.1
77

88
resources:
99
- registry-crd.yaml

0 commit comments

Comments
 (0)