From 10ef57f6f4d775cc68d1171ad50b92ba5279bdd4 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 10 Feb 2020 15:16:40 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7778c3abe9..1c7b62d9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,7 @@ BUGFIXES: * connect: derive connect certificate serial numbers from a memdb index instead of the provider table max index [[GH-7011](https://github.com/hashicorp/consul/pull/7011)] * connect: ensure that updates to the secondary root CA configuration use the correct signing key ID values for comparison [[GH-7012](https://github.com/hashicorp/consul/pull/7012)] * connect: use correct subject key id for leaf certificates. [[GH-7091](https://github.com/hashicorp/consul/pull/7091)] -* dns: Updated miekg/dns dependency to fix a memory leak. [[GH-6748](https://github.com/hashicorp/consul/pull/6748)] +* dns: Updated miekg/dns dependency to fix a memory leak and CVE. [[GH-6748](https://github.com/hashicorp/consul/pull/6748),[GH-7252](https://github.com/hashicorp/consul/pull/7252)] * log: handle discard all logfiles properly [[GH-6945](https://github.com/hashicorp/consul/pull/6945)] * state: restore a few more service-kind index updates so blocking in ServiceDump works in more cases [[GH-6948](https://github.com/hashicorp/consul/issues/6948)] * tls: fix behavior related to auto_encrypt and verify_incoming (#6899) [[GH-6811](https://github.com/hashicorp/consul/pull/6811)]