From a726e71e206c808ccc8405600cf017545ab41b1b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 3 Oct 2019 12:36:02 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db45e23ae..279f08c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ FEATURES: [Stackdriver](https://cloud.google.com/stackdriver/). See the [configuration documentation](https://www.vaultproject.io/docs/config/index.html) for details. [GH-6957] + * Transit: Signing and verification is now supported with the P-384 + (secp384r1) and P-521 (secp521r1) ECDSA curves [GH-7551] CHANGES: + * sys/seal-status now has a `storage_type` field denoting what type of storage the cluster is configured to use @@ -24,6 +27,7 @@ IMPROVEMENTS: thereby improving the performance and storage capacity. BUG FIXES: + * agent: Fix handling of gzipped responses [GH-7470] * auth/gcp: Fix a bug where region information in instance groups names could cause an authorization attempt to fail [GCP-74]