changelog++
This commit is contained in:
parent
f6a84cb84e
commit
1900f2793c
|
@ -31,13 +31,15 @@ IMPROVEMENTS:
|
|||
|
||||
BUG FIXES:
|
||||
|
||||
* api/unwrap, command/unwrap: Increase compatibility of `unwrap` command with
|
||||
Vault 0.6.1 and older [GH-2014]
|
||||
* api/unwrap, command/unwrap: Fix error when no client token exists [GH-2077]
|
||||
* auth/approle: Creating the index for the role_id properly [GH-2004]
|
||||
* auth/aws-ec2: Handle the case of multiple upgrade attempts when setting the
|
||||
instance-profile ARN [GH-2035]
|
||||
* auth/ldap: Avoid leaking connections on login [GH-2130]
|
||||
* api/unwrap, command/unwrap: Fix compatibility of `unwrap` command with Vault
|
||||
0.6.1 and older [GH-2014]
|
||||
* api/unwrap, command/unwrap: Fix error when no client token exists [GH-2077]
|
||||
* command/path-help: Use the actual error generated by Vault rather than
|
||||
always using 500 when there is a path help error [GH-2153]
|
||||
* command/ssh: Use temporary file for identity and ensure its deletion before
|
||||
the command returns [GH-2016]
|
||||
* cli: Fix error printing values with `-field` if the values contained
|
||||
|
|
Loading…
Reference in New Issue