github fermyon/spin v1.0.0-rc.2

latest releases: canary, v2.7.0, spin/templates/v2.7...
pre-release18 months ago

Spin v1.0.0-rc.2

The Spin v1.0.0-rc.2 is the second release candidate for the Spin 1.0 release! We would love your help in testing this release. If you notice any issues, please feel free to open an issue or pull request. We would love to thank you for your efforts in helping us test with a Spin t-shirt. Once you've opened an issue or pull request, we will reach out for more info on where to send your Spin swag!

Verifying the Release Signature

We have added support for verifying the signature on the download artifacts using cosign. After downloading the v1.0.0-rc.2 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.0.0-rc.2 \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com/ \
    --certificate-github-workflow-sha 5dfe30330234d3fb22512ad5ebd70d584436a4e1 \
    spin

If the verification passed, you should see:

Verified OK

As always, thanks to contributors old and new for helping improve Spin on a daily basis! 🎉

What's Changed

  • return 405 instead of panicking on unsupported method by @dicej in #1249
  • update version to next anticipated release by @michelleN in #1251
  • ci: Run build workflow on v* branches by @lann in #1252
  • Backport CI update to v1.0 branch by @lann in #1255
  • Fix direct mounts backport by @lann in #1271
  • [Backport v1.0] ci(release.yml): sign binaries with cosign by @vdice in #1284
  • [Backport v1.0] chore: clean up some command help text by @vdice in #1293
  • [Backport v1.0] Print digest on registry push by @vdice in #1289
  • [Backport v1.0] introduce add_key_value_pair to cloud::Client by @vdice in #1291
  • [Backport v1.0] In spin plugin list, do not print prerelease warnings ahead of list by @vdice in #1294
  • [Backport v1.0] Update runtime config system and add spin up --state-dir flag by @lann in #1288
  • [Backport v1.0] feat(deploy): Add deploy flags to seed key/values by @vdice in #1290
  • [Backport v1.0] Unbindle the up command and app manifest by @vdice in #1299
  • [Backport v1.0] fix(cli): Rename --key-values to --key-value on deploy command by @vdice in #1300
  • [Backport v1.0] chore(cli): rm bindle commands by @michelleN in #1301
  • Updating version 1.0.0-rc.2 by @melissaklein24 in #1303

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

Don't miss a new spin release

NewReleases is sending notifications on new releases.