Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-08-23 14:37:39 -07:00 committed by GitHub
parent 4dea401e8f
commit c558067783
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@
FEATURES:
* agent: Added support for retry join for cloud proivders via go-discover, including Amazon AWS, Microsoft Azure, Google Cloud, and SoftLayer. This uses the same "provider" syntax supported for `-retry-join` via the `-retry-join-wan` configuration. [GH-3406]
IMPROVEMENTS:
* agent: Switched to using a read lock for the agent's RPC dispatcher, which prevents RPC calls from getting serialized. [GH-3376]
* agent: Support Retry Join via go-discover for Amazon AWS, Microsoft Azure, Google Cloud and Softlayer also for `-retry-join-wan` [GH-3406]
BUG FIXES: