Skip to content

Commit

Permalink
Merge pull request #24 from jvanz/main
Browse files Browse the repository at this point in the history
Bump v0.2.2 policy version.
  • Loading branch information
viccuad authored Jul 10, 2023
2 parents a3035e3 + 11bd00a commit 4a227d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.1"
version = "0.2.2"
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.1
version: 0.2.2
name: pod-runtime
displayName: Pod Runtime
createdAt: 2023-05-08T13:07:00.327651974Z
createdAt: 2023-07-07T18:57:47.267727872Z
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.1
image: ghcr.io/kubewarden/policies/pod-runtime:v0.2.2
keywords:
- pod
- runtime
- container runtime
links:
- name: policy
url: https://github.com/kubewarden/pod-runtime-class-policy/releases/download/v0.2.1/policy.wasm
url: https://github.com/kubewarden/pod-runtime-class-policy/releases/download/v0.2.2/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.1
kwctl pull ghcr.io/kubewarden/policies/pod-runtime:v0.2.2
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 4a227d1

Please sign in to comment.