Skip to content

Releases: dgageot/machine

v0.6.0

28 Dec 09:35
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Installation

  1. Download the file for your OS and architecture.
  2. Move the binary to your PATH.

e.g., for Mac OSX:

$ curl -L https://github.com/docker/machine/releases/download/v0.6.0/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

Linux:

$ curl -L https://github.com/docker/machine/releases/download/v0.6.0/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

Windows (using git bash):

$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
  curl -L https://github.com/docker/machine/releases/download/v0.6.0/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \
  chmod +x "$HOME/bin/docker-machine.exe"

Changelog

Edit the changelog below by hand

Thank You

Thank you very much to our active users and contributors. If you have filed detailed bug reports, THANK YOU! Please continue to do so if you encounter any issues. It's your hard work that makes Machine better.

The following authors contributed changes to this release:

Great thanks to all of the above! We appreciate it. Keep up the great work!

Checksums

  • docker-machine_darwin-amd64
    • sha256 217faf6dbaad94a42ef95ec8f262a9317b5263d6be302f6a1895a129c4977415
    • md5 2f0fe4b214af7f40380bcf16d01e5769
  • docker-machine_linux-amd64
    • sha256 a3d6d6d0ce55c10c799b2eb49901cad799ff5420ee58b727fbd9f259c7ae2e28
    • md5 a0c3f2aa65669f22c8924a0083f43ff2
  • docker-machine_windows-386.exe
    • sha256 4eaa74e63840663e64f6727192e008cc0f006f69af9fb7f5139300b4d274418c
    • md5 32641dad0a2daf0f89fa7828239c6ffa
  • docker-machine_windows-amd64.exe
    • sha256 e5baec0d1b91ddce222789e5e7079c8f397c929e22cf1895fbfe541d38856bc1
    • md5 e22fe8349fef959184be70a0bb28397c

v0.5.5

28 Dec 09:12
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

Installation

  1. Download the file for your OS and architecture.
  2. Move the binary to your PATH.

e.g., for Mac OSX:

$ curl -L https://github.com/docker/machine/releases/download/v0.5.5/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

Linux:

$ curl -L https://github.com/docker/machine/releases/download/v0.5.5/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

Windows (using git bash):

$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
  curl -L https://github.com/docker/machine/releases/download/v0.5.5/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \
  chmod +x "$HOME/bin/docker-machine.exe"

Changelog

Edit the changelog below by hand

8be7036 Bump version to 0.5.5
93bc358 Merge pull request docker#2684 from jeanlaurent/AWS-SDK
c80906a Merge pull request docker#2685 from jeanlaurent/release-followup
76923dd Remove temporary lines
cfe6702 Quieter UI
36cffd9 typos
45cf745 Better naming & cleanup
b41ead6 Remove unneeded 'amz' package
062a8a4 Vendor AWS SDK
8d98d2b amazonec2: Convert EC2 API calls to official SDK
7f2e3c1 Merge pull request docker#2611 from jeanlaurent/automate-release
93ebc78 Merge pull request docker#2682 from dgageot/controlPath-none
07a0dfd Automate the release
26c68b5 Disable ControlPath on SSH connections
b935949 Merge pull request docker#2680 from dgageot/better-swarm-error
0ab066e Merge pull request docker#2681 from dgageot/close-drivers
89d9e2f Close drivers on exit
946712b Fix vet issues
6462e7e FIX docker#2677 better error message if swarm is down
12bf80f Merge pull request docker#2679 from dgageot/fix-coreos-google
1c0a055 Merge pull request docker#1522 from frapposelli/vspheredriver-with-govmomi
cef6451 Simplify code
efbec45 Merge pull request docker#2674 from dustinblackman/coreos/swarm
f4bfba9 Fix for coreos provisionning with google driver
fd44d1b Merge pull request docker#2658 from dgageot/improve-hyper-v
816614c Merge pull request docker#2675 from dgageot/active-swarm
f86274d Merge pull request docker#2678 from juliengarcia/master
949f3b0 Update docker-machine version in installation docs
9d19ecf Add ENV variables for each flag
24a13af FIX docker#2653 docker-machine ls need to identify machine or cluster
75849b8 add swarm config to coreos
22cf29b FIX docker#639 and docker#510 find powershell.exe
fa8fa69 Wait for machine to start/stop
8b31854 Extract the code to create a b2d disk image
0c78397 Only get the IP of a running machine
af87c00 Simplify commands
a4995ad Add comments
7e7c834 VSwitch name should be saved to config.json
40ab483 FIX docker#2457 Add a flag to set the CPU count
eeec362 Merge pull request docker#2673 from dgageot/no-32bits-osx-linux
5bb3d90 Merge pull request docker#2672 from dgageot/golang-1.5.2
8e2ccd9 FIX docker#2271 don't build 32bits binaries for linux/osx
12a361c FIX docker#2670 Upgrade to go 1.5.2
1db7f13 Merge pull request docker#2669 from dgageot/faster-ls
670c480 FIX docker#2663 reduce calls to the driver in ls
6a5cc75 FIX docker#2232 Check that the user is an Administrator
d5e11fb FIX docker#512 Check the virtual switch in PreCreateCheck()
aa3a4e4 Simplify code
2311fd6 Format code
19fc64d Remove redundant code
9f6764c Merge pull request docker#2666 from cvstebut/master
1cd6a37 close handle on destination after copying boot2docker.iso into vm folder - will otherwise keep hyper-v from starting vm
e7c0eba Dependencies update
2e90b7c Update vSphere driver to work with govmomi instead of wrapping govc.
1976613 Merge pull request docker#2659 from dgageot/powershell-env
1744bf4 Fix Powershell env hints
ee8c9ab Merge pull request docker#2654 from dgageot/2140_driver_restart
e22f1db Merge pull request docker#2657 from dgageot/improve-generic-driver
7d72a78 Merge pull request docker#2656 from dgageot/missing-quotes
643df3c Merge pull request docker#2589 from boyvinall/mv/filter-openstack-floating
cdfa729 Simplify code
181a1d4 The generic driver shouldn't support kill since stop is not supported
4bfd8ab Remove dead code in generic driver
e7e72c3 FIX docker#2655 Add quotes to the eval cmdline if there are spaces in the path
1c6ceed Fix Restart() for some drivers
c045cee Change host restart to use the driver implementation
acf2d1d Merge pull request docker#2652 from kaustavha/kaustavha/fix/Makefile
5ee9dfd Merge pull request docker#2649 from dgageot/2540-honor-engine-install-url
f2ca6b8 Merge pull request docker#2651 from synhaptein/patch-1
3020448 fix(Makefile): Prevent makefile from defaulting to using containers if use_containers=false
f6a67ef Update aws.md
01873fe Merge pull request docker#2638 from schlosna/bugfix/bash-wrapper
ed12b42 Merge pull request docker#2646 from dgageot/2643-scp-without-ssh-key
6e8aaa0 Merge pull request docker#2645 from dgageot/2370-add-feedback
cd6690c Merge pull request docker#2647 from dgageot/windows-version
1815d0b Merge pull request docker#2648 from dgageot/2641-do-custom-ssh-port
7b63873 Try multiple commands to find windows version
6f8a6dd FIX docker#2641 Digital Ocean Custom SSH port
280f9c6 FIX docker#2540 provisioners honor engine-install-url
d977ec7 FIX docker#2643 Ignore empty ssh key
34b6468 FIX docker#2370 add feedback to the user
df30a13 Merge pull request docker#2644 from dgageot/nathanleclaire-xtra_vbox_logs
c584b8e Merge pull request docker#2625 from dgageot/2624-reject-duplicate-hostonlyifs
54bda62 Add extra logging to VirtualBox driver
352d282 Merge pull request docker#2620 from dgageot/2619-hardware-virtualization-test
3c4fd63 FIX docker#2624 reject duplicate hostonlyifs name/IP
906ac38 Merge pull request docker#2607 from askb/2595-dm-force-fails
34a6231 Merge pull request docker#2633 from nathanleclaire/ssh_client_log
3b84a94 Merge pull request docker#2636 from nathanleclaire/increase_heartbeat_intervals
464e19b Delegate to docker-machine from wrapper
403b574 Fixes docker#2595 dm rm fails when config.json is not found
98ca593 Increase heartbeat interval and timeout
e143ef7 Log SSH client used
204af9f Merge pull request docker#2618 from dgageot/2189-update-b2d-cache-in-precreatecheck
ecfe9a1 Merge pull request docker#2627 from dgageot/2626-windows-version-non-english
932c4a2 Merge pull request docker#2629 from dgageot/2617-check-hostonlyif-after-its-creation
df8faf5 Merge pull request docker#2609 from jeanlaurent/vbox.log
dd379d3 FIX docker#2617 Check hostonlyif after its creation
39694f1 FIX docker#2626 Retrieve windows version on non-english OS
ac45f88 Don't create the VM if no hardware virtualization
fbf97b7 Merge pull request docker#2610 from jeanlaurent/detect-shell
fd25762 Add vbox.log to crashreport
c279d0a Default to cmd shell on windows
a7bd9e0 Update B2D cache in PreCreateCheck phase
0a74068 Merge pull request docker#2298 from skatsuta/create-update-iso
80c9f5b Merge pull request docker#2605 from askb/update_bash_comp
c07067c Detect fish shell
dcdbd84 Updated the bash completion with new options added. now changes should reflect the following: dm ls --timeout dm env --no-proxy dm --bugsnag-api-token --github-api-token
32795c9 Merge pull request docker#2604 from nathanleclaire/bump_v0.5.5_dev
552967f Bump version to 0.5.5-dev
0815379 Filter openstack floating IPs by tenant ID Merge j2sol:filter-openstack-floating and fix up for comments in PR docker#1809.
bbe7a00 libmachine/mcnutils: check the version of cached iso and download the latest one when it is out-of-date

Thank You

Thank you very much to our active users and contributors. If you have filed detailed bug reports, THANK YOU! Please continue to do so if you encounter any issues. It's your hard work that makes Machine better.

The following authors contributed changes to this release:

  • Anil Belur
  • Christian von Stebut
  • David Gageot
  • David Schlosnagle
  • Dustin Blackman
  • Euan
  • Fabio Rapposelli
  • Jean-Laurent de Morlhon
  • Matt Vinall
  • Nathan LeClaire
  • Neil Wilson
  • Philippe L'Heureux
  • Soshi Katsuta
  • juliengarcia
  • kaustav haldar
  • stelcheck

Great thanks to all of the above! We appreciate it. Keep up the great work!

Checksums

  • docker-machine_darwin-amd64
    • sha256 7e3b57f59f714dc3a116c25353f1b8b60a584ad95a3fe5bf53114ab4177005c3
    • md5 a674cc7986f3579bc86306ca31011a14
  • docker-machine_linux-amd64
    • sha256 a2e10ca726f9adfc9f9ec0a6327c648553c626f9c1e28e916feeafcf00420d58
    • md5 0a9329a93d3dc569b434fe7801697478
  • docker-machine_windows-386.exe
    • sha256 597fa60f611c13a8b3fb6e37204ef03a85c3e1d07d6dae78a1e567badf19d3fc
    • md5 e20f0581f32c65cf7d2af28d96a6ebed
  • docker-machine_windows-amd64.exe
    • sha256 402aedbf7c58246bccf61df38fa457f1bba364f44a6799e9e2b20d61893c936d
    • md5 2f5ca543ed3959b411f86c4194e73b5c