Download Latest Version zarf_v0.85.0_Windows_amd64.exe (201.8 MB) Google Add to Preferred Sources
Home / v0.82.0
Name Modified Size InfoDownloads / Week
Parent folder
zarf-init-arm64-v0.82.0.tar.zst 2026-07-23 381.2 MB
checksums.txt 2026-07-23 1.6 kB
zarf-init-amd64-v0.82.0.tar.zst 2026-07-23 411.7 MB
sbom_zarf_v0.82.0_Darwin_amd64.sbom 2026-07-23 874.2 kB
sbom_zarf_v0.82.0_Windows_arm64.sbom 2026-07-23 895.6 kB
sbom_zarf_v0.82.0_Windows_amd64.sbom 2026-07-23 894.7 kB
sbom_zarf_v0.82.0_Darwin_all.sbom 2026-07-23 1.6 MB
sbom_zarf_v0.82.0_Darwin_arm64.sbom 2026-07-23 874.2 kB
sbom_zarf_v0.82.0_Linux_amd64.sbom 2026-07-23 874.5 kB
sbom_zarf_v0.82.0_Linux_arm64.sbom 2026-07-23 874.5 kB
zarf_v0.82.0_Darwin_all 2026-07-23 388.6 MB
zarf_v0.82.0_Darwin_amd64 2026-07-23 200.5 MB
zarf_v0.82.0_Darwin_arm64 2026-07-23 188.1 MB
zarf_v0.82.0_Linux_amd64 2026-07-23 195.7 MB
zarf_v0.82.0_Linux_arm64 2026-07-23 181.9 MB
zarf_v0.82.0_Windows_amd64.exe 2026-07-23 200.0 MB
zarf_v0.82.0_Windows_arm64.exe 2026-07-23 183.9 MB
README.md 2026-07-23 2.8 kB
v0.82.0 source code.tar.gz 2026-07-23 103.1 MB
v0.82.0 source code.zip 2026-07-23 120.9 MB
Totals: 20 Items   2.6 GB 6

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

Full Changelog: https://github.com/zarf-dev/zarf/compare/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:

:::bash
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:

:::bash
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 (github.com) for details.

Source: README.md, updated 2026-07-23