v0.12.0
July 27 2022
Bugfixes
- Fixed missing support for
secretGenerator
despite having something insecretGenerator
examples. - Don't crash if
helmizer.version
and/orhelmizer.sort-keys
are not defined in thehelmizer.yaml
config... or practically anything. Omit thehelmizer
section of the config if you wish.
Enhancements
- Added
--no-sort-keys
CLI flag to disable key sorting of all keys output kustomization.yaml on the CLI.
Housekeeping
- Added READMEs to example folders that didn't have them, and fixed other example READMEs.
- Bumped to latest versions in
requirements.txt
for no particular reason. - Updated each relevant line with type hinting for future experimentation.
pre-commit
config updates.