Skip to content

Releases: kapicorp/kapitan

0.17.0

20 Jun 10:07
Compare
Choose a tag to compare

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)

0.16.11

12 Jun 12:56
Compare
Choose a tag to compare
  • Updated RSA key format to PKCS#8 (#120)

0.16.10

11 Jun 11:47
Compare
Choose a tag to compare
  • GPG backend cleanup (no change in usage or cli) (#116)
  • Improved caching (#117)
  • Verbose options for inventory and searchvar commands (#119)

0.16.9

06 Jun 09:50
Compare
Choose a tag to compare
  • Fixed bug with searchvar keys chain (#115)

0.16.8

31 May 17:06
Compare
Choose a tag to compare
  • Reclass submodule integration fixes

0.16.5

31 May 14:08
Compare
Choose a tag to compare
  • Reclass update (#112)

0.16.4

30 May 15:28
Compare
Choose a tag to compare
  • Fixed deep_get recursion and search (#108)
  • Customizable indentation of yaml/json (#110)

0.16.3

25 May 12:37
Compare
Choose a tag to compare
  • Allow recursive search and globbing in searchvar and inventory commands (#97)
  • terraform in CI image (#98)
  • Updated kube.libjsonnet and fixed secrets example (#101)
  • Added secrets info in docs
  • Updates to GPG backend functions (#103):
    • RSA private keys ?{gpg:common/rsa.key|rsa}
    • Support for pipes ?{gpg:mysql/root/password|randomstr|base64}
    • SHA256 function ?{gpg:mysql/root/password|randomstr|sha256}
    • Deprecated |randomstrb64 in favor of |randomstr|base64

0.16.2

11 May 10:34
Compare
Choose a tag to compare
  • Do not escape forward slashes in json.dump (#92)
  • sha256 jsonnet function (#94)

0.16.1

09 May 14:32
Compare
Choose a tag to compare
  • Fix for #81
  • Clearer message for version check (#82)
  • Support for jinja2 'do' extension (#89)