From 9ff7c171483ce8e49a4fd7f42edce7f03ce18d45 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Mon, 26 Aug 2019 16:29:57 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ce9d2fd..d409b523c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,10 @@ BUG FIXES: * server: if inserting bootstrap config entries fails don't silence the errors [[GH-6256](https://github.com/hashicorp/consul/issues/6256)] * snapshot: fix TCP half-close implementation for TLS connections [[GH-6216](https://github.com/hashicorp/consul/pull/6216)] +KNOWN ISSUES + +* auto_encrypt: clients won't be able to start because of [[GH-6391](https://github.com/hashicorp/consul/issues/6391)]. There is a fix, but it came to late and we couldn't include it in the release. It will be part of 1.6.1 and we recommend that if you are using auto_encrypt you postpone the update. + ## 1.5.3 (July 25, 2019) IMPROVEMENTS: