Skip to content

Releases: cotzo/chartpack

v2.0.0

30 Mar 15:13

Choose a tag to compare

2.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • add nodeTargeting

Features

v1.6.0

30 Mar 05:21

Choose a tag to compare

1.6.0 (2026-03-30)

Features

  • add ArgoCD syncWave support (9cb703c)

v1.5.1

29 Mar 15:48

Choose a tag to compare

1.5.1 (2026-03-29)

Bug Fixes

  • hooks template mutates .Values in-place (set $.Values "containers" ...): While Helm templates are not truly stateful, mutating the global $.Values dict inside a range loop is fragile and order-dependent. If multiple hooks render sequentially, the values are restored only at the end of each iteration, but any template error midway could leave them dirty. (3c28460)
  • No validation for hooks.*.events values — invalid hook event names (e.g., typos like pre-instll) are accepted silently. (23f72f7)
  • StatefulSet headless service ports may duplicate across multiple services: The headless service iterates all services and adds all ports from all, without deduplication — if two services expose the same port name, the headless service would render duplicate port entries, which is invalid YAML/K8s spec. (d435d9c)

v1.5.0

29 Mar 15:19

Choose a tag to compare

1.5.0 (2026-03-29)

Features

  • add VPA, NetworkPolicy, hooks, certificates, reloader, and NOTES.txt improvements (5c52851)

v1.4.0

29 Mar 06:20

Choose a tag to compare

1.4.0 (2026-03-29)

Features

  • istio: add support for Istio (b764ce9)

v1.3.0

28 Mar 19:54

Choose a tag to compare

1.3.0 (2026-03-28)

Features

  • release: add environment variables for cosign signing (6812208)

v1.2.0

28 Mar 17:41

Choose a tag to compare

1.2.0 (2026-03-28)

Features

  • argo, keda, unit tests, integration tests (317f1c2)

v1.1.0

28 Mar 09:25

Choose a tag to compare

1.1.0 (2026-03-28)

Features