v0.1.0
What's Changed
- Rewrite readme by @Karandash8 in #90
- Refactor applications logic by @Karandash8 in #93
Breaking changes
- Files referenced with include and include_raw shall not contain application directory in the path (e.g.,
app_X/files/myfile.json
->files/myfile.json
) - In order to render non kubernetes manifest files a new application parameter (non_k8s_files_to_render) shall be used (common use-case is values.yml file for helm).
Full Changelog: v0.0.42...v0.1.0