Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2018-07-25 17:54:58 -07:00 committed by GitHub
parent ecc02c6aee
commit bf4c8aeac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
FEATURES:
* **Alias Checks:** Alias checks allow a service or node to alias the health status of another service or node in the cluster. [[PR-4320](https://github.com/hashicorp/consul/pull/4320)]
* cli: Added `-serf-wan-port`, `-serf-lan-port`, and `-server-port` flags to CLI for cases where these can't be specified in config files and `-hcl` is too cumbersome. [[GH-4353](https://github.com/hashicorp/consul/pull/4353#issuecomment-404408827)]
* agent: New Cloud Auto-join providers: vSphere and Packet.net. [GH-4412]
* cli: Added `-serf-wan-port`, `-serf-lan-port`, and `-server-port` flags to CLI for cases where these can't be specified in config files and `-hcl` is too cumbersome. [[GH-4353](https://github.com/hashicorp/consul/pull/4353#issuecomment-404408827)]
* connect: The TTL of leaf (service) certificates in Connect is now configurable. [[PR-4400](https://github.com/hashicorp/consul/pull/4400)]
IMPROVEMENTS: