Skip to content

1.0.0

Choose a tag to compare

@mstemm mstemm released this 21 Oct 18:55
· 63 commits to master since this release
e9d5679

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, and kube-psp-advisor convert generates a PSP from a single yaml file containing a K8s Object with a pod specification. [#29]

Bugs Fixed

  • N/A