Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump v0.2.7 policy version. #57

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6"
version = "0.2.7"
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.6
version: 0.2.7
name: pod-privileged-policy
displayName: Pod Privileged Policy
createdAt: 2023-07-07T16:33:19.153637178Z
createdAt: 2023-07-07T18:59:23.762182168Z
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.6
image: ghcr.io/kubewarden/policies/pod-privileged:v0.2.7
keywords:
- psp
- pod
- container
- privileged
links:
- name: policy
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.6/policy.wasm
url: https://github.com/kubewarden/pod-privileged-policy/releases/download/v0.2.7/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.6
kwctl pull ghcr.io/kubewarden/policies/pod-privileged:v0.2.7
```
maintainers:
- name: Kubewarden developers
Expand Down
Loading