From dddd2779a44b966ca076b2a79ba9859cc874dfd5 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 20:15:27 +0100 Subject: [PATCH 1/3] chore: use new testing-tools image --- tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml | 2 +- tests/templates/kuttl/profiling/04-install-test-container.yaml | 2 +- tests/templates/kuttl/smoke/40-install-test-runner.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml b/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml index f65ebe61..bfb836d0 100644 --- a/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml +++ b/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml @@ -18,7 +18,7 @@ spec: shareProcessNamespace: true containers: - name: hdfs-test-runner - 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 args: [sleep, infinity] stdin: true tty: true diff --git a/tests/templates/kuttl/profiling/04-install-test-container.yaml b/tests/templates/kuttl/profiling/04-install-test-container.yaml index 4ee8e60f..1d4d4939 100644 --- a/tests/templates/kuttl/profiling/04-install-test-container.yaml +++ b/tests/templates/kuttl/profiling/04-install-test-container.yaml @@ -26,7 +26,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-runner.yaml b/tests/templates/kuttl/smoke/40-install-test-runner.yaml index 32d3ffa3..6d4affd1 100644 --- a/tests/templates/kuttl/smoke/40-install-test-runner.yaml +++ b/tests/templates/kuttl/smoke/40-install-test-runner.yaml @@ -18,7 +18,7 @@ spec: shareProcessNamespace: true containers: - name: test-runner - 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 args: [sleep, infinity] stdin: true tty: true From e70aa17f96dbb8e81a631ceca80fd6f44e589b24 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 20:16:39 +0100 Subject: [PATCH 2/3] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 775a1bea..d2cbf590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,12 +22,14 @@ All notable changes to this project will be documented in this file. - The `prometheus.io/scrape` label was moved to the metrics service ([#721]). - The headless service now only exposes product / data ports, the metrics service only metrics ports ([#721], [#726]). - Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#722]). +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#740]). [#713]: https://github.com/stackabletech/hdfs-operator/pull/713 [#718]: https://github.com/stackabletech/hdfs-operator/pull/718 [#721]: https://github.com/stackabletech/hdfs-operator/pull/721 [#722]: https://github.com/stackabletech/hdfs-operator/pull/722 [#726]: https://github.com/stackabletech/hdfs-operator/pull/726 +[#740]: https://github.com/stackabletech/hdfs-operator/pull/740 ## [25.7.0] - 2025-07-23 From b1e1f5006570195a4a058ba955619f0da9186d2f Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 20:17:39 +0100 Subject: [PATCH 3/3] fix: adapted example --- docs/modules/hdfs/examples/getting_started/webhdfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hdfs/examples/getting_started/webhdfs.yaml b/docs/modules/hdfs/examples/getting_started/webhdfs.yaml index 855d8280..26f2cff9 100644 --- a/docs/modules/hdfs/examples/getting_started/webhdfs.yaml +++ b/docs/modules/hdfs/examples/getting_started/webhdfs.yaml @@ -18,6 +18,6 @@ spec: spec: containers: - name: webhdfs - 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