Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
This means that cluster wide objects are not removed anymore when the operator is uninstalled.
This behaviour is in line with the default behaviour of Helm and OLM.
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#671]).

### Removed

Expand All @@ -34,6 +35,7 @@ All notable changes to this project will be documented in this file.
[#481]: https://github.com/stackabletech/secret-operator/issues/481
[#667]: https://github.com/stackabletech/secret-operator/pull/667
[#670]: https://github.com/stackabletech/secret-operator/pull/670
[#671]: https://github.com/stackabletech/secret-operator/pull/671

## [25.11.0] - 2025-11-07

Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/cert-manager-tls/10_consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: consumer
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command:
- bash
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/listener/02-client.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
serviceAccount: client-sa
containers:
- name: client
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command:
- sh
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/tls/03-create-trust-roots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-trust-roots
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command:
- bash
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/tls/10_consumer.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
containers:
- name: consumer
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
command:
- bash
args:
Expand Down