github zarf-dev/zarf v0.81.0

4 hours ago

0.81.0 (2026-07-09)

⚠ BREAKING CHANGES

  • ocischeme: support per-host transport negotiation for plain http (#5047)
  • sign: remove legacy signature from production (#5030)
  • sbom: remove compare tool (#5033)
  • verification: behavior updates for verification logic (#5011)

Features

Bug Fixes

  • flags: depecate --zarf-cache in favor of just --cache (#5032) (9da35b6)
  • update oras-go and mitigate auto-unpack (#5049) (bc9818d)

What's Changed

🚀 Updates

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

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

arm64:

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