Skip to content

v0.30.0

Compare
Choose a tag to compare
@ramaro ramaro released this 18 Mar 11:18
· 646 commits to master since this release
2a738c5

What's Changed

Install with pip install kapitan==0.30.0 --upgrade
Docker image: docker run kapicorp/kapitan:v0.30.0

Go Jsonnet

Install with gojsonnet support: pip install kapitan[gojsonnet]==0.30.0 --upgrade
The docker image comes prepacked with both jsonnet and gojsonnet.

To kapitan compile with gojsonnet, either runkapitan compile --use-go-jsonnet or add the following to your project's .kapitan file:

compile:
  use-go-jsonnet: true

New Contributors

Full Changelog: v0.29.5...v0.30.0