Releases: spinup-host/spinup
Releases · spinup-host/spinup
0.9.1-alpha
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).
v0.9-alpha
Added support for resource constraints
What's Changed
- removed pointer semantics from Docker struct by @viggy28 in #106
- add comma before newline by @skant7 in #107
- resource cleanup during service creation failure by @viggy28 in #108
- Preserve existing configuration during update by @idoqo in #109
- add cpu and memory constraints by @skant7 in #110
Full Changelog: v0.8.1-alpha...v0.9-alpha
Back Bay
- Use updated go.mod package name.
- Investigate go-releaser not building assets.
v0.8-alpha
What's Changed
Full Changelog: v0.7-alpha...v0.8-alpha
v0.7-alpha
v0.6-alpha
install gcc
v0.5-alpha
set CGO_ENABLED=1
v0.4-alpha
Merge pull request #90 from skant7/main fix: pull specific postgres version image
0.3-alpha
0.2-alpha
Merge pull request #83 from spinup-host/idoqo/gh-80-simplify-startup include spinup UI in setup script, improve CLI with cobra