File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010 Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
1111 This means that cluster wide objects are not removed anymore when the operator is uninstalled.
1212 This behaviour is in line with the default behaviour of Helm and OLM.
13+ - Bump testing-tools to ` 0.3.0-stackable0.0.0-dev ` ([ #671 ] ).
1314
1415### Removed
1516
@@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
3435[#481]: https://github.com/stackabletech/secret-operator/issues/481
3536[#667]: https://github.com/stackabletech/secret-operator/pull/667
3637[#670]: https://github.com/stackabletech/secret-operator/pull/670
38+ [#671]: https://github.com/stackabletech/secret-operator/pull/671
3739
3840## [25.11.0] - 2025-11-07
3941
Original file line number Diff line number Diff line change 99 spec :
1010 containers :
1111 - name : consumer
12- image : oci.stackable.tech/sdp/testing-tools:0.2 .0-stackable0.0.0-dev
12+ image : oci.stackable.tech/sdp/testing-tools:0.3 .0-stackable0.0.0-dev
1313 command :
1414 - bash
1515 args :
Original file line number Diff line number Diff line change 5050 serviceAccount: client-sa
5151 containers:
5252 - name: client
53- image: oci.stackable.tech/sdp/testing-tools:0.2 .0-stackable0.0.0-dev
53+ image: oci.stackable.tech/sdp/testing-tools:0.3 .0-stackable0.0.0-dev
5454 command:
5555 - sh
5656 args:
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : create-trust-roots
11- image : oci.stackable.tech/sdp/testing-tools:0.2 .0-stackable0.0.0-dev
11+ image : oci.stackable.tech/sdp/testing-tools:0.3 .0-stackable0.0.0-dev
1212 command :
1313 - bash
1414 args :
Original file line number Diff line number Diff line change 99 spec:
1010 containers:
1111 - name: consumer
12- image: oci.stackable.tech/sdp/testing-tools:0.2 .0-stackable0.0.0-dev
12+ image: oci.stackable.tech/sdp/testing-tools:0.3 .0-stackable0.0.0-dev
1313 command:
1414 - bash
1515 args:
You can’t perform that action at this time.
0 commit comments