Skip to content

Releases: kapicorp/kapitan

v0.32.0

01 Jun 16:08
8feafd2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0

v0.32.0-rc.0

02 May 21:01
Compare
Choose a tag to compare
v0.32.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.31.0...v0.32.0-rc.0

v0.31.1-rc.3

02 Mar 12:57
5406935
Compare
Choose a tag to compare
v0.31.1-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.31.1-rc.2...v0.31.1-rc.3

v0.31.1-rc.2

20 Feb 10:21
68242be
Compare
Choose a tag to compare
v0.31.1-rc.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.31.1-rc.2

v0.31.0

14 Jan 21:27
f4794c5
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.31.0-rc.0

08 Sep 21:46
b02a1d8
Compare
Choose a tag to compare
v0.31.0-rc.0 Pre-release
Pre-release

What's Changed

Install with pip install kapitan==0.31.0rc0 --upgrade
Docker image: docker run kapicorp/kapitan:v0.31.0-rc.0

New Contributors

Full Changelog: v0.30.0...v0.31.0-rc.0

v0.30.0

18 Mar 11:18
2a738c5
Compare
Choose a tag to compare

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

v0.30.0-rc.1

14 Jan 10:36
ad92547
Compare
Choose a tag to compare
v0.30.0-rc.1 Pre-release
Pre-release

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

v0.30.0-rc.0

12 Aug 22:09
bac3dbf
Compare
Choose a tag to compare
v0.30.0-rc.0 Pre-release
Pre-release

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

v0.29.5

11 May 22:20
Compare
Choose a tag to compare
  • Note for jsonnet on arm. Skip import if not used (#663)
  • Fix error for null inventory path in kadet (#664)
  • Bump jsonnet from 0.16.0 to 0.17.0 (#665)
  • Fix empty kadet output_obj crash (#667)
  • Set default multiprocessing to fork & update helm version (#641)
  • Add parameter to set kube version for Helm charts rendering (#671)
  • Handle KeyError in kapitan secrets/refs (#681)
  • Find release version script