Skip to content

Latest commit

 

History

History
198 lines (145 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

198 lines (145 loc) · 14.7 KB

Change Log

v0.2.3 (2016-08-05)

Full Changelog

Closed issues:

  • Please declare a license #108
  • nfs share permissions problem #99
  • Build issue with docker v1.10 #92
  • Could not create vmnet interface, permission denied or no entitlement? #85
  • B2D iso and directory created by root owner #82

Merged pull requests:

  • Bump version to 0.2.3 #130 (zchee)
  • Changed doc to reflect that virtio-9p support is included in the newer releases of boot2docker #129 (r2d4)
  • Add error checking to CopyIsoToMachineDir. #127 (dlorenc)
  • Fix lib9p build #106 (zchee)
  • Set the NFS export to map all the users on the remote to the current user #105 (jamesRaybould)
  • fix check for binary root ownership #104 (codekitchen)
  • Support virtio-9p #95 (zchee)
  • Update travis to xcode 7.3 beta #89 (zchee)
  • Update vendor for docker/machine #88 (zchee)
  • Self implement b2dutils.CopyIsoToMachineDir #87 (zchee)

v0.2.2 (2016-01-22)

Full Changelog

Features

Check own binary owner and execute user

Added PreCommandCheck method for required of docker-machine-driver-xhyve.

Misc

  • Fixed GetUrl does not handle GetState

Auto generated Change Log

Fixed bugs:

  • Check owner before every command #77
  • Does not handle sudo before docker-machine commands #76
  • GetUrl() does not handle GetState() #68

Closed issues:

  • Using docker-machine-driver-xhyve without sudo privledges #74
  • Show a nice warning when running without root #64
  • about IP address #62
  • ip not found in dhcp leases #60
  • invalid flag argument in current master #59
  • Any plan about HomeBrew formulae support? #24

Merged pull requests:

  • Bump version to 0.2.2 #81 (zchee)
  • Update and cleanup vendor #80 (zchee)
  • Add PreCommandCheck #78 (zchee)
  • Add check binary owner on PreCreateCheck() #75 (zchee)
  • Rename test vm name, Remove kill job, Change brackets #73 (zchee)
  • Fix handling vm status before GetURL() #72 (zchee)
  • Change go version to 1.5.3 and 1.6beta2 #66 (zchee)
  • Add circleci badge and markdown table #65 (zchee)
  • [WIP] Add CircleCI use osxcc #63 (zchee)
  • ci: Fix multiple Go version release #61 (zchee)

v0.2.1 (2016-01-12)

Full Changelog

Features

Add wait for SSH

Add wait for available SSH login when start and restart commands.

Misc

  • Fix folder structure. Thanks @saljam.

Auto generated Change Log

Closed issues:

  • make docker-machine-driver-xhyve go gettable #49
  • Might want to re-release a binary #45
  • Build isn't including the updated --memory-size flags? #40

Merged pull requests:

  • Bump version to 0.2.1 #58 (zchee)
  • Add wait for SSH when (Re)Start #57 (zchee)
  • Update vendor for docker/docker and docker/machine #56 (zchee)
  • Fix Makefile for develop #55 (zchee)
  • make main binary go installable #53 (saljam)

v0.2.0 (2016-01-09)

Full Changelog

Features

Re-embeded xhyve

Embeded xhyve C source again. Not need original xhyve binary also hooklift/xhyve. Without all dependency. It works in docker-machine-driver-xhyve one binary.

Use Go bindings for xhyve hooklift/xhyve. And xhyve upsteam repository is xhyve-xyz/xhyve for now. Thanks @johanneswuerbach and xhyve-xyz/xhyve, hooklift/xhyve developers.

Sparse (dynamic allocates) volume supoprt

Use OS X sparsebundle to store VM data. This speeds up volume generation and allocates disk space only on demand.

Thanks @johanneswuerbach

Use a syscall signal to the control of VM

xhyve-xyz was unofficial support .pid file. Now possible to get the state and stop by sending a signal to the process. It is better than to send exit 0 use ssh.

Support more than 3GB memory size

mist64/xhyve official supported more than 3GB memory size. See https://github.com/mist64/xhyve/commit/793d17ccffa9a1f74f6f1a4997e73cb2e1496296 .

Misc

Auto generated Change Log

Fixed bugs:

  • Can not open boot2docker.iso use hdiutil #43

Merged pull requests:

v0.1.0 (2015-12-02)

Full Changelog

Auto generated Change Log

Closed issues:

  • Shared folders #20
  • unrecognized import path "libguestfs.org/guestfs" #17
  • Occasionally, hangs at get ip #15
  • godep: command not found #14
  • Command not found: VBoxManage #13
  • docker-machine rm hangs #8
  • No vendored dependencies #7
  • 'guestfs.h' file not found #4
  • unrecognized import path "libguestfs.org/guestfs" #2

Merged pull requests:

v0.0.1 (2015-09-27)

Auto generated Change Log

Merged pull requests:

  • Behavior boot xhyve - carry to my repo from nathanleclaire/docker-machine-xhyve #1 (zchee)