Releases: aquasecurity/kube-bench
Releases · aquasecurity/kube-bench
v0.0.14
Copes with 1.9 & 1.10 releases
There's no change to the CIS spec yet, but with this release we use the 1.8 benchmark tests for Kubernetes 1.9 & 1.10.
Removed the requirement for kubectl to be installed - version information can be gleaned from kubelet
v0.0.11
Better config & binary file resolution
kube-bench is now more likely to correctly identify the executables and config files, as used by different installations and different versions of kubernetes.
Config file updates
Merge pull request #81 from jaxxstorm/u/jaxxstorm/deps Add glide dependencies
Fix version checks
Fixes problems with getting the Kubernetes version, and fixes a seg fault
Kubernetes v1.8 tests
This release adds tests for the CIS Kubernetes Benchmark v1.2.0, which covers Kubernetes v1.8.
Better config file tests, hyperkube support
Main changes in this release are
- support for tests against deployments using hyperkube
- better tests on config file permissions (it used to fail if permissions were stricter than the recommendation)
Kubernetes 1.7 tests
Tests updated to v1.1.0 of the Benchmark to cover Kubernetes 1.7
Better support for configuring file locations
Option to specify the installation tool
Initial release
v0.0.1 An early release