Releases: kapicorp/kapitan
Releases · kapicorp/kapitan
0.17.0
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 dokapitan compile --prune
.
Updates:
0.16.11
0.16.10
0.16.9
0.16.8
- Reclass submodule integration fixes
0.16.5
0.16.4
0.16.3
- 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
- RSA private keys