From 9679f6a44c73ac15ed015a7fe2ba1939b60134ee Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 14:23:37 +0100 Subject: [PATCH 1/2] chore: use new testing-tools image --- tests/templates/kuttl/cert-manager-tls/10_consumer.yaml | 2 +- tests/templates/kuttl/listener/02-client.yaml.j2 | 2 +- tests/templates/kuttl/tls/03-create-trust-roots.yaml | 2 +- tests/templates/kuttl/tls/10_consumer.yaml.j2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/templates/kuttl/cert-manager-tls/10_consumer.yaml b/tests/templates/kuttl/cert-manager-tls/10_consumer.yaml index f66fbf52..f42d0280 100644 --- a/tests/templates/kuttl/cert-manager-tls/10_consumer.yaml +++ b/tests/templates/kuttl/cert-manager-tls/10_consumer.yaml @@ -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: diff --git a/tests/templates/kuttl/listener/02-client.yaml.j2 b/tests/templates/kuttl/listener/02-client.yaml.j2 index 4eb3e943..b0566186 100644 --- a/tests/templates/kuttl/listener/02-client.yaml.j2 +++ b/tests/templates/kuttl/listener/02-client.yaml.j2 @@ -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: diff --git a/tests/templates/kuttl/tls/03-create-trust-roots.yaml b/tests/templates/kuttl/tls/03-create-trust-roots.yaml index cc5e2ae3..a8c3a8c4 100644 --- a/tests/templates/kuttl/tls/03-create-trust-roots.yaml +++ b/tests/templates/kuttl/tls/03-create-trust-roots.yaml @@ -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: diff --git a/tests/templates/kuttl/tls/10_consumer.yaml.j2 b/tests/templates/kuttl/tls/10_consumer.yaml.j2 index 4c51e340..8a8f4b32 100644 --- a/tests/templates/kuttl/tls/10_consumer.yaml.j2 +++ b/tests/templates/kuttl/tls/10_consumer.yaml.j2 @@ -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: From c6a2c5b977a6c2d7dcc9248b05b61bb2f10e3258 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 14:25:41 +0100 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e187aa..494afd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ 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]). [#667]: https://github.com/stackabletech/secret-operator/pull/667 +[#671]: https://github.com/stackabletech/secret-operator/pull/671 ## [25.11.0] - 2025-11-07