From c1bb7bca4b0d446f0e248e739d57dd3ea468ad74 Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Wed, 18 Dec 2019 11:27:16 +0100 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d284f2a..f62983b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ IMPROVEMENTS: * auth/jwt: Bound claims may be optionally configured using globs [JWT-89] * core: Separate out service discovery interface from storage interface to allow new types of service discovery not coupled to storage [GH-7887] +* cli: Incorrect TLS configuration will now correctly fail [GH-8025] * secrets/gcp: Allow specifying the TTL for a service key [GCP-54] * secrets/gcp: Add support for rotating root keys [GCP-53]