diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0d878e..52e82182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file. ### Changed - Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#622]). +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#638]). [#589]: https://github.com/stackabletech/spark-k8s-operator/pull/589 [#603]: https://github.com/stackabletech/spark-k8s-operator/pull/603 @@ -52,6 +53,7 @@ All notable changes to this project will be documented in this file. [#617]: https://github.com/stackabletech/spark-k8s-operator/pull/617 [#619]: https://github.com/stackabletech/spark-k8s-operator/pull/619 [#622]: https://github.com/stackabletech/spark-k8s-operator/pull/622 +[#638]: https://github.com/stackabletech/spark-k8s-operator/pull/638 ## [25.7.0] - 2025-07-23 diff --git a/tests/templates/kuttl/custom-log-directory/20-test-logs.yaml b/tests/templates/kuttl/custom-log-directory/20-test-logs.yaml index cb6003bd..3e4d1158 100644 --- a/tests/templates/kuttl/custom-log-directory/20-test-logs.yaml +++ b/tests/templates/kuttl/custom-log-directory/20-test-logs.yaml @@ -10,7 +10,7 @@ spec: activeDeadlineSeconds: 100 containers: - name: history-api-check - 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", diff --git a/tests/templates/kuttl/logging/10-install-test-runner.yaml b/tests/templates/kuttl/logging/10-install-test-runner.yaml index e10efb70..03c63ecf 100644 --- a/tests/templates/kuttl/logging/10-install-test-runner.yaml +++ b/tests/templates/kuttl/logging/10-install-test-runner.yaml @@ -17,6 +17,6 @@ spec: spec: 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 stdin: true tty: true diff --git a/tests/templates/kuttl/overrides/20-test-logs.yaml b/tests/templates/kuttl/overrides/20-test-logs.yaml index 197dd5d6..4a19d398 100644 --- a/tests/templates/kuttl/overrides/20-test-logs.yaml +++ b/tests/templates/kuttl/overrides/20-test-logs.yaml @@ -10,7 +10,7 @@ spec: activeDeadlineSeconds: 100 containers: - name: history-api-check - 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", diff --git a/tests/templates/kuttl/smoke/60-test-logs.yaml b/tests/templates/kuttl/smoke/60-test-logs.yaml index 197dd5d6..4a19d398 100644 --- a/tests/templates/kuttl/smoke/60-test-logs.yaml +++ b/tests/templates/kuttl/smoke/60-test-logs.yaml @@ -10,7 +10,7 @@ spec: activeDeadlineSeconds: 100 containers: - name: history-api-check - 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", diff --git a/tests/templates/kuttl/spark-connect/40-install-test-container.yaml b/tests/templates/kuttl/spark-connect/40-install-test-container.yaml index 5d38bc74..11a30751 100644 --- a/tests/templates/kuttl/spark-connect/40-install-test-container.yaml +++ b/tests/templates/kuttl/spark-connect/40-install-test-container.yaml @@ -52,7 +52,7 @@ metadata: spec: containers: - name: tools - 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/spark-history-server/20-test-logs.yaml b/tests/templates/kuttl/spark-history-server/20-test-logs.yaml index 074fefac..f96e5568 100644 --- a/tests/templates/kuttl/spark-history-server/20-test-logs.yaml +++ b/tests/templates/kuttl/spark-history-server/20-test-logs.yaml @@ -10,7 +10,7 @@ spec: activeDeadlineSeconds: 100 containers: - name: history-api-check - 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", diff --git a/tests/templates/kuttl/spark-history-server/30-install-test-container.yaml b/tests/templates/kuttl/spark-history-server/30-install-test-container.yaml index 804eb0a2..89dbb955 100644 --- a/tests/templates/kuttl/spark-history-server/30-install-test-container.yaml +++ b/tests/templates/kuttl/spark-history-server/30-install-test-container.yaml @@ -40,7 +40,7 @@ metadata: spec: containers: - name: tools - 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: