changelog++

This commit is contained in:
Jeff Mitchell 2017-08-31 15:50:14 -04:00
parent d62937aaf3
commit 2c484080de
1 changed files with 3 additions and 1 deletions

View File

@ -23,10 +23,12 @@ IMPROVEMENTS:
`vault -autocomplete-install` [GH-3223]
* core: TLS cipher suites used for cluster behavior can now be set via
`cluster_cipher_suites` in configuration [GH-3228]
* storage/gcp: Use application default credentials if they exist [GH-3248]
* core: The `plugin_name` can now either be specified directly as part of the
parameter or within the `config` object when mounting a secret or auth backend
via `sys/mounts/:path` or `sys/auth/:path` respectively [GH-3202]
* secret/pki: TTLs can now be specified as a string or an integer number of
seconds [GH-3270]
* storage/gcp: Use application default credentials if they exist [GH-3248]
BUG FIXES: