From 0698fff8784455d9278bf36fc845a9f1989eb91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Tue, 17 Dec 2024 11:37:01 +0100 Subject: [PATCH] chore(deps): Prepare for v3.4.0 tagging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- .../reusable-release-policy-assemblyscript.yml | 8 ++++---- .github/workflows/reusable-release-policy-go-wasi.yml | 10 +++++----- .github/workflows/reusable-release-policy-go.yml | 10 +++++----- .github/workflows/reusable-release-policy-rego.yml | 10 +++++----- .github/workflows/reusable-release-policy-rust.yml | 10 +++++----- .github/workflows/reusable-release-policy-swift.yml | 8 ++++---- .../workflows/reusable-test-policy-assemblyscript.yml | 4 ++-- .github/workflows/reusable-test-policy-go-wasi.yml | 8 ++++---- .github/workflows/reusable-test-policy-go.yml | 8 ++++---- .github/workflows/reusable-test-policy-rego.yml | 6 +++--- .github/workflows/reusable-test-policy-rust.yml | 8 ++++---- .github/workflows/reusable-test-policy-swift.yml | 4 ++-- policy-gh-action-dependencies/action.yml | 6 +++--- 13 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/reusable-release-policy-assemblyscript.yml b/.github/workflows/reusable-release-policy-assemblyscript.yml index 0706714..283f127 100644 --- a/.github/workflows/reusable-release-policy-assemblyscript.yml +++ b/.github/workflows/reusable-release-policy-assemblyscript.yml @@ -19,7 +19,7 @@ jobs: NODE_VERSION: 14 steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -44,7 +44,7 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: startsWith(github.ref, 'refs/tags/v') && inputs.artifacthub - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} - name: Setup node @@ -67,7 +67,7 @@ jobs: run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -83,4 +83,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 diff --git a/.github/workflows/reusable-release-policy-go-wasi.yml b/.github/workflows/reusable-release-policy-go-wasi.yml index 61d9d74..b4b2cee 100644 --- a/.github/workflows/reusable-release-policy-go-wasi.yml +++ b/.github/workflows/reusable-release-policy-go-wasi.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -42,16 +42,16 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: startsWith(github.ref, 'refs/tags/v') && inputs.artifacthub - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} - name: Build and annotate policy - uses: kubewarden/github-actions/policy-build-go-wasi@v3.3.5 + uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.0 - name: Run e2e tests run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -67,4 +67,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 diff --git a/.github/workflows/reusable-release-policy-go.yml b/.github/workflows/reusable-release-policy-go.yml index 70f173f..5aa40d8 100644 --- a/.github/workflows/reusable-release-policy-go.yml +++ b/.github/workflows/reusable-release-policy-go.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -42,16 +42,16 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: startsWith(github.ref, 'refs/tags/v') && inputs.artifacthub - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} - name: Build and annotate policy - uses: kubewarden/github-actions/policy-build-tinygo@v3.3.5 + uses: kubewarden/github-actions/policy-build-tinygo@v3.4.0 - name: Run e2e tests run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -67,4 +67,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 diff --git a/.github/workflows/reusable-release-policy-rego.yml b/.github/workflows/reusable-release-policy-rego.yml index f675647..ea5451a 100644 --- a/.github/workflows/reusable-release-policy-rego.yml +++ b/.github/workflows/reusable-release-policy-rego.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -60,12 +60,12 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: ${{ inputs.artifacthub && ( ! startsWith(github.ref, 'refs/heads/') ) }} - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} policy-working-dir: ${{ inputs.policy-working-dir }} - name: Install opa - uses: kubewarden/github-actions/opa-installer@v3.3.5 + uses: kubewarden/github-actions/opa-installer@v3.4.0 - uses: actions/checkout@v4 - name: Build policy working-directory: ${{ inputs.policy-working-dir }} @@ -83,7 +83,7 @@ jobs: run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -100,6 +100,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 with: policy-working-dir: ${{ inputs.policy-working-dir }} diff --git a/.github/workflows/reusable-release-policy-rust.yml b/.github/workflows/reusable-release-policy-rust.yml index 9e0ae18..abf3121 100644 --- a/.github/workflows/reusable-release-policy-rust.yml +++ b/.github/workflows/reusable-release-policy-rust.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -42,16 +42,16 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: startsWith(github.ref, 'refs/tags/v') && inputs.artifacthub - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} - name: Build and annotate policy - uses: kubewarden/github-actions/policy-build-rust@v3.3.5 + uses: kubewarden/github-actions/policy-build-rust@v3.4.0 - name: Run e2e tests run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -67,4 +67,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 diff --git a/.github/workflows/reusable-release-policy-swift.yml b/.github/workflows/reusable-release-policy-swift.yml index 14f59b1..00363e2 100644 --- a/.github/workflows/reusable-release-policy-swift.yml +++ b/.github/workflows/reusable-release-policy-swift.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - uses: actions/checkout@v4 with: # until https://github.com/actions/checkout/pull/579 is released @@ -42,7 +42,7 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # skip when releasing :latest from main, versions will not match if: startsWith(github.ref, 'refs/tags/v') && inputs.artifacthub - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} - name: install wasm-strip @@ -68,7 +68,7 @@ jobs: run: | make e2e-tests - name: Release - uses: kubewarden/github-actions/policy-release@v3.3.5 + uses: kubewarden/github-actions/policy-release@v3.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} oci-target: ${{ inputs.oci-target }} @@ -84,4 +84,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Push artifacthub files to artifacthub branch - uses: kubewarden/github-actions/push-artifacthub@v3.3.5 + uses: kubewarden/github-actions/push-artifacthub@v3.4.0 diff --git a/.github/workflows/reusable-test-policy-assemblyscript.yml b/.github/workflows/reusable-test-policy-assemblyscript.yml index cc84cdc..e2072fc 100644 --- a/.github/workflows/reusable-test-policy-assemblyscript.yml +++ b/.github/workflows/reusable-test-policy-assemblyscript.yml @@ -35,7 +35,7 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version shell: bash run: | @@ -54,7 +54,7 @@ jobs: fi echo "version=$version" >> $GITHUB_OUTPUT - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then diff --git a/.github/workflows/reusable-test-policy-go-wasi.yml b/.github/workflows/reusable-test-policy-go-wasi.yml index 5391345..ac73e49 100644 --- a/.github/workflows/reusable-test-policy-go-wasi.yml +++ b/.github/workflows/reusable-test-policy-go-wasi.yml @@ -29,11 +29,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - name: Build and annotate policy with: generate-sbom: false - uses: kubewarden/github-actions/policy-build-go-wasi@v3.3.5 + uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.0 - name: Run e2e tests run: make e2e-tests @@ -58,7 +58,7 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version shell: bash run: | @@ -77,7 +77,7 @@ jobs: fi echo "version=$version" >> $GITHUB_OUTPUT - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then diff --git a/.github/workflows/reusable-test-policy-go.yml b/.github/workflows/reusable-test-policy-go.yml index e32b80a..7caa1a8 100644 --- a/.github/workflows/reusable-test-policy-go.yml +++ b/.github/workflows/reusable-test-policy-go.yml @@ -29,11 +29,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - name: Build and annotate policy with: generate-sbom: false - uses: kubewarden/github-actions/policy-build-tinygo@v3.3.5 + uses: kubewarden/github-actions/policy-build-tinygo@v3.4.0 - name: Run e2e tests run: make e2e-tests @@ -58,7 +58,7 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version shell: bash run: | @@ -77,7 +77,7 @@ jobs: fi echo "version=$version" >> $GITHUB_OUTPUT - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then diff --git a/.github/workflows/reusable-test-policy-rego.yml b/.github/workflows/reusable-test-policy-rego.yml index 2e20f22..d476e80 100644 --- a/.github/workflows/reusable-test-policy-rego.yml +++ b/.github/workflows/reusable-test-policy-rego.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install opa - uses: kubewarden/github-actions/opa-installer@v3.3.5 + uses: kubewarden/github-actions/opa-installer@v3.4.0 - name: Run unit tests working-directory: ${{ inputs.policy-working-dir }} run: make test @@ -42,7 +42,7 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version shell: bash run: | @@ -69,7 +69,7 @@ jobs: - name: Check that artifacthub-pkg.yml is up-to-date # only makes sense to run this check if artifacthub-pkg.yml has been # updated for an upcoming release. - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then diff --git a/.github/workflows/reusable-test-policy-rust.yml b/.github/workflows/reusable-test-policy-rust.yml index 6d037d6..d784f9d 100644 --- a/.github/workflows/reusable-test-policy-rust.yml +++ b/.github/workflows/reusable-test-policy-rust.yml @@ -35,13 +35,13 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: echo "version=$(sed -n 's,^version = \"\(.*\)\",\1,p' Cargo.toml)" >> $GITHUB_OUTPUT shell: bash - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check: @@ -76,11 +76,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.5 + uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.0 - name: Build and annotate policy with: generate-sbom: false - uses: kubewarden/github-actions/policy-build-rust@v3.3.5 + uses: kubewarden/github-actions/policy-build-rust@v3.4.0 - name: Run e2e tests run: | make e2e-tests diff --git a/.github/workflows/reusable-test-policy-swift.yml b/.github/workflows/reusable-test-policy-swift.yml index ddcc704..1e4a742 100644 --- a/.github/workflows/reusable-test-policy-swift.yml +++ b/.github/workflows/reusable-test-policy-swift.yml @@ -29,7 +29,7 @@ jobs: # until https://github.com/actions/checkout/pull/579 is released fetch-depth: 0 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - id: calculate-version shell: bash run: | @@ -48,7 +48,7 @@ jobs: fi echo "version=$version" >> $GITHUB_OUTPUT - name: Check that artifacthub-pkg.yml is up-to-date - uses: kubewarden/github-actions/check-artifacthub@v3.3.5 + uses: kubewarden/github-actions/check-artifacthub@v3.4.0 with: version: ${{ steps.calculate-version.outputs.version }} check_version: false # must match a git tag that hasn't been created yet, so let's ignore until then diff --git a/policy-gh-action-dependencies/action.yml b/policy-gh-action-dependencies/action.yml index ea3dd81..5b1e657 100644 --- a/policy-gh-action-dependencies/action.yml +++ b/policy-gh-action-dependencies/action.yml @@ -9,12 +9,12 @@ runs: - name: Install cosign uses: sigstore/cosign-installer@v3 - name: Install kwctl - uses: kubewarden/github-actions/kwctl-installer@v3.3.5 + uses: kubewarden/github-actions/kwctl-installer@v3.4.0 - name: Install bats uses: mig4/setup-bats@v1.2.0 with: bats-version: 1.11.0 - name: Install SBOM generator tool - uses: kubewarden/github-actions/sbom-generator-installer@v3.3.5 + uses: kubewarden/github-actions/sbom-generator-installer@v3.4.0 - name: Install SBOM generator tool - uses: kubewarden/github-actions/binaryen-installer@v3.3.5 + uses: kubewarden/github-actions/binaryen-installer@v3.4.0