Download Latest Version zarf_v0.85.0_Windows_amd64.exe (201.8 MB) Google Add to Preferred Sources
Home / v0.84.0
Name Modified Size InfoDownloads / Week
Parent folder
zarf-init-arm64-v0.84.0.tar.zst 2026-08-20 381.9 MB
zarf-init-amd64-v0.84.0.tar.zst 2026-08-20 412.3 MB
checksums.txt 2026-08-20 1.6 kB
zarf.cli.openvex.json 2026-08-20 1.6 kB
sbom_zarf_v0.84.0_Windows_arm64.sbom 2026-08-20 894.2 kB
sbom_zarf_v0.84.0_Darwin_amd64.sbom 2026-08-20 872.9 kB
sbom_zarf_v0.84.0_Linux_amd64.sbom 2026-08-20 873.1 kB
sbom_zarf_v0.84.0_Linux_arm64.sbom 2026-08-20 873.1 kB
sbom_zarf_v0.84.0_Darwin_arm64.sbom 2026-08-20 872.9 kB
sbom_zarf_v0.84.0_Windows_amd64.sbom 2026-08-20 893.3 kB
sbom_zarf_v0.84.0_Darwin_all.sbom 2026-08-20 1.6 MB
zarf_v0.84.0_Darwin_all 2026-08-20 391.7 MB
zarf_v0.84.0_Darwin_amd64 2026-08-20 202.1 MB
zarf_v0.84.0_Darwin_arm64 2026-08-20 189.6 MB
zarf_v0.84.0_Linux_amd64 2026-08-20 197.3 MB
zarf_v0.84.0_Linux_arm64 2026-08-20 183.3 MB
zarf_v0.84.0_Windows_amd64.exe 2026-08-20 201.7 MB
zarf_v0.84.0_Windows_arm64.exe 2026-08-20 185.4 MB
README.md 2026-08-20 4.2 kB
v0.84.0 source code.tar.gz 2026-08-20 103.9 MB
v0.84.0 source code.zip 2026-08-20 121.9 MB
Totals: 21 Items   2.6 GB 9

0.84.0 (2026-08-20)

⚠ BREAKING CHANGES

  • v1beta1: use package definition across public packager functionality (#5173)

Features

  • agent: add variable for mutating webhook annotations (#5243) (1de2f08)
  • allow excluding ArgoCD and Flux resources from Zarf Agent mutation (#5224) (804b22b)
  • dev: evaluate helm chart schemas in dev generate-schema (#5176) (e1ca156)
  • injector image flag (#5214) (86d732a)
  • introduce zarf dev template (#5206) (826d2a0)
  • v1beta1: load v1beta1 packages (#5048) (f82e001)
  • v1beta1: use package definition across public packager functionality (#5173) (7a33a42)

Bug Fixes

  • add values flags to dev deploy and init (#5234) (fc9226f)
  • deprecated schema fields (#5195) (f21f80a)
  • negotiate oci scheme for allowing plain http oci endpoints (#5197) (b5fbffa)
  • packager.Remove() uses ZarfDefaultTimeout as default timeout (#5253) (11f82f3)
  • registry mode not handled properly in update-creds (#5230) (b2a4132)
  • replace mimetype with archives (#5228) (a4bfd8a)

Refactoring

What's Changed

🚀 Updates

Full Changelog: https://github.com/zarf-dev/zarf/compare/v0.84.0-rc1...v0.84.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.84.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.84.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

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

See RELEASES.md (github.com) for details.

Source: README.md, updated 2026-08-20