changelog++
This commit is contained in:
parent
eccbb21ce8
commit
f58ffaf4d1
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue