changelog++

This commit is contained in:
Jeff Mitchell 2017-05-05 11:39:52 -04:00
parent fa201f2505
commit b9244d71da
1 changed files with 4 additions and 2 deletions

View File

@ -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]