Skip to content

Commit

Permalink
chore: bump version in use to v3.3.0.
Browse files Browse the repository at this point in the history
Updates the version used in the Github action by the version to be
released soon.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
  • Loading branch information
jvanz committed Jul 1, 2024
1 parent 88773d9 commit f8887d8
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 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 @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
-
uses: actions/checkout@v4
with:
Expand All @@ -37,7 +37,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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
-
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/policy-release@v3.2.0
uses: kubewarden/github-actions/policy-release@v3.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -84,4 +84,4 @@ jobs:
steps:
-
name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.2.0
uses: kubewarden/github-actions/push-artifacthub@v3.3.0
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 @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
-
uses: actions/checkout@v4
with:
Expand All @@ -35,19 +35,19 @@ 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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
-
name: Build and annotate policy
uses: kubewarden/github-actions/policy-build-go@v3.2.0
uses: kubewarden/github-actions/policy-build-go@v3.3.0
-
name: Run e2e tests
run: |
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/policy-release@v3.2.0
uses: kubewarden/github-actions/policy-release@v3.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -63,4 +63,4 @@ jobs:
steps:
-
name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.2.0
uses: kubewarden/github-actions/push-artifacthub@v3.3.0
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 @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
-
uses: actions/checkout@v4
with:
Expand All @@ -35,12 +35,12 @@ 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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
-
name: Install opa
uses: kubewarden/github-actions/opa-installer@v3.2.0
uses: kubewarden/github-actions/opa-installer@v3.3.0
-
uses: actions/checkout@v4
-
Expand All @@ -57,7 +57,7 @@ jobs:
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/policy-release@v3.2.0
uses: kubewarden/github-actions/policy-release@v3.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -73,4 +73,4 @@ jobs:
steps:
-
name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.2.0
uses: kubewarden/github-actions/push-artifacthub@v3.3.0
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 @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
-
uses: actions/checkout@v4
with:
Expand All @@ -34,19 +34,19 @@ 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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
-
name: Build and annotate policy
uses: kubewarden/github-actions/policy-build-rust@v3.2.0
uses: kubewarden/github-actions/policy-build-rust@v3.3.0
-
name: Run e2e tests
run: |
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/policy-release@v3.2.0
uses: kubewarden/github-actions/policy-release@v3.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -62,4 +62,4 @@ jobs:
steps:
-
name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.2.0
uses: kubewarden/github-actions/push-artifacthub@v3.3.0
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 @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Install dependencies
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
-
uses: actions/checkout@v4
with:
Expand All @@ -35,7 +35,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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
-
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
make e2e-tests
-
name: Release
uses: kubewarden/github-actions/policy-release@v3.2.0
uses: kubewarden/github-actions/policy-release@v3.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
oci-target: ${{ inputs.oci-target }}
Expand All @@ -83,4 +83,4 @@ jobs:
steps:
-
name: Push artifacthub files to artifacthub branch
uses: kubewarden/github-actions/push-artifacthub@v3.2.0
uses: kubewarden/github-actions/push-artifacthub@v3.3.0
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 @@ -41,14 +41,14 @@ jobs:
fetch-depth: 0
-
name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
-
id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
-
name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/check-artifacthub@v3.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.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
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.2.0
uses: kubewarden/github-actions/policy-gh-action-dependencies@v3.3.0
- name: Build and annotate policy
with:
generate-sbom: false
uses: kubewarden/github-actions/policy-build-go@v3.2.0
uses: kubewarden/github-actions/policy-build-go@v3.3.0
- name: Run e2e tests
run: make e2e-tests

Expand All @@ -58,12 +58,12 @@ jobs:
# until https://github.com/actions/checkout/pull/579 is released
fetch-depth: 0
- name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
- id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
- name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/check-artifacthub@v3.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.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
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
-
name: Install opa
uses: kubewarden/github-actions/opa-installer@v3.2.0
uses: kubewarden/github-actions/opa-installer@v3.3.0
-
name: Run unit tests
run: make test
Expand All @@ -33,14 +33,14 @@ jobs:
fetch-depth: 0
-
name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
-
id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
-
name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/check-artifacthub@v3.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.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
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test-policy-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
fetch-depth: 0
-
name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
-
id: calculate-version
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.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.0
with:
version: ${{ steps.calculate-version.outputs.version }}
check:
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 @@ -31,14 +31,14 @@ jobs:
fetch-depth: 0
-
name: Install kwctl
uses: kubewarden/github-actions/kwctl-installer@v3.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
-
id: calculate-version
run: echo "version=$(git describe --tags --abbrev=0 | cut -c2-)" >> $GITHUB_OUTPUT
shell: bash
-
name: Check that artifacthub-pkg.yml is up-to-date
uses: kubewarden/github-actions/check-artifacthub@v3.2.0
uses: kubewarden/github-actions/check-artifacthub@v3.3.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
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.2.0
uses: kubewarden/github-actions/kwctl-installer@v3.3.0
- name: Install bats
uses: mig4/setup-bats@v1
with:
bats-version: 1.8.2
- name: Install SBOM generator tool
uses: kubewarden/github-actions/sbom-generator-installer@v3.2.0
uses: kubewarden/github-actions/sbom-generator-installer@v3.3.0
- name: Install SBOM generator tool
uses: kubewarden/github-actions/binaryen-installer@v3.2.0
uses: kubewarden/github-actions/binaryen-installer@v3.3.0

0 comments on commit f8887d8

Please sign in to comment.