github zarf-dev/zarf v0.80.0

6 hours ago

0.80.0 (2026-06-25)

⚠ BREAKING CHANGES

  • add a digest to zarf package state and a digest inspect command (#4993)
  • schema: zarf dev schema-generate from existing values (#4961)

Features

  • add a digest to zarf package state and a digest inspect command (#4993) (62b0d8d)
  • package: support verification on all CLI package load operations (#4996) (ee2ddd9)
  • schema: zarf dev schema-generate from existing values (#4961) (d1f8d48)
  • viper: support viper configuration for sign/verify (#4946) (887b0b8)

What's Changed

🚀 Updates

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

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

arm64:

zarf package verify zarf-init-arm64-v0.80.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.80.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.