Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 01:34
· 12 commits to main since this release

July 27 2022

Bugfixes

  • Fixed missing support for secretGenerator despite having something in secretGenerator examples.
  • Don't crash if helmizer.version and/or helmizer.sort-keys are not defined in the helmizer.yaml config... or practically anything. Omit the helmizer 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.