Skip to content

v0.83.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:07
v0.83.0-rc2
348fda4

What's Changed

🚀 Updates

Full Changelog: v0.83.0-rc1...v0.83.0-rc2

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

arm64:

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

See RELEASES.md for details.