Skip to content

v1.11.0

Compare
Choose a tag to compare
@zegl zegl released this 19 Apr 19:00
· 292 commits to master since this release
3d04fb9

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