Skip to content

v4.1.0

Latest

Choose a tag to compare

@fibonacci1729 fibonacci1729 released this 26 Aug 17:03
· 4 commits to main since this release
v4.1.0
c0b3726

Verifying the Release Signature

After downloading the v4.1.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, from the directory containing the extracted release archive (spin, spin.sig and crt.pem), 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.1.0 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-sha c0b3726aa4857961e20cf8616a0df5f0741af73d \
    --certificate-github-workflow-repository spinframework/spin \
    spin

If the verification passed, you should see:

Verified OK

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0