v0.19.5
This is a minor release containing few enhancements in ingress routing and a bug fix in letsencrypt module.
Enhancements
- Added support for filtering ingress routes based on URL via Mission Control #1348
- Show the number of ingress routes being displayed in the ingress routing page #1350
- Add support for filtering ingress routes in
space-cli get
command #1349 - Added a delay flag in space-cli apply command to slow down the rate at which the configs are applied #1351
Fixes
- Fixed letsencrypt not working when email is configured #1347
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!