This is a minor release containing few enhancements and fixes.
Enhancements
- Add support for licensing logic to work in complete offline environments #1256
- Added logging in space cloud #57
- Added support for tracing requests in space cloud #462
- Added flag to disable Mission Control in gateway #1196
- Added flexibility to return status code for config mutation endpoints #1197
Fixes
- Fixed space cloud not cleaning the temp files creating during multi-part file uploads in the filestore module #1245
- Fixed copy/paste in the security rule builder not working on unsecured sites #1261
- Unable to add HSA secret from Mission Control #1260
- Prevent unnecessary fetching of latest version if a specific version is specified in the space-cli setup or upgrade command #1257
Contributors
A special thanks to all our contributors for their help in this release!
- Jainam Shah @jcs98
- Kavish Shah @KavishShah09
- Shubham Nazare @shubham4443
- Saif Kamal @Saif-Ali-Kamal
Upgrade guide
Upgrade is possible from
v0.17.0
and above.
Before upgrading your cluster, make sure you backup cluster config using space-cli --project <project_id> get all /path/to/backup/dir
. If things go right, you'll be able to reapply all saved project config using space-cli apply /path/to/backup/dir
.
For Docker based deployments:
Simply run space-cli upgrade
.
For Kubernetes based deployment:
We recommend setting up a fresh Kubernetes cluster and installing Istio and SC on top of it. Don't forget to backup all project config first!