April 27 2024
Re-written in Golang!
Breaking Changes
- The syntax of the config file is different; now using
camelCase
with some small changes in renaming or removing keys. Logs should warn you if you're using older terminology.
Enhancements
- Added the ability to run arbitrary commands (
postCommands
) after rendering thekustomization.yaml
file. - Increased speed.
- Easier to install than with Python. A smaller file as well.
- Removed some unneeded configuration keys.
Housekeeping
- Changed license to Apache 2.0 since this is a complete rewrite.
- Moved the Python Changelog to its own file.
- Added a diagram to show an example flow, at least for how I use helmizer.
- Added the use of
helmfile.yaml
in some examples.