X Tutup
Skip to content

Commit eae38c1

Browse files
committed
Update CHANGELOG - v0.15.0
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 1e4713b commit eae38c1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

3+
# 0.15.0 (2018-06-12)
4+
5+
## General
6+
7+
- `docker-machine` can now be installed using `go install`.
8+
- Now built with go 1.10
9+
- Added keep-alive to SSH connections (#4450)
10+
11+
## Drivers
12+
13+
### amazonec2
14+
15+
- Updated default AMIs to mitigate Meltdown and Spectre
16+
- Added `--amazonec2-security-group-readonly` flag to prevent mutating security groups
17+
18+
### exoscale
19+
20+
- Updated driver to v0.9.23
21+
22+
### hyperv
23+
24+
- Fixed Hyper-V pre-create issues (#4426)
25+
- Added the ability to disable Hyper-V dynamic memory management during VM creation (`--hyperv-disable-dynamic-memory`)
26+
27+
### vmwarefusion
28+
29+
- Improved shell checks (#4491)
30+
31+
332
# 0.14.0 (2018-03-06)
433

534
## General

0 commit comments

Comments
 (0)
X Tutup