This repository was archived by the owner on May 10, 2023. It is now read-only.
Releases: nstack/stackhut
Releases · nstack/stackhut
v0.6.1 - New 'run --clone' command, anonymous local dev support, bugfixes
Rename runcontainer as run command - default way to use SH services.
Add new --clone subcommand to run that will retreive a remote service and
build / run locally. Add default anonymous user for devloping and
running services locally - need to log in/register only to deploy services.
Bugfixes
- Docker Machine support on OSX with saved VMs
- Better error messages
- Build scripts update
v0.6.0 - Docker Machine support, official OSX packages
New release stream targeting better OSX and eventual Windows support with smaller features.
Main features in this release are,
- Removed use of boot2Docker and replaced with Docker Machine. Should be much more reliable on OSX and easier to use, automatically using an independent machine and starting on demand. Also paves way for Win support
- New build script that packages up CLI with all libraries into a standalone executable (including Python 3) for both Linux and OSX. Should enable much more reproducible issues and easier install - inc OSX pkg and brew support! (brew install stackhut/stackhut/toolkit)
- Many many smaller bugfixes and better error supporting (thanks to @collingreen for these!)
Install using the binaries below, or from source using pip3 install stackhut on machine with Python 3.
Note - on OSX you need to install Docker Machine also.
Enjoy!
0.5.8 - Bugfixes
Mainly bugfixes on the builder service to reduce timeouts.