Releases: TheNewNormal/corectl
Releases · TheNewNormal/corectl
v0.0.19
- ship a smaller binary by default by way of turning off DWARF debugging information and striping the blob
v0.0.18
- improve inline help (& 'en passant' the auto-generated docs) (#32)
- retouch build machinery to ease homebrew packaging (#33)
v0.0.17
- tune query output by adding an option to show just a VM's IP (#25)
- fixes halt's exit code (#26)
- use our own go bindings until upstream doesn't consume xhyve-xyz/xhyve (#28)
- increase timeout to grab VM's IP to 90s to better handle spinning HDDs (#29)
v0.0.16
- properly signal when we exit on error (#21)
- add an experimental query option (#22)
- add more polish and detail to docs (#23)
- get 'version' behaviour to mimic vagrant's one (#24)
v0.0.15
- scp: handle case when destination is a directory (#20).
v0.0.14
corectl
now behaves gracefuly on first run if no /etc/exports
file is found, as it is often on brand new OS X installs.
v0.0.13
- increase to 45s the maximum time to wait for a VM to boot (#16) as not everybody has boxes with fast SSDs
v0.0.12
- checks that destination dir exists on target before upload attempt (#15)
- Updated build dependencies.
v0.0.11
- refactor halt logic and get hark kills to actually work (#11)
- grab VM's IP from the VM itself, not from host (#12)
- add an option to upload a file to a VM (#14)
v0.0.10
- assorted bug fixes for improved stability and resiliency
- the data related to any VM that isn't halted (properly) via
coreos halt
is left
under ~/.coreos/running/
in order to ease troubleshouting