File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
511New features:
Original file line number Diff line number Diff line change 1- VERSION = 0.6
1+ VERSION = 0.7
22
33default : fmt build test
44
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments