Skip to content

Commit 37484ac

Browse files
committed
Update CHANGELOG with 0.14.0 release notes
Signed-off-by: Joffrey F <[email protected]>
1 parent 2729200 commit 37484ac

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

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

3+
# 0.14.0 (2018-03-06)
4+
5+
## General
6+
7+
* Added `--client-certs` flag to the `docker-machine regenerate-certs` command.
8+
* Improved OpenBSD support
9+
* Fixed a bug with `scp` commands issued from a Windows host.
10+
* Enabled progress output by default for `scp` commands using `rsync`
11+
* Added `--quiet` flag to `scp` to suppress progress output
12+
* Machine now uses the `ss` command to detect connectivity when `netstat` is unavailable
13+
* Added bash completion for `docker-machine mount`
14+
* Improved provisioning resilience on Debian-based hosts
15+
16+
## Drivers
17+
18+
`amazonec2`
19+
* Added support for `eu-west-3` region
20+
* Upon failure, the `create` command now ensures dangling resources are cleaned up before exiting
21+
* Machine creation no longer fails when waiting on spot instance readiness
22+
23+
`digitalocean`
24+
* Added `--digitalocean-monitoring` flag
25+
* Increased the default droplet size
26+
27+
`exoscale`
28+
* Updated driver library
29+
* Several improvements and fixes to the default machine template
30+
* Added support for user-provided SSH key (`--exoscale-ssh-key`)
31+
* Added support for arbitrary disk size
32+
33+
`google`
34+
* Enabled disk auto-deletion on newly created machines
35+
* Fixed a bug preventing the removal of a machine if it had already been removed remotely.
36+
* Added support for fully qualified network and subnetwork names
37+
38+
`hyperv`
39+
* Fixed potential cmdlet collision with VMWare powercli
40+
* Fixed a bug with virtual switch selection
41+
* Machine now correctly detects if the user is a Hyper-V administrator when using a localized version of Windows
42+
43+
`openstack`
44+
* Added `--openstack-config-drive` flag
45+
* Fixed an issue causing some user-uploaded keypairs to be removed when removing the associated machine.
46+
* Fixed a bug preventing the removal of a machine if it had already been removed remotely.
47+
48+
`virtualbox`
49+
* Added OpenBSD support
50+
51+
`vmwarefusion`
52+
* Improved error detection and reporting when creating a new instance
53+
54+
`vmwarevsphere`
55+
* Added `--vmwarevsphere-folder` flag
56+
57+
358
# 0.13.0 (2017-10-12)
459

560
General

0 commit comments

Comments
 (0)