Releases: GIJack/harbor-wave
Releases · GIJack/harbor-wave
v0.5.1
Version 0.5
- Machine names now omit their sequence number and just use basename if there is only one being spawned
- API now includes total of machines spawned in the sequence
- Some fixes for some nasty bugs with some broken code paths fixed
Version 0.4
- removed --use-dns option/switch in favor of checking if domain is set or not. use-dns will be triggered by --domain automaticly now
use-dns is now ignored in the config
Version 0.3
- implemented --use-dns/use-dns config item
- some tweaks to message printing
- some minor code cleanup
Version 0.2
- Security bug: get would print api-key. Fixed
- get with restricted keys now functions like print-config. HIDDEN is returned if set. "" if not.
- set fixed with booleans. True, T, 1 case insensative sets true. False, F, and 0 unsets
- Added "domains" to list for listing domains associated with digital ocean account
- fixed terse output for list machines
- Fixed shell shim for $PATH
- Makefile installs docs to /usr/share/harbor-wave
- Added "wait" option to wait for IP address after spawn. If this is set, IP address will be printed before exiting
Version 0.1
Pre-release. This works well enough to start doing numbered releases and start working on packaging and integrations
Not API stable. Early-alpha quality