Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Releases: Shopify/kubeaudit

kubeaudit-v0.11.5

01 Oct 20:59
c158e46
Compare
Choose a tag to compare

Changelog

c158e46 writes only to file and truncates it, so overwrite works as expected (#307)

kubeaudit-v0.11.4

24 Sep 18:47
f99985c
Compare
Choose a tag to compare

Changelog

f99985c Run Auditlocal, even when kubeaudit detected to run in a cluster. (#304) Thanks @mms-gianni for the contribution! 👏

kubeaudit-v0.11.3

22 Sep 21:39
06bca1e
Compare
Choose a tag to compare

Changelog

06bca1e Update dependencies (#302)
42eddfb Fix panic for unsupported resources (#301)

kubeaudit-v0.11.2

11 Sep 14:55
1c51a25
Compare
Choose a tag to compare

Changelog

1c51a25 Update docs and add exitcode flag (#299)
ffeda04 Support automountServiceAccountToken on ServiceAccount (#297)
2c3ce4e Fix resource kind not known in local mode (#296)

kubeaudit-v0.11.1

04 Sep 22:08
Compare
Choose a tag to compare

Changelog

We are now publishing an official Docker image! Thank you @hazcod for making this happen.

620fe28 feat(docker): build Docker images too (#295) thank you @hazcod !
b43916e feat(gorelease): build native windows binaries too (#294) thank you @hazcod !

kubeaudit-v0.11.0

27 Aug 14:45
8b87bc8
Compare
Choose a tag to compare

Changelog

8b87bc8 Feature: Pretty print (#287)
d51341c Feature: Produce error if apparmor annotation is invalid (#286)

⚠️ Breaking changes:

  • The --json flag is replaced by the --format flag
  • Errors which are overridden using annotations produce an info result instead of a warning result

kubeaudit-v0.10.0

27 Aug 14:37
df25139
Compare
Choose a tag to compare

Changelog

df25139 Feature: return exit code 2 on error findings (#283) Thank you @hazcod!

kubeaudit-v0.9.1

27 Aug 14:37
a528f5a
Compare
Choose a tag to compare

Changelog

a528f5a Fix duplicate results (#282)

kubeaudit-v0.9.0

13 Jul 17:47
42c0a10
Compare
Choose a tag to compare

Changelog

42c0a10 Fix goreleaser config (#280)
c20a675 Kubeaudit Package (#243)

kubeaudit-v0.8.0

25 May 19:59
58c98c1
Compare
Choose a tag to compare

Changelog

58c98c1 import azure auth module for AKS (#268)
9158be4 Log a string representation of the error id (#238)
e8f5a21 Log missing or wrong kubeconfig file (#236)
e8d4f22 Switch travis to Go 1.12 and 1.13 (#237)
8006e92 Replace Shopify/yaml with gopkg.in/yaml.v3 (#227)