From 96b57b89f69b56ca076f305ee08fa78cfeb521e9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 11 May 2017 16:41:00 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff81f28ba..306cf0b282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,8 +60,10 @@ IMPROVEMENTS: * cli/revoke: Add `-self` option to allow revoking the currently active token [GH-2596] * core: Randomize x coordinate in Shamir shares [GH-2621] - * tidy: Improvements to `auth/token/tidy` and `sys/leases/tidy` to handle more - cleanup cases [GH-2452] + * replication: Fix a bug when enabling `approle` on a primary before + secondaries were connected + * replication: Add heartbeating to ensure firewalls don't kill connections to + primaries * secret/pki: Add `no_store` option that allows certificates to be issued without being stored. This removes the ability to look up and/or add to a CRL but helps with scaling to very large numbers of certificates. [GH-2565] @@ -78,6 +80,8 @@ IMPROVEMENTS: requests [GH-2466] * storage/s3: Use pooled transport for http client [GH-2481] * storage/swift: Allow domain values for V3 authentication [GH-2554] + * tidy: Improvements to `auth/token/tidy` and `sys/leases/tidy` to handle more + cleanup cases [GH-2452] BUG FIXES: