This is an incremental release where the following has been done:
- Updated Mission Control theme to match the new SpaceCloud website theme.
- Updated outdated libraries to the latest version
- Fixed a bug in the DB read rest endpoint which didn't allow use of joins.
- Improved test coverage for the database module.
Upgrade guide
Follow the steps to migrate from v0.20.0
and above:
- Backup your current config using space-cli (
space-cli --project <project_id> get all /path/to/backup/dir
) - Backup setup configuration (
space-cli inspect sc-setup-config.yaml
) - Download the latest version of space-cli (Linux | Windows | Mac) and run
space-cli update -f sc-setup-config.yaml
. - Make sure you run
Reload Schema
inDatabase > Settings
for each SQL database you've added in SpaceCloud.
Ping us on #general of our Discord server, if you face any issues while migrating.