v1.10.0
github-actions
released this
11 Oct 11:24
·
935 commits
to master
since this release
Summary
We're pleased to announce the release of Commodore v1.10.0. This release provides improved support for rendering kustomizations. Commodore now ships with a bundled helper script which simplifies how users can use kustomize
from Commodore components.
Additionally, Commodore provides a new function Kustomization()
in commodore.libjsonnet
which renders an object which -- when used as a Jsonnet output -- generates a kustomization.yaml
which can be processed by kustomize build
.
See the best practices documentation for using kustomizations for more details on how to make use of the new features.
Changes
7 changes since v1.9.1
🚀 Features
- Improve support for
kustomize
in Commodore (#646)