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
.
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
.