Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8bc265b

Browse files
committed
Update Changelog
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 83812d4 commit 8bc265b

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

‎CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# Changelog
22

3+
# 0.13.0 (2017-10-12)
4+
5+
General
6+
7+
- Added new `docker-machine mount` command for mounting machine directories over SSHFS
8+
- Improved some logging messages
9+
- Fixed a bug with the `scp` command when using an identity file.
10+
-Fixed a parsing error that caused the boot2docker ISO cache to malfunction, forcing a new download everytime.
11+
12+
Drivers
13+
14+
- `azure`
15+
- `docker-machine rm` now also cleans up the associated storage account if it has no remaining storage containers.
16+
- The creation process will no longer recreate the associated subnet if it already it exists.
17+
- `exoscale`
18+
- Updated driver
19+
- Removed default `docker-machine` affinity group if no other affinity group was specified
20+
- `virtualbox`
21+
- Fixed a bug where the machine would sometimes be assigned an invalid IP address at creation time.
22+
-`vmwaresphere`
23+
- Added support for multiple networks
24+
25+
# 0.12.2 (2017-7-12)
26+
27+
General
28+
29+
* The `scp` sub-command now allows to provide an optional `user@` to the address.
30+
* Fixed bash completion on OS X
31+
32+
Drivers
33+
34+
* `amazonec2`
35+
* Updated default AMIs to the latest version of Ubuntu 16.04 LTS
36+
* Fixed a bug preventing proper machine removal
37+
* `vmwarevsphere`
38+
* Creating VMs on a DRS-enabled cluster should now work properly
39+
* Fixed a bug that prevented provisioning
40+
* `vmwarefusion`
41+
* Fixed a bug that prevented provisioning
42+
* `exoscale`
43+
* Updated library
44+
45+
# 0.12.1 (2017-6-30)
46+
47+
General
48+
49+
- Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly.
50+
51+
# 0.12.0 (2017-6-5)
52+
53+
General
54+
55+
- Various bash completion improvements
56+
- Bump Go to version 1.8.3
57+
58+
Drivers
59+
60+
- `openstack`
61+
- Enable `HTTP_PROXY`
62+
- `digitalocean`
63+
- Add support for tagging
64+
- `virtualbox`
65+
- Scope DHCP address range based on CIDR
66+
- `generic`
67+
- Increase default timeout
68+
- `google`
69+
- Add subnetwork support
70+
71+
Provisioners
72+
73+
- Remove restriction on `--engine-install-url` in default-to-boot2docker drivers (`virtualbox`, `vmwarefusion`, etc.)
74+
- Reduce provisioning time of SUSE/openSUSE systems
75+
76+
# 0.11.0 (2017-4-25)
77+
78+
General
79+
80+
- Various bugfixes and updated library dependencies
81+
- new `docker-machine scp --delta` to invoke `rsync` behind the scenes for more efficient transfer
82+
83+
Drivers
84+
85+
- `digitalocean`
86+
- Add support for tagging DigitalOcean instances.
87+
- `google`
88+
- Add support for subnetworks
89+
390
# 0.10.0 (2017-2-27)
491

592
General

0 commit comments

Comments
 (0)