github shuttle-hq/shuttle v0.13.0

latest releases: v0.49.0, v0.48.3, v0.48.2...
20 months ago

shuttle: v0.13.0 update

We're excited to release shuttle v0.13.0! 🚀

Changes to the cargo-shuttle CLI

We added a new command to list all the provisioned resources for your project, like databases and secrets: cargo shuttle resource list. With the addition of the new resource command, the cargo shuttle status command will no longer list resources.

Note: Due to the changes to the deployer API required for the resource list command, if you do a project rm and project new after this release you will also need to upgrade your CLI.

Upgrading our pinned Rust version

In this release we bump our pinned version of Rust to 1.68, previously 1.65, allowing users to use the new language features introduced in these updates. To be able to take advantage of this, you will need to update your project container by running cargo shuttle project rm followed by cargo shuttle project new.

Contributions

Upgrading

To upgrade your shuttle CLI, run: cargo install cargo-shuttle, or if you’re using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall), cargo binstall cargo-shuttle.

If you’d like to upgrade your project container, run the rm and new project commands. This will not delete any databases, and you will keep your project name:

cargo shuttle project rm
cargo shuttle project new

Finally, redeploy your shuttle service:

cargo shuttle deploy

Commits for this release

Full Changelog: v0.12.0...v0.13.0

Don't miss a new shuttle release

NewReleases is sending notifications on new releases.