changelog++

This commit is contained in:
Jeff Mitchell 2017-08-30 16:29:42 -04:00
parent 3edb337a00
commit add6396298
1 changed files with 3 additions and 0 deletions

View File

@ -13,12 +13,15 @@ FEATURES:
verification through the SSH CA backend, if enabled.
IMPROVEMENTS:
* audit/file: Allow specifying `stdout` as the `file_path` to log to standard
output [GH-3235]
* auth/okta: Compare groups case-insensitively since Okta is only
case-preserving [GH-3240]
* cli: Add subcommand autocompletion that can be enabled with
`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]
BUG FIXES: