mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
116b1daa02
commit
184ded11bf
|
@ -1,5 +1,8 @@
|
|||
## UNRELEASED
|
||||
|
||||
SECURITY:
|
||||
* acl: Fixed an issue where writes operations on the Keyring and Operator were being allowed with a default allow policy even when explicitly denied in the policy. [[GH-4378](https://github.com/hashicorp/consul/issues/4378)]
|
||||
|
||||
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)]
|
||||
|
@ -19,9 +22,6 @@ BUG FIXES:
|
|||
* connect: Fix bug causing 100% CPU on agent when Connect is disabled but a proxy is still running [[GH-4421](https://github.com/hashicorp/consul/issues/4421)]
|
||||
* proxy: Don't restart proxies setup in a config file when Consul restarts [[PR-4407](https://github.com/hashicorp/consul/pull/4407)]
|
||||
|
||||
SECURITY:
|
||||
* acl: Fixed an issue where writes operations on the Keyring and Operator were being allowed with a default allow policy even when explicitly denied in the policy. [[GH-4378](https://github.com/hashicorp/consul/issues/4378)]
|
||||
|
||||
## 1.2.1 (July 12, 2018)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
Loading…
Reference in New Issue