Skip to content

v0.81.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:31
v0.81.0-rc1
36fd721

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.1 by @dependabot[bot] in #5015
  • chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the actions-organization group by @dependabot[bot] in #5014
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 by @dependabot[bot] in #5038

New Contributors

Full Changelog: v0.80.0...v0.81.0-rc1

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

arm64:

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

See RELEASES.md for details.