Skip to content

Releases: nlf/dlite

1.1.2

28 Jan 22:03
@nlf nlf
Compare
Choose a tag to compare

dependencies are now vendored to simplify the build process

1.1.1

28 Jan 00:12
@nlf nlf
Compare
Choose a tag to compare

Bug fixes

  • now passes share path to virtual machine correctly

1.1.0

27 Jan 21:47
@nlf nlf
Compare
Choose a tag to compare

Bug fixes:

  • now checks for available free space before attempting to allocate the disk image so the user receives a clear error
  • if the nfs daemon had never been started before, the agent would fail to start. this has been resolved
  • the uninstall command now stops the agent and removes more files
  • the install command will remove an existing installation if run a second time to help make sure things are in a clean state

New features:

  • the install command now accepts the -n or --hostname flag to allow overriding the default local.docker hostname
  • the install command now uses the same defaults as docker-machine, i.e. a 20GiB disk image and 2GiB of memory
  • the install command now accepts the -S or --share flag to allow overriding the default NFS shared path of /Users
  • added the start and stop commands which simply wrap launchctl to take care of loading/unloading and starting/stopping in one step
  • added the ip command to display the current ip of the virtual machine

1.0.4

25 Jan 21:21
@nlf nlf
Compare
Choose a tag to compare

bug fix - ensure that file permissions for the launchd agent are set correctly

1.0.3

20 Jan 16:39
@nlf nlf
Compare
Choose a tag to compare

bug fixes

see the milestone for details

1.0.2

16 Jan 18:54
@nlf nlf
Compare
Choose a tag to compare

Fixed finding the binary path within the launchd agent

1.0.1

16 Jan 18:38
@nlf nlf
Compare
Choose a tag to compare

Fix a bug in finding the path to the dlite binary

1.0.0

16 Jan 18:21
@nlf nlf
Compare
Choose a tag to compare

Initial release of the Go rewrite