Skip to content

Commit d860d8a

Browse files
authored
Merge pull request #51 from jvanz/main
Bump v0.1.12 policy version.
2 parents 24ebe0b + 97e5eaf commit d860d8a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selinux-psp"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Rafael Fernández López <ereslibre@ereslibre.es>"]
55
edition = "2018"
66

artifacthub-pkg.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
#
55
# This config can be saved to its default location with:
66
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7-
version: 0.1.11
7+
version: 0.1.12
88
name: selinux-psp
99
displayName: Selinux PSP
10-
createdAt: 2023-03-24T16:00:32.364943807Z
10+
createdAt: 2023-07-10T16:19:45.037972206Z
1111
description: Replacement for the Kubernetes Pod Security Policy that controls the usage of SELinux
1212
license: Apache-2.0
1313
homeURL: https://github.com/kubewarden/selinux-psp-policy
1414
containersImages:
1515
- name: policy
16-
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.11
16+
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.12
1717
keywords:
1818
- psp
1919
- container
2020
- runtime
2121
- selinux
2222
links:
2323
- name: policy
24-
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.11/policy.wasm
24+
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.12/policy.wasm
2525
- name: source
2626
url: https://github.com/kubewarden/selinux-psp-policy
2727
install: |
2828
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
2929
```console
30-
kwctl pull ghcr.io/kubewarden/policies/selinux-psp:v0.1.11
30+
kwctl pull ghcr.io/kubewarden/policies/selinux-psp:v0.1.12
3131
```
3232
maintainers:
3333
- name: Kubewarden developers

0 commit comments

Comments
 (0)