rddepman: bump spinCLI from 3.1.2 to 3.2.0 #8432
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.2.0 (v3.2.0)
This is the first release of Spin since it's donation to CNCF 🎉 This release brings various fixes and UX/DX improvements (See the changelog for a glimpse into what's changed). One notable fix is the added ability for Spin to push to a registry components that are composed with their dependencies to fix an issue with running in various Spin runtimes like
runwasi
.Thank you to all of the contributors!
Verifying the Release Signature
After downloading the
v3.2.0
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:
If the verification passed, you should see:
What's Changed
CachingStoreManager
fromfactor-key-value
by @dicej in removeCachingStoreManager
fromfactor-key-value
spinframework/spin#2995package.os
field definition:osx
->macos
by @PetarKirov in docs(sips/006-spin-plugins): Fix typo inpackage.os
field definition:osx
->macos
spinframework/spin#3011self.alt
host for self-requests by @itowlson in Allowself.alt
host for self-requests spinframework/spin#3003request_interceptor
by @alexcrichton in Check allowed hosts before checking therequest_interceptor
spinframework/spin#3016New Contributors
package.os
field definition:osx
->macos
spinframework/spin#3011Full Changelog: spinframework/spin@v3.1.2...v3.2.0
Compare between v3.1.2 and v3.2.0