Skip to content

0.17.0

Compare
Choose a tag to compare
@adrianchifor adrianchifor released this 20 Jun 10:07
· 1732 commits to master since this release

Breaking:

  • kapitan compile does not prune jsonnet output anymore by default (#118). --no-prune flag has been removed and replaced with --prune. If you want to keep jsonnet output consistent with <0.17.0, you can do kapitan compile --prune.

Updates:

  • Add pretty printer (-p) option to searchvar (#121)
  • Cleaned up examples (#123)
  • Updated requests to 2.19.1 (#124)