Update CHANGELOG.md

This commit is contained in:
Matt Keeler 2020-01-31 11:51:00 -05:00 committed by GitHub
parent c14866204c
commit 884cf1628b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ SECURITY
* agent: mitigate potential DoS vector allowing unbounded server resource usage from unauthenticated connections [[GH-7159](https://github.com/hashicorp/consul/issues/7159)]
* acl: add ACL enforcement to the `v1/agent/health/service/*` endpoints [[GH-7160](https://github.com/hashicorp/consul/issues/7160)]
IMPROVEMENTS:
* logging: Switch over to using go-hclog and allow emitting either structured or unstructured logs. [[GH-7130](https://github.com/hashicorp/consul/pull/7130)]
BUGFIXES:
* acl: **(Consul Enterprise only)** `intention:write` privileges are now granted by the `namespace-management` policy that is injected into each new namespace.