Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 01:56
· 17 commits to main since this release

January 20 2026

Enhancements

  • Added buildMetadata, helmCharts, and labels support in generated kustomization output, plus examples for each.
  • Added --config-glob flag so that you don't need to use other recursive tools like find.

Fixes

  • Fixed labels typing and the kustomizationPath config key so configs load and render correctly.
  • Added CA certificates to scratch images for TLS support.

Docs

  • Updated README configuration examples, docker usage, and example lists (including patchesStrategicMerge paths).

Housekeeping

  • Updated CI tooling (checkout v6), Go versions (Docker builder + CI to 1.25.6, module go to 1.25), and release CI now publishes the helmizer-helm image.
  • Updated pre-commit mypy to v1.19.1 and diagrams to 0.25.1.
  • Added VS Code launch entries for buildMetadata, helmCharts, and labels examples.
  • Updated examples with latest cert-manager chart version.