Releases: kubewarden/selinux-psp-policy
Releases · kubewarden/selinux-psp-policy
Release v0.1.12
v0.1.12
Release v0.1.11
v0.1.11
Release v0.1.10
v0.1.10
Release v0.1.9
v0.1.9
Release v0.1.8
v0.1.8
Release v0.1.7
v0.1.7
Release v0.1.6
v0.1.6
Release v0.1.5
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
Bump version
Release v0.1.3
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.