changelog++

This commit is contained in:
Jeff Mitchell 2018-03-09 10:54:23 -05:00
parent 55187255bd
commit d6fcc0b244
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ BUG FIXES:
* auth/aws: Fix honoring `max_ttl` when a corresponding role `ttl` is not also
set [GH-4107]
* auth/token: If a periodic token being issued has a period greater than the
max_lease_ttl configured on the token store mount, truncate it. This matches
renewal behavior; before it was inconsistent between issuance and renewal.
[GH-4112]
* cli: Improve error messages around `vault auth help` when there is no CLI
helper for a particular method [GH-4056]
* cli: Fix autocomplete installation when using Fish as the shell [GH-4094]