mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
5bdf130767
commit
46ef7dc1fb
|
@ -1,5 +1,9 @@
|
|||
## 1.4.1 (UNRELEASED)
|
||||
|
||||
FEATURES:
|
||||
|
||||
* api: The transaction API now supports catalog operations for interacting with nodes, services and checks. See the [transacton API page](https://www.consul.io/api/txn.html#tables-of-operations) for more information. [[GH-4869](https://github.com/hashicorp/consul/pull/4869)]
|
||||
|
||||
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)]
|
||||
|
|
Loading…
Reference in New Issue