- Supports compiling specific targets - Breaking change: non inventory target files are gone
0.10.0
- Supports reading targets from the inventory as well as target files - Breaking change: the keys in compile items changed, see (22)
0.9.19
- checks for gpg key expiry - allow base64 encoding content for secrets - support for revealing files in directories
0.9.18
- fixes a bug that overwrites the output_path if it is set to '.'
0.9.17
- breaking change: the compile command will compile all targets found (<https://github.com/deepmind/kapitan/pull/16>) - log/print friendlier error messages avoiding tracebacks for known failure behaviours (<https://github.com/deepmind/kapitan/pull/15>) (fixes <https://github.com/deepmind/kapitan/issues/11>)
0.9.16
- gpg secrets support - compiled secret tags - new --reveal flag for compile sub-command - new --no-verify for secrets sub-command - new yaml_dump() native jsonnet function