From 601103433a19d7daa0c1d1f3e334ce23f6e20a81 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 4 Oct 2024 09:46:30 +0000 Subject: [PATCH] chore(deps): update all dependencies (patch only) | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | pypi | image-tools-stackabletech | 0.0.12 | 0.0.13 | | pypi | pandas | 2.2.2 | 2.2.3 | | github-tags | stackabletech/actions | v0.0.1 | v0.0.2 | --- .github/workflows/dev_airflow.yaml | 12 ++++++------ .github/workflows/dev_druid.yaml | 12 ++++++------ .github/workflows/dev_hadoop.yaml | 12 ++++++------ .github/workflows/dev_hbase.yaml | 12 ++++++------ .github/workflows/dev_hello-world.yaml | 12 ++++++------ .github/workflows/dev_hive.yaml | 12 ++++++------ .github/workflows/dev_java-base.yaml | 12 ++++++------ .github/workflows/dev_java-devel.yaml | 12 ++++++------ .github/workflows/dev_kafka-testing-tools.yaml | 12 ++++++------ .github/workflows/dev_kafka.yaml | 12 ++++++------ .github/workflows/dev_kcat.yaml | 12 ++++++------ .github/workflows/dev_krb5.yaml | 12 ++++++------ .github/workflows/dev_nifi.yaml | 12 ++++++------ .github/workflows/dev_omid.yaml | 12 ++++++------ .github/workflows/dev_opa.yaml | 12 ++++++------ .github/workflows/dev_spark-k8s.yaml | 12 ++++++------ .github/workflows/dev_stackable-base.yaml | 12 ++++++------ .github/workflows/dev_superset.yaml | 12 ++++++------ .github/workflows/dev_testing-tools.yaml | 12 ++++++------ .github/workflows/dev_tools.yaml | 12 ++++++------ .github/workflows/dev_trino-cli.yaml | 12 ++++++------ .github/workflows/dev_trino.yaml | 12 ++++++------ .github/workflows/dev_vector.yaml | 12 ++++++------ .github/workflows/dev_zookeeper.yaml | 12 ++++++------ .github/workflows/mirror.yaml | 8 ++++---- .github/workflows/pr_pre-commit.yaml | 2 +- .github/workflows/preflight.yaml | 2 +- .github/workflows/release.yml | 2 +- testing-tools/python/requirements.txt | 2 +- 29 files changed, 152 insertions(+), 152 deletions(-) diff --git a/.github/workflows/dev_airflow.yaml b/.github/workflows/dev_airflow.yaml index a1f2f1523..003af8cc2 100644 --- a/.github/workflows/dev_airflow.yaml +++ b/.github/workflows/dev_airflow.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_druid.yaml b/.github/workflows/dev_druid.yaml index 9c0343422..86d5b83df 100644 --- a/.github/workflows/dev_druid.yaml +++ b/.github/workflows/dev_druid.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hadoop.yaml b/.github/workflows/dev_hadoop.yaml index b02f8c7e2..5bcc347af 100644 --- a/.github/workflows/dev_hadoop.yaml +++ b/.github/workflows/dev_hadoop.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hbase.yaml b/.github/workflows/dev_hbase.yaml index 5774deb6b..c447c4f3d 100644 --- a/.github/workflows/dev_hbase.yaml +++ b/.github/workflows/dev_hbase.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -71,7 +71,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -103,7 +103,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hello-world.yaml b/.github/workflows/dev_hello-world.yaml index f824061c9..d721b2146 100644 --- a/.github/workflows/dev_hello-world.yaml +++ b/.github/workflows/dev_hello-world.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_hive.yaml b/.github/workflows/dev_hive.yaml index c32439007..2a78664f8 100644 --- a/.github/workflows/dev_hive.yaml +++ b/.github/workflows/dev_hive.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -54,14 +54,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -71,7 +71,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -103,7 +103,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_java-base.yaml b/.github/workflows/dev_java-base.yaml index 1ad8bc816..cfbfaa976 100644 --- a/.github/workflows/dev_java-base.yaml +++ b/.github/workflows/dev_java-base.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_java-devel.yaml b/.github/workflows/dev_java-devel.yaml index b7a78e82a..8990a791b 100644 --- a/.github/workflows/dev_java-devel.yaml +++ b/.github/workflows/dev_java-devel.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kafka-testing-tools.yaml b/.github/workflows/dev_kafka-testing-tools.yaml index 8d4c13502..b6095f043 100644 --- a/.github/workflows/dev_kafka-testing-tools.yaml +++ b/.github/workflows/dev_kafka-testing-tools.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kafka.yaml b/.github/workflows/dev_kafka.yaml index 29af9a3b3..76c709b0b 100644 --- a/.github/workflows/dev_kafka.yaml +++ b/.github/workflows/dev_kafka.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -55,14 +55,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -72,7 +72,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -104,7 +104,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_kcat.yaml b/.github/workflows/dev_kcat.yaml index e61ceb1bb..060ceb376 100644 --- a/.github/workflows/dev_kcat.yaml +++ b/.github/workflows/dev_kcat.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_krb5.yaml b/.github/workflows/dev_krb5.yaml index 0c68a7e1c..edee1adb7 100644 --- a/.github/workflows/dev_krb5.yaml +++ b/.github/workflows/dev_krb5.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_nifi.yaml b/.github/workflows/dev_nifi.yaml index be3094900..790ef3fee 100644 --- a/.github/workflows/dev_nifi.yaml +++ b/.github/workflows/dev_nifi.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_omid.yaml b/.github/workflows/dev_omid.yaml index b08adc535..3954b7b3b 100644 --- a/.github/workflows/dev_omid.yaml +++ b/.github/workflows/dev_omid.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_opa.yaml b/.github/workflows/dev_opa.yaml index 22985e21a..853be0294 100644 --- a/.github/workflows/dev_opa.yaml +++ b/.github/workflows/dev_opa.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_spark-k8s.yaml b/.github/workflows/dev_spark-k8s.yaml index 0a930a2ed..c20d0644c 100644 --- a/.github/workflows/dev_spark-k8s.yaml +++ b/.github/workflows/dev_spark-k8s.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_stackable-base.yaml b/.github/workflows/dev_stackable-base.yaml index 495616387..9ccb186f4 100644 --- a/.github/workflows/dev_stackable-base.yaml +++ b/.github/workflows/dev_stackable-base.yaml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -67,7 +67,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -99,7 +99,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_superset.yaml b/.github/workflows/dev_superset.yaml index 64c54fea9..97d245112 100644 --- a/.github/workflows/dev_superset.yaml +++ b/.github/workflows/dev_superset.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -51,14 +51,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -68,7 +68,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -100,7 +100,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_testing-tools.yaml b/.github/workflows/dev_testing-tools.yaml index ec103c31c..839ec812e 100644 --- a/.github/workflows/dev_testing-tools.yaml +++ b/.github/workflows/dev_testing-tools.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_tools.yaml b/.github/workflows/dev_tools.yaml index e58705f7a..39745140b 100644 --- a/.github/workflows/dev_tools.yaml +++ b/.github/workflows/dev_tools.yaml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -50,14 +50,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -67,7 +67,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -99,7 +99,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_trino-cli.yaml b/.github/workflows/dev_trino-cli.yaml index fa6c5baab..60a2950ba 100644 --- a/.github/workflows/dev_trino-cli.yaml +++ b/.github/workflows/dev_trino-cli.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -52,14 +52,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -69,7 +69,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -101,7 +101,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_trino.yaml b/.github/workflows/dev_trino.yaml index 6775d424e..5e6e35a95 100644 --- a/.github/workflows/dev_trino.yaml +++ b/.github/workflows/dev_trino.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_vector.yaml b/.github/workflows/dev_vector.yaml index 9c1bdeb2a..bfabebd1b 100644 --- a/.github/workflows/dev_vector.yaml +++ b/.github/workflows/dev_vector.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -49,14 +49,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -66,7 +66,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -98,7 +98,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/dev_zookeeper.yaml b/.github/workflows/dev_zookeeper.yaml index 511351c44..9591d0c29 100644 --- a/.github/workflows/dev_zookeeper.yaml +++ b/.github/workflows/dev_zookeeper.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - id: shard - uses: stackabletech/actions/shard@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/shard@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} outputs: @@ -53,14 +53,14 @@ jobs: - name: Build Product Image id: build - uses: stackabletech/actions/build-product-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/build-product-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: product-name: ${{ env.PRODUCT_NAME }} product-version: ${{ matrix.versions }} build-cache-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }} - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -70,7 +70,7 @@ jobs: source-image-uri: localhost/${{ env.PRODUCT_NAME }}:${{ steps.build.outputs.image-manifest-tag }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -102,7 +102,7 @@ jobs: image-index-manifest-tag: ${{ matrix.versions }}-stackable0.0.0-dev - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 550d135f3..f6f80f25c 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -50,7 +50,7 @@ jobs: echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" - name: Publish Container Image on docker.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -60,7 +60,7 @@ jobs: source-image-uri: ${{ format('{0}:{1}', inputs.image-repository-uri, inputs.image-index-manifest-tag) }} - name: Publish Container Image on oci.stackable.tech - uses: stackabletech/actions/publish-image@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build @@ -85,7 +85,7 @@ jobs: echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV" - name: Publish and Sign Image Index Manifest to docker.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: docker.stackable.tech image-registry-username: github @@ -94,7 +94,7 @@ jobs: image-index-manifest-tag: ${{ inputs.image-index-manifest-tag }} - name: Publish and Sign Image Index Manifest to oci.stackable.tech - uses: stackabletech/actions/publish-index-manifest@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + uses: stackabletech/actions/publish-index-manifest@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech image-registry-username: robot$sdp+github-action-build diff --git a/.github/workflows/pr_pre-commit.yaml b/.github/workflows/pr_pre-commit.yaml index 215e0001c..fe2f8ca95 100644 --- a/.github/workflows/pr_pre-commit.yaml +++ b/.github/workflows/pr_pre-commit.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - - uses: stackabletech/actions/run-pre-commit@93b2a5a023487ef9509f24600c12374553478f1d # 0.0.1 + - uses: stackabletech/actions/run-pre-commit@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: python-version: ${{ env.PYTHON_VERSION }} hadolint: ${{ env.HADOLINT_VERSION }} diff --git a/.github/workflows/preflight.yaml b/.github/workflows/preflight.yaml index 9a895ff05..beb0e45b1 100644 --- a/.github/workflows/preflight.yaml +++ b/.github/workflows/preflight.yaml @@ -70,7 +70,7 @@ jobs: - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: '3.x' - - run: pip install image-tools-stackabletech==0.0.12 + - run: pip install image-tools-stackabletech==0.0.13 - name: Install preflight run: | wget https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.0/preflight-linux-amd64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d03bd016..e5567d23d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: - name: Set up syft uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 - name: Install image-tools-stackabletech - run: pip install image-tools-stackabletech==0.0.12 + run: pip install image-tools-stackabletech==0.0.13 - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: docker.stackable.tech diff --git a/testing-tools/python/requirements.txt b/testing-tools/python/requirements.txt index 9ee913466..dddf6bde7 100644 --- a/testing-tools/python/requirements.txt +++ b/testing-tools/python/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.3.2 # hive-metastore-client==1.0.9 kafka-python3==3.0.0 nipyapi==0.20.0 -pandas==2.2.2 +pandas==2.2.3 trino==0.329.0 # gssapi/kerberos/pure-sasl are needed for using the python metastore client with kerberos. gssapi==1.8.3