Add a note about looking up nodes by their node id.
This commit is contained in:
parent
1c5d6eff76
commit
91021a9d93
|
@ -7,6 +7,7 @@ IMPROVEMENTS:
|
|||
* agent: Integrated gopsutil library to use built in host UUID as node ID, if available, instead of a randomly generated UUID. This makes it easier for other applications on the same host to generate the same node ID without coordinating with Consul. [GH-2697]
|
||||
* agent: Added a configuration option, `tls_min_version`, for setting the minimum allowed TLS version used for the HTTP API and RPC. [GH-2699]
|
||||
* build: Consul is now built with Go 1.7.5. [GH-2682]
|
||||
* dns: Add ability to lookup Consul agents by either their Node ID or Node Name through the node interface (e.g. DNS `(node-id|node-name).node.consul`). [GH-2702]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
Loading…
Reference in New Issue