Skip to content

Commit

Permalink
Merge pull request #21 from jvanz/main
Browse files Browse the repository at this point in the history
chore: updates github workflow in use.
  • Loading branch information
viccuad authored May 8, 2023
2 parents fafd83f + 5f56203 commit 2d9c958
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.3
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.4

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.3
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.4
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/pod-runtime
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.3
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.4
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pod-runtime-class-policy"
version = "0.2.0"
version = "0.2.1"
authors = ["José Guilherme Vanz <jguilhermevanz@suse.com>"]
edition = "2021"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.0
version: 0.2.1
name: pod-runtime
displayName: Pod Runtime
createdAt: 2023-04-27T13:32:30.914111273Z
createdAt: 2023-05-08T13:07:00.327651974Z
description: Policy that controls the usage of Pod runtimeClass
license: Apache-2.0
homeURL: https://github.com/kubewarden/pod-runtime-class-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/pod-runtime:v0.2.0
image: ghcr.io/kubewarden/policies/pod-runtime:v0.2.1
keywords:
- pod
- runtime
- container runtime
links:
- name: policy
url: https://github.com/kubewarden/pod-runtime-class-policy/releases/download/v0.2.0/policy.wasm
url: https://github.com/kubewarden/pod-runtime-class-policy/releases/download/v0.2.1/policy.wasm
- name: source
url: https://github.com/kubewarden/pod-runtime-class-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/pod-runtime:v0.2.0
kwctl pull ghcr.io/kubewarden/policies/pod-runtime:v0.2.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 2d9c958

Please sign in to comment.