0.9.1-alpha
Pre-release
Pre-release
What's Changed?
- All spinup services now use the same docker network named
spinup_services
. The network is created on startup and persists across restarts. - A new
install-spinup-dev.sh
script is available to help during development. This installation script allows you to install a specific version of the Spinup API (Go installation is required). - Fix dashboard returning 404 errors as we now use chi router for dashboard routes. See https://create-react-app.dev/docs/deployment/#serving-apps-with-client-side-routing
- We now return the same response format for all endpoints that return cluster-info (list and create).