Update CHANGELOG.md
This commit is contained in:
parent
98bbb2d345
commit
ffc3f3faac
|
@ -4,6 +4,10 @@ SECURITY:
|
|||
|
||||
* Fixed an issue that caused `verify_server_hostname` to not implicitly configure `verify_outgoing` to true. The documentation stated this was implicit. The previous implementation had a bug that resulted in this being partially incorrect and resulted in plaintext communication in agent-to-agent RPC when `verify_outgoing` was not explicitly set. (CVE-2018-19653) [[GH-5069](https://github.com/hashicorp/consul/issues/5069)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* connect: Fixed an issue where a blank CA config could be written to a snapshot when Connect was disabled. [[GH-4954](https://github.com/hashicorp/consul/pull/4954)]
|
||||
|
||||
## 1.4.0 (November 14, 2018)
|
||||
|
||||
FEATURES:
|
||||
|
|
Loading…
Reference in New Issue