Shuttle: v0.29.0 update
We're excited to release shuttle v0.29.0! 🚀
Deleting resources
Databases linked to a project can now be deleted via the cargo shuttle resource delete <type>
command. You can check the syntax of <type>
with cargo shuttle resource list
.
After deleting a database, remember to remove the annotation from your main function, so that it does not get provisioned again.
With this feature released, we will soon enable you to delete projects! Deleting other resources, such as Secrets, Persist and Static Folder, will be added soon.
Bug fixes
- Fixed
--reset-api-key
when logging out of the CLI - Fixed scenario where the CLI init command would crash if not logged in
Other updates
- Added backend support for billing 👀
Upgrading
Refer to the upgrading docs
Commits in this release
- feat(auth): added billing backend support by @iulianbarbu in #1289
- ci: fix cargo-shuttle publish ordering by @jonaro00 in #1297
- ci: use smaller machines for docker tests by @jonaro00 in #1301
- chore(editorconfig): add indentation settings for shell scripts by @orhun in #1296
- chore: remove shuttle-static-folder by @jonaro00 in #1298
- fix(cargo-shuttle): fix init login bugs by @oddgrd in #1309
- feat: added resource deletion by @GugaGongadze in #1256
- chore: v0.29.0 by @oddgrd in #1310
Full Changelog: v0.28.1...v0.29.0