Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 04:07
ddd65db

Patch release fixing a values-parsing regression introduced by the viper 1.11→1.21 bump in 1.0.0.

🐛 Fix

  • Case-sensitive Helm value keys (nameOverride, serviceAccount, …) were lowercased by viper and dropped, so charts rendered with wrong resource names (chart name leaking into fullname) and missing resources (e.g. ServiceAccounts). The values: block is now read case-preserving (yaml.v3). Adds a regression guard test.

Toolchain unchanged from 1.0.0 (helm 4.2.4 / kustomize 5.8.1). Anyone on 1.0.0 should upgrade.

Install: mise install binnacle@1.0.1