Skip to content

Commit

Permalink
Bump v0.3.0.
Browse files Browse the repository at this point in the history
Updates the Cargo files bumping the policy version to v0.3.0.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Dec 19, 2023
1 parent 7fc38ec commit 1d0c1d2
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 = "pod-privileged-policy"
version = "0.2.7"
version = "0.3.0"
authors = ["José Guilherme Vanz <[email protected]>"]
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,34 +4,34 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.7
version: 0.3.0
name: pod-privileged-policy
displayName: Pod Privileged Policy
createdAt: 2023-10-13T12:54:01.01844436Z
createdAt: 2023-12-19T16:36:22.009478594Z
description: Limit the ability to create privileged containers
license: Apache-2.0
homeURL: https://github.com/kubewarden/pod-privileged-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/pod-privileged:v0.2.7
image: ghcr.io/kubewarden/policies/pod-privileged:v0.3.0
keywords:
- psp
- pod
- container
- privileged
links:
- name: policy
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.7/policy.wasm
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.3.0/policy.wasm
- name: source
url: https://github.com/kubewarden/pod-privileged-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.2.7
kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.3.0
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/pod-privileged:v0.2.7
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/pod-privileged:v0.3.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 1d0c1d2

Please sign in to comment.