changelog++

This commit is contained in:
Jeff Mitchell 2017-08-29 14:52:15 -04:00
parent eccbb21ce8
commit f58ffaf4d1
1 changed files with 7 additions and 5 deletions

View File

@ -13,20 +13,22 @@ FEATURES:
verification through the SSH CA backend, if enabled.
IMPROVEMENTS:
* cli: Add subcommand autocompletion that can be enabled with
`vault -autocomplete-install` [GH-3223]
* 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]
BUG FIXES:
* core: Fix PROXY when underlying connection is TLS [GH-3195]
* core: Policy-related commands would sometimes fail to act case-insensitively
[GH-3210]
* auth/aws: Properly use role-set period values for IAM-derived token renewals
[GH-3220]
* auth/okta: Fix updating organization/ttl/max_ttl after initial setting
[GH-3236]
* core: Fix PROXY when underlying connection is TLS [GH-3195]
* core: Policy-related commands would sometimes fail to act case-insensitively
[GH-3210]
## 0.8.1 (August 16th, 2017)