Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-05-09 11:48:23 -07:00 committed by GitHub
parent 1618f2f878
commit f31f724361
1 changed files with 6 additions and 1 deletions

View File

@ -4,12 +4,18 @@ FEATURES:
IMPROVEMENTS:
* agent: Added a check which prevents advertising or setting a service to a zero address (0.0.0.0, [::], ::). [GH-2961]
BUG FIXES:
* build: Added a vendor fix to allow compilation on Illumos. [GH-3024]
## 0.8.2 (May 9, 2017)
BREAKING CHANGES:
* api: HttpClient now defaults to nil in the client config and will be generated if left blank. A NewHttpClient function has been added for creating an HttpClient with a custom Transport or TLS config. [GH-2922]
IMPROVEMENTS:
* agent: Added an error at agent startup time if both `-ui` and `-ui-dir` are configured together. [GH-2576]
@ -19,7 +25,6 @@ IMPROVEMENTS:
* agent: Added `verify_incoming_rpc` and `verify_incoming_https` options for more granular control over incoming TLS enforcement. [GH-2974]
* agent: Use bind address as source for outgoing connections. [GH-2822]
* api: Added the ACL replication status endpoint to the Go API client library. [GH-2947]
* api: HttpClient now defaults to nil in the client config and will be generated if left blank. A NewHttpClient function has been added for creating an HttpClient with a custom Transport or TLS config. [GH-2922]
* cli: Added Raft protocol version to output of `operator raft list-peers` command.[GH-2929]
* ui: Added optional JSON validation when editing KV entries in the web UI. [GH-2712]
* ui: Updated ACL guide links and made guides open in a new tab. [GH-3010]