Releases: fermyon/cloud-plugin
canary
This is a "canary" release of the most recent commits on our main branch. Canary is not stable.
It is only intended for developers wishing to try out the latest features in cloud plugin, some of which may not be fully implemented.
v0.11.0
What's Changed
- Fixed minor typo in doc string by @itowlson in #219
- chore(.github): bump ubuntu images to 22.04 by @vdice in #221
- Ensure apps are deployed without composition by @kate-goldenring in #222
- Fix race condition on concurrent HTTP Wasm downloads by @itowlson in #223
- Bump version to 0.11 for release by @itowlson in #224
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- ci(release.yml): create GH release after all artifacts are uploaded by @vdice in #207
- Prevent app with duplicate routes from being deployed to Cloud by @itowlson in #208
- chore(deps): Bump openssl from 0.10.64 to 0.10.66 by @dependabot in #209
- Detect dependencies and print unsupported message by @itowlson in #213
- Add support for formatting output of
cloud apps listandcloud apps infoby @ThorstenHans in #212 - Enable dependencies in cloud by @itowlson in #215
- Update to 0.10.0 by @itowlson in #216
Full Changelog: v0.9.1...v0.10.0
v0.9.1
v0.9.0
Fermyon Cloud Plugin v0.9.0
v0.8.0
cloud-plugin v0.8.0
v0.7.1
cloud-plugin v0.7.1
v0.7.0
Before this v0.7.0 release of the spin cloud plugin, Spin applications could only use a "default" key value store. This release of the cloud plugin brings support for sharing key value stores between applications, linking multiple key value stores to an application, and dynamically updating which key value stores are linked to an application.
The updated CLI includes all the commands needed to take these management actions:
spin cloud kv create will create a key-value store on Fermyon Cloud
spin cloud kv delete will delete a key-value store
spin cloud kv rename will rename a key-value store
spin cloud kv set will set key-value pairs in a key-value store
spin cloud link kv will connect your key-value store to a Spin application
spin cloud unlink kv will disconnect your key-value store from a Spin application
spin cloud deploy will detect whether your application uses key-value stores and prompt you to create new key-value stores or link the application to existing ones.
Upgrading to Spin Cloud v0.7.0
To upgrade your spin cloud plugin, please use the following command:
spin plugins update
spin plugins upgrade cloudWhat's Changed
- Add command for managing key value stores and links by @kate-goldenring in #162
- feat(kv): support setting key/value pairs by @kate-goldenring in #171
- Bump h2 from 0.3.21 to 0.3.24 by @dependabot in #172
- Support creating required KV stores during application deploys by @kate-goldenring in #170
- chore(links): rename database module to resource by @kate-goldenring in #173
- fix(kv): shorten KV link store identifier to just 'store' by @kate-goldenring in #175
- feat(kv): add subcommand for renaming key value stores by @kate-goldenring in #174
- Specify that KV stores and links can be created in non-interactive mode by @kate-goldenring in #176
- fix(links): log resource creation at creation time by @kate-goldenring in #177
- fix(KV): add description to KV link instruction by @kate-goldenring in #178
- fix(KV): update unlink kv command to match link kv command by @kate-goldenring in #179
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Fermyon Cloud Plugin v0.6.1
v0.6.0
Fermyon Cloud Plugin v0.6.0