v1.2.0
Changes
- #173 update helm to v2.14.3
- #174 update alpine to v3.10.1
- #171 Add new "HorizontalPodAutoscaler has target" check that verifies that the HPA target exists (autoscaling/v1 only)
- #168 Display emojis after the name of each object to indicate the status. This is only affects the human output mode.
- #167 hide OK and skipped checks by default in the "human" display mode. Set the -v flag once to display OK checks, set it twice to also display skipped checks.
- #165 remove the --threshold-ok and --threshold-warning flags
Breaking changes
The --threshold-ok
and --threshold-warnings
flags have been removed, as they where confusing, and never properly worked as expected. See #164 and #165 for more information.
This release contains contributions from: Gustav Westling
Download
- Download the binaries from the GitHub release page
- Download the image from Docker Hub:
zegl/kube-score:v1.2.0
- Download the image from Docker Hub with Helm pre-installed:
zegl/kube-score:v1.2.0-helm
- Download from homebrew:
brew install kube-score/tap/kube-score
Docker images
docker pull zegl/kube-score:v1.2.0
docker pull zegl/kube-score:v1.2.0-helm