Skip to content

Commit ed49519

Browse files
authored
Merge pull request #37 from jvanz/main
Bump v0.1.4 policy version.
2 parents 452dd16 + 725722a commit ed49519

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 = "seccomp-psp-policy"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["José Guilherme Vanz <[email protected]>"]
55
edition = "2018"
66

artifacthub-pkg.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
#
55
# This config can be saved to its default location with:
66
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7-
version: 0.1.3
7+
version: 0.1.4
88
name: seccomp-psp
99
displayName: Seccomp PSP
10-
createdAt: 2023-03-21T11:09:47.967996564Z
10+
createdAt: 2023-07-07T18:41:38.173364191Z
1111
description: Pod Security Policy that controls usage of Seccomp profile
1212
license: Apache-2.0
1313
homeURL: https://github.com/kubewarden/seccomp-psp-policy
1414
containersImages:
1515
- name: policy
16-
image: ghcr.io/kubewarden/policies/seccomp-psp:v0.1.3
16+
image: ghcr.io/kubewarden/policies/seccomp-psp:v0.1.4
1717
keywords:
1818
- psp
1919
- seccomp
2020
links:
2121
- name: policy
22-
url: https://github.com/kubewarden/seccomp-psp-policy/releases/download/v0.1.3/policy.wasm
22+
url: https://github.com/kubewarden/seccomp-psp-policy/releases/download/v0.1.4/policy.wasm
2323
- name: source
2424
url: https://github.com/kubewarden/seccomp-psp-policy
2525
install: |
2626
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
2727
```console
28-
kwctl pull ghcr.io/kubewarden/policies/seccomp-psp:v0.1.3
28+
kwctl pull ghcr.io/kubewarden/policies/seccomp-psp:v0.1.4
2929
```
3030
maintainers:
3131
- name: Kubewarden developers

0 commit comments

Comments
 (0)