What's Changed
🚀 Updates
- feat(viper): support viper configuration for sign/verify by @brandtkeller in #4946
- feat(package): support verification on all CLI package load operations by @brandtkeller in #4996
- ci: log agent failures by @AustinAbro321 in #5002
- feat(schema)!: zarf dev schema-generate from existing values by @Racer159 in #4961
- feat!: add a digest to zarf package state and a digest inspect command by @Racer159 in #4993
📦 Dependencies
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the actions-organization group by @dependabot[bot] in #4997
Full Changelog: v0.79.0...v0.80.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.80.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.80.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.80.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.80.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.