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
- [Backport v1.5] feat(templates): update sdk to v1.5.0 by @vdice in #1767
- [Backport v1.5] Refactor llm and add http compute option by @michelleN in #1809
- bump version to 1.5.1 by @michelleN in #1812
Full Changelog: v1.5.0...v1.5.1