Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 1.25 KB

Changelog


2025

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 from launch.json.

2024

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 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 the use of helmfile.yaml in some examples.
  • Added a diagram to show an example flow, at least for how I use helmizer.