This is a minor release containing few enhancements and fixes.
Enhancements
- Added support for validating issuer and audience of JWT claim #1322
- Added support for specifying docker cmd in deployments via mission control #1317
- Added ability to provide the length of varchar in schema when using type ID #1187
- Added support to convert string to Object ID and vice versa #1343
Fixes
- Limited height of rows in the data browser table #1336
- Fixed limit clause not working if its value is provided through GraphQL variables #1321
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!