Releases: sysdiglabs/kube-psp-advisor
Releases · sysdiglabs/kube-psp-advisor
v1.4.6
v1.4.0
v1.2.0
1.1.0
1.0.0
Description
First officially tagged release.
New Features
- Add the ability to convert a single K8s Object to a Pod Security Policy, instead of reading all objects from a live cluster. [#29]
- Switch to using command/subcommand style usage.
kube-psp-advisor inspect
reads objects from a live cluster, andkube-psp-advisor convert
generates a PSP from a single yaml file containing a K8s Object with a pod specification. [#29]
Bugs Fixed
- N/A