Kube Psp Advisor Versions Save

Help building an adaptive and fine-grained pod security policy

v1.4.6

4 years ago

Test Release: fix .krew.yaml

v1.4.0

4 years ago

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

4 years ago

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

v1.1.0

4 years ago

Description

Minor change to parse yaml files strictly.

New Features

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

Bugs Fixed

  • N/A

v1.0.0

4 years ago

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