github fermyon/spin v1.5.1
Spin v1.5.1

latest releases: canary, v2.7.0, spin/templates/v2.7...
11 months ago

This is a patch release of Spin which makes the AI functionality related dev experience better by allowing access to AI grade GPUs during local development.

Verifying the Release Signature

After downloading the 1.5.1 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/fermyon/spin/.github/workflows/release.yml@refs/tags/v1.5.1 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-sha 8d4334eca6eb2b9cec0105612cc9a38402f839b4 \
    --certificate-github-workflow-repository fermyon/spin \
    spin

If the verification passed, you should see:

Verified OK

What's Changed

Full Changelog: v1.5.0...v1.5.1

Don't miss a new spin release

NewReleases is sending notifications on new releases.