Skip to content

Commit

Permalink
v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Nov 9, 2016
1 parent 0ea75bf commit d28f8fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## v0.7

New features:

* Enable explicitly specifying the client's public IP address via `--ddcloud-client-public-ip` (#7).

## v0.6

New features:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.6
VERSION = 0.7

default: fmt build test

Expand Down
6 changes: 3 additions & 3 deletions driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ func (driver *Driver) GetCreateFlags() []mcnflag.Flag {
},
mcnflag.StringFlag{
EnvVar: "MCP_CLIENT_PUBLIC_IP",
Name: "ddcloud-client-public-ip",
Usage: "Use the specified IPv4 address as the client's public IP address (don't auto-detect)",
Value: "",
Name: "ddcloud-client-public-ip",
Usage: "Use the specified IPv4 address as the client's public IP address (don't auto-detect)",
Value: "",
},
mcnflag.BoolFlag{
Name: "ddcloud-use-private-ip",
Expand Down

0 comments on commit d28f8fe

Please sign in to comment.