File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
9
## v0.6
4
10
5
11
New features:
Original file line number Diff line number Diff line change 1
- VERSION = 0.6
1
+ VERSION = 0.7
2
2
3
3
default : fmt build test
4
4
Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ func (driver *Driver) GetCreateFlags() []mcnflag.Flag {
162
162
},
163
163
mcnflag.StringFlag {
164
164
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 : "" ,
168
168
},
169
169
mcnflag.BoolFlag {
170
170
Name : "ddcloud-use-private-ip" ,
You can’t perform that action at this time.
0 commit comments