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]) 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