From 8dc9c6bcd811d5c9c8d284fb2ee37cd85b22b309 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Fri, 9 Jan 2026 10:14:04 +0100 Subject: [PATCH 1/2] chore: use new testing-tools image --- tests/templates/kuttl/ldap/70-install-airflow-python.yaml | 2 +- tests/templates/kuttl/logging/50-install-airflow-python.yaml | 2 +- .../kuttl/mount-dags-configmap/40-install-airflow-python.yaml | 2 +- .../kuttl/mount-dags-gitsync/40-install-airflow-python.yaml | 2 +- tests/templates/kuttl/oidc/50-install-test-container.yaml.j2 | 2 +- tests/templates/kuttl/opa/40-install-test-container.yaml.j2 | 2 +- .../kuttl/remote-logging/50-install-airflow-python.yaml | 2 +- tests/templates/kuttl/smoke/50-install-airflow-python.yaml | 2 +- tests/templates/kuttl/triggerer/40-install-airflow-python.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/templates/kuttl/ldap/70-install-airflow-python.yaml b/tests/templates/kuttl/ldap/70-install-airflow-python.yaml index c3f865a0..9727ea56 100644 --- a/tests/templates/kuttl/ldap/70-install-airflow-python.yaml +++ b/tests/templates/kuttl/ldap/70-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/logging/50-install-airflow-python.yaml b/tests/templates/kuttl/logging/50-install-airflow-python.yaml index c3f865a0..9727ea56 100644 --- a/tests/templates/kuttl/logging/50-install-airflow-python.yaml +++ b/tests/templates/kuttl/logging/50-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/mount-dags-configmap/40-install-airflow-python.yaml b/tests/templates/kuttl/mount-dags-configmap/40-install-airflow-python.yaml index c3f865a0..9727ea56 100644 --- a/tests/templates/kuttl/mount-dags-configmap/40-install-airflow-python.yaml +++ b/tests/templates/kuttl/mount-dags-configmap/40-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/mount-dags-gitsync/40-install-airflow-python.yaml b/tests/templates/kuttl/mount-dags-gitsync/40-install-airflow-python.yaml index c3f865a0..9727ea56 100644 --- a/tests/templates/kuttl/mount-dags-gitsync/40-install-airflow-python.yaml +++ b/tests/templates/kuttl/mount-dags-gitsync/40-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent 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 a42a83e4..84a51789 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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/opa/40-install-test-container.yaml.j2 b/tests/templates/kuttl/opa/40-install-test-container.yaml.j2 index 1726ef8b..083b7eaa 100644 --- a/tests/templates/kuttl/opa/40-install-test-container.yaml.j2 +++ b/tests/templates/kuttl/opa/40-install-test-container.yaml.j2 @@ -55,7 +55,7 @@ spec: fsGroup: 1000 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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/remote-logging/50-install-airflow-python.yaml b/tests/templates/kuttl/remote-logging/50-install-airflow-python.yaml index 7be1fbf8..b5ffa00c 100644 --- a/tests/templates/kuttl/remote-logging/50-install-airflow-python.yaml +++ b/tests/templates/kuttl/remote-logging/50-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/smoke/50-install-airflow-python.yaml b/tests/templates/kuttl/smoke/50-install-airflow-python.yaml index 7be1fbf8..b5ffa00c 100644 --- a/tests/templates/kuttl/smoke/50-install-airflow-python.yaml +++ b/tests/templates/kuttl/smoke/50-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true diff --git a/tests/templates/kuttl/triggerer/40-install-airflow-python.yaml b/tests/templates/kuttl/triggerer/40-install-airflow-python.yaml index c3f865a0..9727ea56 100644 --- a/tests/templates/kuttl/triggerer/40-install-airflow-python.yaml +++ b/tests/templates/kuttl/triggerer/40-install-airflow-python.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: test-airflow-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 imagePullPolicy: IfNotPresent stdin: true tty: true From 46baf4edb96ae01c1d6d0ab77f33239c70b37ad2 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Fri, 9 Jan 2026 10:16:19 +0100 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1a9e86..b328ee9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,17 @@ - Support objectOverrides using `.spec.objectOverrides`. See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]). +### Changed + +- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#733]). + ### Fixed - Default `API_WORKERS` to 1 (instead of letting Airflow default to 4) to prevent crashloop and update/correct docs to reflect this ([#727]). [#726]: https://github.com/stackabletech/airflow-operator/pull/726 [#727]: https://github.com/stackabletech/airflow-operator/pull/727 +[#733]: https://github.com/stackabletech/airflow-operator/pull/733 ## [25.11.0] - 2025-11-07