Skip to content

v1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 06:32
· 1899 commits to main since this release
v1.4.1
e0bd911

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 #1653

Full Changelog: v1.4.0...v1.4.1