github zarf-dev/zarf v0.82.0

5 hours ago

0.82.0 (2026-07-23)

⚠ BREAKING CHANGES

  • values: type inference in set-values cli parsing (#5103)

Features

  • expose GetComponent function for package templating (#5092) (c1f0624)
  • healthchecks: use namespace-scoped watches for improved permissions handling (#5091) (5e2e9be)
  • schema: support multiple API versions from a single schema file (#4949) (f6d5cdd)
  • stop requiring version for localpath charts (#5080) (82ec120)
  • values: type inference in set-values cli parsing (#5103) (fe2da73)

Bug Fixes

What's Changed

🚀 Updates

  • chore(main): release 0.82.0 by @zarf-release-please[bot] in #5085

Full Changelog: v0.82.0-rc1...v0.82.0

Verifying Init Packages

The init packages in this release are signed with keyless Sigstore signing. Verify with:

amd64:

zarf package verify zarf-init-amd64-v0.82.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.82.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

zarf package verify zarf-init-arm64-v0.82.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.82.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md for details.

Don't miss a new zarf release

NewReleases is sending notifications on new releases.