Skip to content

Releases: Shopify/kubeaudit

kubeaudit-v0.15.0

17 Nov 19:39
b68cabd
Compare
Choose a tag to compare

Summary

  • Adds support for Job resources - thank you @superbrothers for this contribution!
  • Adds option to disable colour output when using pretty formatting (package only)
  • Enabled Dependabot and updates dependencies

Changelog

b68cabd Update version to 0.15.0 (#372)
7f54326 Bump github.com/jetstack/cert-manager from 1.6.0 to 1.6.1 (#371)
9cdecb3 Bump k8s.io/apiextensions-apiserver from 0.22.2 to 0.22.3 (#368)
6cc7a75 Add support for kind Job (#370)
0ef3005 Bump github.com/jetstack/cert-manager from 1.5.4 to 1.6.0 (#365)
e5c797a Bump k8s.io/apimachinery from 0.22.2 to 0.22.3 (#369)
d597928 Bump k8s.io/apiextensions-apiserver from 0.21.3 to 0.22.2 (#362)
79cce8c Remove wip probot (#364)
700c39f Bump github.com/jetstack/cert-manager from 1.4.1 to 1.5.4 (#363)
fe44171 Fix dependabot (#358)
374a428 Support parsing for server specs (#356)
50c618b Add Support for Services (#353)
7b57f85 Update dependencies and add dependabot (#354)
2d8282c Make k8s and override packages public (#351)
47c31d5 Add option to disable printing results in color (#350)
ca64457 Remove deprecated mountds auditor (#349)
863e367 Remove example dependency on internal packages (#348)

Docker images

  • docker pull shopify/kubeaudit:latest
  • docker pull shopify/kubeaudit:0.15.0
  • docker pull shopify/kubeaudit:v0.15

kubeaudit-v0.14.2

13 Jul 15:46
9c59e6d
Compare
Choose a tag to compare

Changelog

9c59e6d 345: Fix audit config (#346)
5c9d942 Use Github Actions (#342)

Docker images

  • docker pull shopify/kubeaudit:latest
  • docker pull shopify/kubeaudit:v0.14.2
  • docker pull shopify/kubeaudit:v0.14

kubeaudit-v0.14.1

18 May 21:45
41e1eff
Compare
Choose a tag to compare

Changelog

41e1eff Fix the version (#340)
85c73ed Update dockerfile (#339)
c6284f1 Remove codecov (#337)

Docker images

  • docker pull shopify/kubeaudit:latest
  • docker pull shopify/kubeaudit:v0.14.1
  • docker pull shopify/kubeaudit:v0.14

kubeaudit-v0.14.0

22 Apr 19:57
5a35f2b
Compare
Choose a tag to compare

Changelog

634a047 Add a version command kubeaudit version (#334)

Docker images

  • docker pull shopify/kubeaudit:latest
  • docker pull shopify/kubeaudit:v0.14.0
  • docker pull shopify/kubeaudit:v0.14

kubeaudit-v0.13.0

15 Apr 20:06
5212a75
Compare
Choose a tag to compare

Changelog

5212a75 Deprecate mountds command (#332)
0bf9a40 Remove deepsource file (#329)
fb6003a Adds a new 'mounts' command to audit sensitive host paths mounts (#322) - Thank you @jcbbc for the contribution!
e4cfb47 updates readme with right field name (#327)
8be8c73 flag formatting (#324)

kubeaudit-v0.12.0

04 Feb 17:19
5ee59be
Compare
Choose a tag to compare

Changelog

7468490 Also audit for runAsUser: 0 in the nonroot auditor (#316) - Thank you @jcbbc for the contribution!
d9470c4 Drop ALL capabilities in the capabilities auditor (#305)
83c6508 [docs]: Add release instructions (#319)

kubeaudit-v0.11.8

12 Jan 16:51
907d305
Compare
Choose a tag to compare

Changelog

907d305 Add auth support for azure, exec, oidc, openstack (#317)

kubeaudit-v0.11.7

12 Jan 16:49
Compare
Choose a tag to compare

Changelog

202e355 Fixed code quality issues using DeepSource (#315) - Thank you @withshubh for the contribution!

kubeaudit-v0.11.7-alpha

06 Jan 15:07
Compare
Choose a tag to compare
Pre-release

Changelog

5dc3592 Add auth support for azure, exec, oidc, openstack
202e355 Fixed code quality issues using DeepSource (#315)

kubeaudit-v0.11.6

18 Nov 21:58
abac30a
Compare
Choose a tag to compare

thanks to @aslafy-z we fixed a typo in PrivilegedNil rule description #308 and updated docs #309 🎉
thanks to @J12934 we fixed a typo in InCluster Job Example #310 🎉

Changelog

abac30a Autofix with config (#313)
c730a9d reports 0 vulnerabilies in case the check is successful (#312)
e429a88 Fix Typo in InCluster Job Example (#310)
7d46836 chore(docs): add rules description (#309)
2b295f5 fix: typo in privileged auditor (#308)