Skip to content

v0.1.2

Compare
Choose a tag to compare
released this 31 Oct 01:26
· 557 commits to main since this release
a6df788

KubeLinter v0.1.2

Changes in this version: 0.1.1...0.1.2

Improvements

  • KubeLinter now supports list objects, so you can run kubectl get deploy -o yaml | kube-linter lint - and have it succeed.

Bugs Fixed

  • Fixed issue with make build on clean Mac. (#29)
  • Fixed typo in the deprecated service account check's message (#28)