From b2e8450b309c97976e29fafae2e551149fe8a552 Mon Sep 17 00:00:00 2001 From: xeniape Date: Wed, 23 Apr 2025 13:35:30 +0200 Subject: [PATCH 1/2] chore: update to oci references --- .../tests/templates/kuttl/ldap/07-install-airflow-python.yaml | 2 +- .../templates/kuttl/logging/05-install-airflow-python.yaml | 2 +- .../kuttl/mount-dags-configmap/04-install-airflow-python.yaml | 2 +- .../kuttl/mount-dags-gitsync/04-install-airflow-python.yaml | 2 +- .../tests/templates/kuttl/smoke/04-install-airflow-python.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/suites/tests/templates/kuttl/ldap/07-install-airflow-python.yaml b/examples/suites/tests/templates/kuttl/ldap/07-install-airflow-python.yaml index b0b6ca3..ba4d16a 100644 --- a/examples/suites/tests/templates/kuttl/ldap/07-install-airflow-python.yaml +++ b/examples/suites/tests/templates/kuttl/ldap/07-install-airflow-python.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-airflow-python - image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev stdin: true tty: true diff --git a/examples/suites/tests/templates/kuttl/logging/05-install-airflow-python.yaml b/examples/suites/tests/templates/kuttl/logging/05-install-airflow-python.yaml index b0b6ca3..ba4d16a 100644 --- a/examples/suites/tests/templates/kuttl/logging/05-install-airflow-python.yaml +++ b/examples/suites/tests/templates/kuttl/logging/05-install-airflow-python.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-airflow-python - image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev stdin: true tty: true diff --git a/examples/suites/tests/templates/kuttl/mount-dags-configmap/04-install-airflow-python.yaml b/examples/suites/tests/templates/kuttl/mount-dags-configmap/04-install-airflow-python.yaml index b0b6ca3..ba4d16a 100644 --- a/examples/suites/tests/templates/kuttl/mount-dags-configmap/04-install-airflow-python.yaml +++ b/examples/suites/tests/templates/kuttl/mount-dags-configmap/04-install-airflow-python.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-airflow-python - image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev stdin: true tty: true diff --git a/examples/suites/tests/templates/kuttl/mount-dags-gitsync/04-install-airflow-python.yaml b/examples/suites/tests/templates/kuttl/mount-dags-gitsync/04-install-airflow-python.yaml index b0b6ca3..343d298 100644 --- a/examples/suites/tests/templates/kuttl/mount-dags-gitsync/04-install-airflow-python.yaml +++ b/examples/suites/tests/templates/kuttl/mount-dags-gitsync/04-install-airflow-python.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-airflow-python - image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-devs stdin: true tty: true diff --git a/examples/suites/tests/templates/kuttl/smoke/04-install-airflow-python.yaml b/examples/suites/tests/templates/kuttl/smoke/04-install-airflow-python.yaml index b0b6ca3..ba4d16a 100644 --- a/examples/suites/tests/templates/kuttl/smoke/04-install-airflow-python.yaml +++ b/examples/suites/tests/templates/kuttl/smoke/04-install-airflow-python.yaml @@ -17,6 +17,6 @@ spec: spec: containers: - name: test-airflow-python - image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev stdin: true tty: true From 076205a51c8be20ba7c1c3d4ad765d0364f207ef Mon Sep 17 00:00:00 2001 From: xeniape Date: Wed, 23 Apr 2025 13:39:45 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d58af2..c7ae5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## Fixed +### Changed + +- Update registry references to oci ([#36]). + +### Fixed - Cap generated test ids to 255 characters to avoid file system errors ([#35]). [#35]: https://github.com/stackabletech/beku.py/pull/35 +[#36]: https://github.com/stackabletech/beku.py/pull/36 ## 0.0.10 - 2024-11-06 -## Added +### Added - Nix build files ([#18]) - Raise build versions ([#18])