Skip to content

0.9.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@idoqo idoqo released this 11 May 21:23
· 42 commits to main since this release
8e7bb4b

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).