Skip to content

Commit d28f8fe

Browse files
committed
v0.7
1 parent 0ea75bf commit d28f8fe

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

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

3+
## v0.7
4+
5+
New features:
6+
7+
* Enable explicitly specifying the client's public IP address via `--ddcloud-client-public-ip` (#7).
8+
39
## v0.6
410

511
New features:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.6
1+
VERSION = 0.7
22

33
default: fmt build test
44

driver.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ func (driver *Driver) GetCreateFlags() []mcnflag.Flag {
162162
},
163163
mcnflag.StringFlag{
164164
EnvVar: "MCP_CLIENT_PUBLIC_IP",
165-
Name: "ddcloud-client-public-ip",
166-
Usage: "Use the specified IPv4 address as the client's public IP address (don't auto-detect)",
167-
Value: "",
165+
Name: "ddcloud-client-public-ip",
166+
Usage: "Use the specified IPv4 address as the client's public IP address (don't auto-detect)",
167+
Value: "",
168168
},
169169
mcnflag.BoolFlag{
170170
Name: "ddcloud-use-private-ip",

0 commit comments

Comments
 (0)