Skip to content

Commit

Permalink
deps: Prepare for v3.4.2 release
Browse files Browse the repository at this point in the history
sed --in-place 's/3\.4\.1/3\.4\.2/' $(find . -maxdepth 3 -name "*.yml")

Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Dec 20, 2024
1 parent c1ef85e commit 2cb122a
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-release-policy-assemblyscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
NODE_VERSION: 14
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -48,7 +48,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: Setup node
Expand All @@ -71,7 +71,7 @@ jobs:
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -87,4 +87,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
10 changes: 5 additions & 5 deletions .github/workflows/reusable-release-policy-go-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -46,16 +46,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: Build and annotate policy
uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.1
uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.2
- name: Run e2e tests
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -71,4 +71,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
10 changes: 5 additions & 5 deletions .github/workflows/reusable-release-policy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -46,16 +46,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: Build and annotate policy
uses: kubewarden/github-actions/policy-build-tinygo@v3.4.1
uses: kubewarden/github-actions/policy-build-tinygo@v3.4.2
- name: Run e2e tests
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -71,4 +71,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
10 changes: 5 additions & 5 deletions .github/workflows/reusable-release-policy-rego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -64,12 +64,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
policy-working-dir: ${{ inputs.policy-working-dir }}
- name: Install opa
uses: kubewarden/github-actions/opa-installer@v3.4.1
uses: kubewarden/github-actions/opa-installer@v3.4.2
- uses: actions/checkout@v4
- name: Build policy
working-directory: ${{ inputs.policy-working-dir }}
Expand All @@ -87,7 +87,7 @@ jobs:
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -104,6 +104,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
with:
policy-working-dir: ${{ inputs.policy-working-dir }}
10 changes: 5 additions & 5 deletions .github/workflows/reusable-release-policy-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -46,16 +46,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: Build and annotate policy
uses: kubewarden/github-actions/policy-build-rust@v3.4.1
uses: kubewarden/github-actions/policy-build-rust@v3.4.2
- name: Run e2e tests
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -71,4 +71,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
8 changes: 4 additions & 4 deletions .github/workflows/reusable-release-policy-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- uses: actions/checkout@v4
with:
# until https://github.com/actions/checkout/pull/579 is released
Expand Down Expand Up @@ -46,7 +46,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
with:
version: ${{ steps.calculate-version.outputs.version }}
- name: install wasm-strip
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
make e2e-tests
- name: Release
uses: kubewarden/github-actions/policy-release@v3.4.1
uses: kubewarden/github-actions/policy-release@v3.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -88,4 +88,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.4.1
uses: kubewarden/github-actions/push-artifacthub@v3.4.2
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test-policy-assemblyscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand All @@ -58,7 +58,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
8 changes: 4 additions & 4 deletions .github/workflows/reusable-test-policy-go-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- name: Build and annotate policy
with:
generate-sbom: false
uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.1
uses: kubewarden/github-actions/policy-build-go-wasi@v3.4.2
- name: Run e2e tests
run: make e2e-tests

Expand All @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand All @@ -81,7 +81,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
8 changes: 4 additions & 4 deletions .github/workflows/reusable-test-policy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- name: Build and annotate policy
with:
generate-sbom: false
uses: kubewarden/github-actions/policy-build-tinygo@v3.4.1
uses: kubewarden/github-actions/policy-build-tinygo@v3.4.2
- name: Run e2e tests
run: make e2e-tests

Expand All @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand All @@ -81,7 +81,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test-policy-rego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install opa
uses: kubewarden/github-actions/opa-installer@v3.4.1
uses: kubewarden/github-actions/opa-installer@v3.4.2
- name: Run unit tests
working-directory: ${{ inputs.policy-working-dir }}
run: make test
Expand All @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand Down Expand Up @@ -73,7 +73,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-test-policy-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand All @@ -58,7 +58,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
Expand Down Expand Up @@ -94,11 +94,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.1
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.4.2
- name: Build and annotate policy
with:
generate-sbom: false
uses: kubewarden/github-actions/policy-build-rust@v3.4.1
uses: kubewarden/github-actions/policy-build-rust@v3.4.2
- name: Run e2e tests
run: |
make e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test-policy-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- id: calculate-version
shell: bash
run: |
Expand All @@ -52,7 +52,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.4.1
uses: kubewarden/github-actions/check-artifacthub@v3.4.2
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
6 changes: 3 additions & 3 deletions policy-gh-action-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ runs:
- name: Install cosign
uses: sigstore/cosign-installer@v3
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.4.1
uses: kubewarden/github-actions/kwctl-installer@v3.4.2
- 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.4.1
uses: kubewarden/github-actions/sbom-generator-installer@v3.4.2
- name: Install SBOM generator tool
uses: kubewarden/github-actions/binaryen-installer@v3.4.1
uses: kubewarden/github-actions/binaryen-installer@v3.4.2

0 comments on commit 2cb122a

Please sign in to comment.