Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 02:42

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