Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 11:24
· 935 commits to master since this release
v1.10.0
65f3c42

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)

🔗 Dependency Updates

  • Update dependency importlib-metadata to v5 (#643)
  • Lock file maintenance (#644)
  • Update dependency black to v22.10.0 (#645)
  • Update dependency pyfakefs to v5 (#647)
  • Lock file maintenance (#648)
  • Update dependency pylint to v2.15.4 (#649)