You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `buildMetadata`, `helmCharts`, and `labels` support in generated kustomization output, plus examples for each.
22
+
- Added `--config-glob` flag so that you don't need to use other recursive tools like `find`.
23
+
24
+
**Fixes**
25
+
26
+
- Fixed `labels` typing and the `kustomizationPath` config key so configs load and render correctly.
27
+
- Added CA certificates to scratch images for TLS support.
28
+
29
+
**Docs**
30
+
31
+
- Updated README configuration examples, `docker` usage, and example lists (including `patchesStrategicMerge` paths).
32
+
33
+
**Housekeeping**
34
+
35
+
- 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.
36
+
- Updated pre-commit `mypy` to `v1.19.1` and `diagrams` to `0.25.1`.
37
+
- Added VS Code launch entries for `buildMetadata`, `helmCharts`, and `labels` examples.
38
+
- Updated examples with latest `cert-manager` chart version.
0 commit comments