Spin - v1.4.1


Spin v1.4.1

This is a patch release of Spin which contains a fix for a bug found in the Redis SDK which caused an instantiation error during spin up.

Verifying the Release Signature

After downloading the v1.4.1 release of Spin, either via the artifact attached to this release corresponding to your OS/architecture combination or via the install script, 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.4.1 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-sha e0bd9115fa51399e106681ac1c9ed1afbad1baaa \
    --certificate-github-workflow-repository fermyon/spin \
    spin

If the verification passed, you should see:

Verified OK

What's Changed

  • [Backport v1.4] Fix Redis Rust component instantiation by @itowlson in https://github.com/fermyon/spin/pull/1653

Full Changelog: https://github.com/fermyon/spin/compare/v1.4.0...v1.4.1


Details

date
July 12, 2023, 6:32 a.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