Skip to content

v4.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 17:39
· 19 commits to main since this release
v4.0.0
5f3aa19

Verifying the Release Signature

After downloading the v4.0.0 release of Spin, either via the artifact attached to this release corresponding to your OS/architecture combination or via the installation method of your choice, you are ready to verify the release signature.

First, install cosign. This is the tool we'll use to perform signature verification. Then run the following command:

cosign verify-blob \
    --signature spin.sig --certificate crt.pem \
    --certificate-identity https://github.com/spinframework/spin/.github/workflows/release.yml@refs/tags/v4.0.0 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-sha 5f3aa19c50d1609592f7ea2f6362209a04da52ac \
    --certificate-github-workflow-repository spinframework/spin \
    spin

If the verification passed, you should see:

Verified OK

What's Changed

New Contributors

Full Changelog: v3.6.3...v4.0.0