From 4eefb5af188beb0d4f2af138f5f37fc521ad480c Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 15:10:41 +0100 Subject: [PATCH 1/2] chore: use new testing-tools image --- tests/templates/kuttl/ldap/60-install-test-container.yaml | 2 +- tests/templates/kuttl/logging/30-install-test-container.yaml | 2 +- tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 | 2 +- tests/templates/kuttl/opa/51-install-test-container.yaml.j2 | 2 +- tests/templates/kuttl/smoke/40-install-test-container.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/templates/kuttl/ldap/60-install-test-container.yaml b/tests/templates/kuttl/ldap/60-install-test-container.yaml index d702ba38..afd66062 100644 --- a/tests/templates/kuttl/ldap/60-install-test-container.yaml +++ b/tests/templates/kuttl/ldap/60-install-test-container.yaml @@ -18,6 +18,6 @@ spec: spec: containers: - name: python - 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 stdin: true tty: true diff --git a/tests/templates/kuttl/logging/30-install-test-container.yaml b/tests/templates/kuttl/logging/30-install-test-container.yaml index 7e035abf..dfcb5609 100644 --- a/tests/templates/kuttl/logging/30-install-test-container.yaml +++ b/tests/templates/kuttl/logging/30-install-test-container.yaml @@ -23,6 +23,6 @@ spec: spec: containers: - name: test-superset-python - 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 stdin: true tty: true diff --git a/tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 b/tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 index 5119ca9b..f9d47d19 100644 --- a/tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 +++ b/tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 @@ -55,7 +55,7 @@ spec: fsGroup: 1000 containers: - name: python - 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 stdin: true tty: true resources: diff --git a/tests/templates/kuttl/opa/51-install-test-container.yaml.j2 b/tests/templates/kuttl/opa/51-install-test-container.yaml.j2 index 1aff92de..419e9f90 100644 --- a/tests/templates/kuttl/opa/51-install-test-container.yaml.j2 +++ b/tests/templates/kuttl/opa/51-install-test-container.yaml.j2 @@ -55,7 +55,7 @@ spec: fsGroup: 1000 containers: - name: python - 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 stdin: true tty: true resources: diff --git a/tests/templates/kuttl/smoke/40-install-test-container.yaml b/tests/templates/kuttl/smoke/40-install-test-container.yaml index d584945c..7d8002f3 100644 --- a/tests/templates/kuttl/smoke/40-install-test-container.yaml +++ b/tests/templates/kuttl/smoke/40-install-test-container.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: python - 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 stdin: true tty: true resources: From 5b3aa1bfcec6f1766ca154d8efb5d85c2b2b856b Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 15:12:33 +0100 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece92141..34db4257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ - Add support for Superset 6.0.0-rc2 ([#680]). +### Changed + +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#691]). + [#680]: https://github.com/stackabletech/superset-operator/pull/680 +[#691]: https://github.com/stackabletech/superset-operator/pull/691 ## [25.11.0] - 2025-11-07