Skip to content

Releases: TheNewNormal/corectl

v0.0.19

27 Dec 23:21
Compare
Choose a tag to compare
  • ship a smaller binary by default by way of turning off DWARF debugging information and striping the blob

v0.0.18

26 Dec 19:28
Compare
Choose a tag to compare
  • improve inline help (& 'en passant' the auto-generated docs) (#32)
  • retouch build machinery to ease homebrew packaging (#33)

v0.0.17

23 Dec 17:02
Compare
Choose a tag to compare
  • 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

21 Dec 14:51
Compare
Choose a tag to compare
  • 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

12 Dec 18:33
Compare
Choose a tag to compare
  • scp: handle case when destination is a directory (#20).

v0.0.14

09 Dec 16:47
Compare
Choose a tag to compare
  • 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

08 Dec 17:01
Compare
Choose a tag to compare
  • 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

07 Dec 12:58
Compare
Choose a tag to compare
  • checks that destination dir exists on target before upload attempt (#15)
  • Updated build dependencies.

v0.0.11

07 Dec 09:21
Compare
Choose a tag to compare
  • 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

02 Dec 22:17
Compare
Choose a tag to compare
  • 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