File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 0.7.0-rc1 (2016-3-23)
4+
5+ General
6+ - ` DRIVER ` environment variable now supported to supply value for ` create --driver ` flag
7+ - Update to Go 1.6
8+ - SSH client has been refactored
9+
10+ Drivers
11+ - ` azure `
12+ - Driver has been completely re-written to use resource templates and a significantly easier-to-use authentication model
13+ - ` digitalocean `
14+ - New ` --digitalocean-ssh-key-fingerprint ` for using existing SSH keys instead of creating new ones
15+ - ` virtualbox `
16+ - Fix issue with ` bootlocal.sh `
17+ - New ` --virtualbox-nictype ` flag to set driver for NAT network
18+ - More robust host-only interface collision detection
19+ - Add support for running VirtualBox on a Windows 32 bit host
20+ - Change default DNS passthrough handling
21+ - ` amazonec2 `
22+ - Specifying multiple security groups to use is now supported
23+ - ` exoscale `
24+ - Add support for user-data
25+ - ` hyperv `
26+ - Machines can now be created by a non-administrator
27+ - ` rackspace `
28+ - New ` --rackspace-active-timeout ` parameter
29+ - ` vmwarefusion `
30+ - Bind mount shared folder directory by default
31+ - ` google `
32+ - New ` --google-use-internal-ip-only ` parameter
33+
34+ Provisioners
35+ - General
36+ - Support for specifying Docker engine port in some cases
37+ - CentOS
38+ - Now defaults to using upstream ` get.docker.com ` script instead of custom RPMs.
39+ - boot2docker
40+ - More robust eth* interface detection
41+ - Swarm
42+ - Add ` --swarm-experimental ` parameter to enable experimental Swarm features
43+
44+
345# 0.6.0 (2016-02-04)
446
547+ Fix SSH wait before provisioning issue
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
44
55var (
66 // Version should be updated by hand at each release
7- Version = "0.7.0-dev "
7+ Version = "0.7.0-rc1 "
88
99 // GitCommit will be overwritten automatically by the build system
1010 GitCommit = "HEAD"
You can’t perform that action at this time.
0 commit comments