Skip to content

Releases: sysdiglabs/kube-psp-advisor

v1.4.6

17 Jan 19:36
Compare
Choose a tag to compare

Test Release: fix .krew.yaml

v1.4.0

15 Jan 01:06
7a8490f
Compare
Choose a tag to compare

Description

  1. Add build-release script
  2. Support shorthanded flag --namespace as -n, --grant as -g
  3. Bump version to 1.4.0

New Feature

N/A

Bug Fixese

N/A

v1.2.0

09 Jan 21:34
7a8490f
Compare
Choose a tag to compare

Description

Introduce a new flag --grant to support not only recommending PSPs but also the role and rolebindings for service accounts

New Feature

#35

Bug Fixes

Fix broken tests

1.1.0

30 Oct 23:13
4d60741
Compare
Choose a tag to compare

Description

Minor change to parse yaml files strictly.

New Features

  • Parse yaml files strictly, disallowing unknown fields [#32]

Bugs Fixed

  • N/A

1.0.0

21 Oct 18:55
e9d5679
Compare
Choose a tag to compare

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