bash k8t gen --value deployment '{"image_tag": "latest"}'
will now be parsed properly and can be used as `{{ deployment.image_tag }}` in templates
0.4.4
Not secure
Changes
* use withStatus for github status messages (75) AFriemann * filter guarded variables (`foobar is defined` should now work) (77) * filter local variables (`{% set foobar = ".." %}` now works consistently) (77)
0.4.3
Not secure
Changes
* allow overriding the secret provider via cli `--secret-provider` (74)
0.4.2
Not secure
Changes
* nix setup and dockerfile (72) AFriemann
0.4.1
Not secure
Changes
* fix yaml validation for multiple resources in one file (67)