Skip to content

Commit

Permalink
Bumpt to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Jul 19, 2024
1 parent e364230 commit c946245
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 = "share-pid-namespace-policy"
version = "0.1.0"
version = "0.1.1"
authors = ["Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>"]
edition = "2021"

Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.0
version: 0.1.1
name: share-pid-namespace-policy
displayName: Share PID namespace
createdAt: 2024-01-25T20:48:10.915008909Z
createdAt: 2024-07-19T07:51:57.909115072Z
description: Policy validates pods sharing processes PID namespace
license: Apache-2.0
homeURL: https://github.com/kubewarden/share-pid-namespace-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.0
image: ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.1
keywords:
- pod
- pid
links:
- name: policy
url: https://github.com/kubewarden/share-pid-namespace-policy/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubewarden/share-pid-namespace-policy/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/kubewarden/share-pid-namespace-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.0
kwctl pull ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.1
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.0
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/share-pid-namespace-policy:v0.1.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit c946245

Please sign in to comment.