Skip to content

v0.30.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramaro ramaro released this 14 Jan 10:36
· 651 commits to master since this release
ad92547

What's Changed

  • Improve jinja2 templating error report for TemplateError by @dverbeir in #783
  • Raise an error if helm input is compiled twice by @laserb in #781
  • Print inventory render time by @opeco17 in #792
  • Remove old CI docker image and outdated document references by @ramaro in #804
  • Build docker image with both jsonnet and gojsonnet by @ramaro in #802
  • Use go jsonnet flag by @ramaro in #806
  • Requirements update by @ramaro in #808
  • Move from stretch to slim docker base image by @ramaro in #811
  • Pex binary github actions workflow by @ramaro in #812

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

Go Jsonnet

Install with gojsonnet support: pip install kapitan[gojsonnet]==0.30.0rc1 --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