github zegl/kube-score v1.11.0

latest releases: v1.18.0, v1.17.0, v1.16.1...
3 years ago

Changes

  • Support for Kubernetes v1.21 and the new versions of the PodDisruptionBudget and CronJob APIs
  • #362 Support policy/v1 of PodDisruptionBudget. If --kubernetes-version is set to v1.21 or later, policy/v1 will be recommended over policy/v1beta1
  • #361 Support batch/v1/CronJob, and recommend to use the batch/v1 version if --kubernetes-version is set to v1.21 or later

Delayed deprecation of container-security-context

In v1.10.0 the deprecation of container-security-context was announced. In the initial announcement the flip to the new checks was scheduled to happen in v1.11 followed by the deletions in v1.12. This did not happen in this release, and the flip and deletion have been postponed to v1.12 and v1.13 respectively.

Download

  • Download the binaries from the GitHub release page
  • Download the image from Docker Hub: zegl/kube-score:v1.11.0
  • Download the image from Docker Hub with Helm or Kustomize pre-installed: zegl/kube-score:v1.11.0-helm3, zegl/kube-score:v1.11.0-helm, zegl/kube-score:v1.11.0-kustomize
  • Download from homebrew: brew install kube-score/tap/kube-score
  • Download with krew: kubectl krew install score

Docker images

  • docker pull zegl/kube-score:v1.11.0
  • docker pull zegl/kube-score:latest
  • docker pull zegl/kube-score:v1.11.0-helm
  • docker pull zegl/kube-score:latest-helm
  • docker pull zegl/kube-score:v1.11.0-helm3
  • docker pull zegl/kube-score:latest-helm3
  • docker pull zegl/kube-score:v1.11.0-kustomize
  • docker pull zegl/kube-score:latest-kustomize

Don't miss a new kube-score release

NewReleases is sending notifications on new releases.