File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
59This release adds significant improvements to the Strimzi Registry Operator:
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
6666kind : Kustomization
6767
6868resources :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kustomization
33
44images :
55 - name : ghcr.io/lsst-sqre/strimzi-registry-operator
6- newTag : 0.7.0
6+ newTag : 0.7.1
77
88resources :
99 - registry-crd.yaml
You can’t perform that action at this time.
0 commit comments