Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 03:08
0e520b2

The first mise-native binnacle built against the helm 4 / kustomize 5.8 toolchain. binnacle's own CLI and config are unchanged from 0.8.2 — the major bump reflects the runtime toolchain it shells out to: helm 3 → 4 is a major with breaking template/rendering changes, so charts that render under helm 3 may behave differently here. Validate your binnacle output against helm 4 before rolling this into automation.

⚠️ Why 1.0.0 (breaking)

  • Bundled toolchain moves helm 3.17.3 → 4.2.4 — a helm major. Behavior of helm template/rendering can differ; this is the breaking surface, not binnacle itself.
  • kustomize 5.6.0 → 5.8.1 (minor/patch within v5).
  • If you need the helm-3 toolchain, stay on 0.8.2 — it's a functionally identical, drop-in build on the older stack.

🔧 Toolchain

  • .mise.toml: go 1.26.2, helm 4.2.4, kustomize 5.8.1, plus build / test / clean tasks (mise run …).

🤖 CI / automation

  • jdx/mise-action@v3 → v4 (clears the last Node-20 deprecation; workflows fully on Node-24 majors — checkout@v7, cache@v6).
  • Dependabot now groups its updates: one weekly PR for Go modules, one for GitHub Actions (instead of a PR per bump).

✅ Compatibility

  • Release artifacts are unchanged — binnacle-<os>_<arch>.tar.gz + SHA256SUM.txt. asdf-binnacle, aqua, and the build-binnacle image resolve 1.0.0 with no changes.
  • No binnacle CLI or config behavior changes vs 0.8.2 — only the pinned helm/kustomize versions.

Install
mise install binnacle@1.0.0 # or: asdf install binnacle 1.0.0