kube.lib(j)sonnet

Commodore ensures that the bitnami-labs/kube-libsonnet/kube.libsonnet file is available as lib/kube.libjsonnet.

As the upstream project isn’t actively maintained, the Commodore maintainers update the file to keep it compatible with the latest Kubernetes versions. The file was originally imported from release v1.19.0.

It’s planned to switch to jsonnet-libs/k8s-libsonnet in the future. A migration guide will be provided.

It’s not possible to override the provided kube.libsonnet using a component provided Jsonnet Bundler file.

Changes to the original kube.libsonnet

CronJob

apiVersion is updated to batch/v1 from batch/v1beta1.

PodDisruptionBudget

apiVersion is updated to policy/v1 from policy/v1beta1.