github fermyon/spin v1.2.0

latest releases: canary, v2.5.0, spin/templates/v2.5...
12 months ago

Spin v1.2.0

We are excited to announce the release of Spin 1.2! 🎉 Spin v1.2.0 features a new key-value host implementation backed by Azure Cosmos DB, an improved key-value SDK experience for easily getting/setting JSON encoded values, and enhancements to spin watch enabling the watching of multiple components.

Thank you to all contributors new and old!

Verifying the Release Signature

After downloading the v1.2.0 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.2.0 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    --certificate-github-workflow-sha c4fbd08eb75ce9b2729bf7c450520076e692c6af \
    --certificate-github-workflow-repository fermyon/spin \
    spin

If the verification passed, you should see:

Verified OK

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Don't miss a new spin release

NewReleases is sending notifications on new releases.