From 4f35b092ce55bc3cc28a44b78fb50f7679f56459 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 24 Sep 2019 10:05:49 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da0c7c7ed7..45a5727dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ FEATURES BUG FIXES +* agent: tolerate more failure scenarios during service registration with central config enabled [[GH-6472](https://github.com/hashicorp/consul/issues/6472)] * cache: remove data race in agent cache [[GH-6470](https://github.com/hashicorp/consul/issues/6470)] * connect: intermediate CA certs generated with the vault provider lack URI SANs [[GH-6491](https://github.com/hashicorp/consul/issues/6491)] * connect: don't colon-hex-encode the AuthorityKeyId and SubjectKeyId fields in connect certs [[GH-6492](https://github.com/hashicorp/consul/issues/6492)]