Spin - v1.5.1


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 https://github.com/fermyon/spin/pull/1767
  • [Backport v1.5] Refactor llm and add http compute option by @michelleN in https://github.com/fermyon/spin/pull/1809
  • bump version to 1.5.1 by @michelleN in https://github.com/fermyon/spin/pull/1812

Full Changelog: https://github.com/fermyon/spin/compare/v1.5.0...v1.5.1


Details

date
Sept. 26, 2023, 11:33 p.m.
name
type
Patch
👇
Register or login to:
  • 🔍View and search all Spin releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or