github zarf-dev/zarf v0.82.0-rc1

latest release: v0.82.0
pre-release5 hours ago

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5083
  • chore(deps): bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 by @dependabot[bot] in #5084
  • chore(deps): bump esbuild, @astrojs/starlight and astro in /site by @dependabot[bot] in #5065
  • chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 in /site by @dependabot[bot] in #5088

New Contributors

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

arm64:

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