Skip to content

Commit

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

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Jul 7, 2023
1 parent cd6123d commit aaa7396
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-privileged-policy"
version = "0.2.5"
version = "0.2.6"
authors = ["José Guilherme Vanz <[email protected]>"]
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,30 +4,30 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.5
version: 0.2.6
name: pod-privileged-policy
displayName: Pod Privileged Policy
createdAt: 2023-03-21T11:39:45.702098839Z
createdAt: 2023-07-07T16:33:19.153637178Z
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.5
image: ghcr.io/kubewarden/policies/pod-privileged:v0.2.6
keywords:
- psp
- pod
- container
- privileged
links:
- name: policy
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.5/policy.wasm
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.6/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.5
kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.2.6
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit aaa7396

Please sign in to comment.