Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Releases: rancher-sandbox/docker-machine-driver-hyperkit

Add cp command

30 Apr 00:10
Compare
Choose a tag to compare
Add cp command Pre-release
Pre-release

New features:

  • cp command allows transfer of files into and out of the machine

Bug fixes:

  • NFS share names containing whitespace are now handled correctly.

Add status command

28 Apr 18:38
Compare
Choose a tag to compare
Add status command Pre-release
Pre-release

This release adds a status command to check if a machine is running or not.

Security improvements and bug fixes

27 Apr 23:26
Compare
Choose a tag to compare
Pre-release

Improvements:

  • driver no longer runs as root; it drops privileges and spawns a privileged subcommand only for those operations that absolutely need root.
  • additional restrictions on hyperkit binary
    • if a hyperkit file exists in the same directory as the driver, than that is the only allowed version
    • the hyperkit executable must be owned by root, or group ownership must be by wheel or admin
  • nfsd will be updated via restart instead of update, which works even if /etc/exports did not yet exist.

Bug fixes and improvements 😊

23 Apr 22:08
Compare
Choose a tag to compare
Pre-release

New features:

  • Added stop command.
  • Added --hyperkit option to the start command to specify the location of the hyperkit executable.

Improvements:

  • The delete command will delete the machine config even the machine cannot be stopped (e.g. because it wasn't running).
  • Don't sleep for 30s before adding volume mounts; wait instead for SSH to become available.
  • Don't display usage information when the command returns an error.
  • Evaluate symlinks before exporting a directory via NFS.

First alpha release of the embedded control program

21 Apr 17:35
Compare
Choose a tag to compare
Set version and commit info when linking the binary

Signed-off-by: Jan Dubois <jan.dubois@suse.com>