Skip to content

Releases: GIJack/harbor-wave

v0.5.1

08 Jan 21:21
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Updated for new DO API Key format
  • Fixed bash completion for api-key, added list projects

What's Changed

  • Ignore New Header for API Keys by @GIJack in #3

Full Changelog: v0.5...v0.5.1

Version 0.5

30 Apr 02:23
Compare
Choose a tag to compare
Version 0.5 Pre-release
Pre-release
  • 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

26 Feb 22:59
Compare
Choose a tag to compare
Version 0.4 Pre-release
Pre-release
  • 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

25 Feb 00:58
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release
  • implemented --use-dns/use-dns config item
  • some tweaks to message printing
  • some minor code cleanup

Version 0.2

28 Nov 18:39
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release
  • 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

03 Oct 20:39
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

Pre-release. This works well enough to start doing numbered releases and start working on packaging and integrations

Not API stable. Early-alpha quality