Changelog
February 10 2025
Just a maintenance release with various dependency updates. No code changes.
Housekeeping
- Updated Go to
1.23.4
.- Updated Go dependencies.
- Added a Dockerfile, testing with docker, and docs for copying helmizer out of a container.
- Removed old Python changelog.
- Removed
asdf
environment variables fromlaunch.json
.
April 27 2024
Re-written in Golang!
Breaking Changes
- The syntax of the config file is different; now using
camelCase
.
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 the use of
helmfile.yaml
in some examples. - Added a diagram to show an example flow, at least for how I use helmizer.