Skip to content

Releases: kubewarden/selinux-psp-policy

Release v0.1.12

11 Jul 09:01
v0.1.12
d860d8a
Compare
Choose a tag to compare

Release v0.1.11

24 Mar 16:32
v0.1.11
88e5134
Compare
Choose a tag to compare
v0.1.11

Release v0.1.10

22 Mar 18:12
v0.1.10
a82aaa4
Compare
Choose a tag to compare
v0.1.10

Release v0.1.9

16 Mar 16:01
v0.1.9
2557409
Compare
Choose a tag to compare

Release v0.1.8

28 Feb 14:35
v0.1.8
e6716e7
Compare
Choose a tag to compare

Release v0.1.7

14 Feb 08:54
v0.1.7
d3c7d30
Compare
Choose a tag to compare

Release v0.1.6

20 Jan 09:10
v0.1.6
7835af4
Compare
Choose a tag to compare

Release v0.1.5

26 Jan 08:08
9763022
Compare
Choose a tag to compare
Version bump: 0.1.5

This is the first release of the policy that is signed via Sigstore.

Signed-off-by: Flavio Castelli <[email protected]>

Release v0.1.4

17 Dec 12:39
Compare
Choose a tag to compare
Bump version

Release v0.1.3

16 Dec 16:27
Compare
Choose a tag to compare
Use TryInto when validating settings, not evaluating

When evaluating, just unwrap the result, since we don't have to take a
decision based on that. We know that settings are valid given that
they were already validated with `validate_settings`. Just unwrap the
result on the real evaluation.