changelog++

This commit is contained in:
Jeff Mitchell 2017-04-18 15:58:01 -04:00
parent 4995c69763
commit da03610574
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ IMPROVEMENTS:
* 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]
* secret/pki: If used with a role parameter, the `sign-verbatim/<role>`
endpoint honors the values of `generate_lease`, `no_store`, `ttl` and
`max_ttl` from the given role [GH-2593]
* storage/etcd3: Add `discovery_srv` option to query for SRV records to find
servers [GH-2521]
* storage/s3: Support `max_parallel` option to limit concurrent outstanding