Skip to content

Releases: spinup-host/spinup

0.9.1-alpha

11 May 21:23
8e7bb4b
Compare
Choose a tag to compare
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).

v0.9-alpha

10 Apr 23:23
9667a42
Compare
Choose a tag to compare
v0.9-alpha Pre-release
Pre-release

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

30 Mar 15:26
6cd5851
Compare
Choose a tag to compare
Back Bay Pre-release
Pre-release
  • Use updated go.mod package name.
  • Investigate go-releaser not building assets.

v0.8-alpha

24 Mar 17:00
1b8755d
Compare
Choose a tag to compare
v0.8-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.7-alpha...v0.8-alpha

v0.7-alpha

27 Feb 01:02
b855585
Compare
Choose a tag to compare
v0.7-alpha Pre-release
Pre-release

v0.6-alpha

26 Feb 19:39
Compare
Choose a tag to compare
v0.6-alpha Pre-release
Pre-release
install gcc

v0.5-alpha

26 Feb 19:23
276bdfc
Compare
Choose a tag to compare
v0.5-alpha Pre-release
Pre-release

set CGO_ENABLED=1

v0.4-alpha

26 Feb 18:48
cdcaf7b
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release
Merge pull request #90 from skant7/main

fix: pull specific postgres version image

0.3-alpha

23 Jan 04:10
e7590ec
Compare
Choose a tag to compare
0.3-alpha Pre-release
Pre-release

fixed the regression bug #86

install script should work now

0.2-alpha

13 Dec 18:42
ea98661
Compare
Choose a tag to compare
0.2-alpha Pre-release
Pre-release
Merge pull request #83 from spinup-host/idoqo/gh-80-simplify-startup

include spinup UI in setup script, improve CLI with cobra