From b9244d71da6a8c31fd5f04e218c6d63edb36f036 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 5 May 2017 11:39:52 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68407103e..36c2749ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ FEATURES: in Vault and use the API to retrieve time-based one-time use passwords on demand. The backend can also be used to generate a new key and validate passwords generated by that key. [GH-2492] - * **Database Secret Backend & Secure Plugins**: This new secret backend + * **Database Secret Backend & Secure Plugins (Beta)**: This new secret backend combines the functionality of the MySQL, PostgreSQL, MSSQL, and Cassandra backends. It also provides a plugin interface for extendability through custom databases. [GH-2200] @@ -42,7 +42,9 @@ IMPROVEMENTS: than the user credentials [GH-2534] * cli/revoke: Add `-self` option to allow revoking the currently active token [GH-2596] - * core: Randomizing x coordinate in Shamir shares [GH-2621] + * 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] * 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]