changelog++

This commit is contained in:
Jeff Mitchell 2018-01-24 23:09:59 -05:00
parent 2cd8051607
commit dbae34a4bb
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ BUG FIXES:
* auth/(approle,aws,cert): Fix behavior where periodic tokens generated by
these backends could not have their TTL renewed beyond the system/mount max
TTL value [GH-3803]
* auth/aws: Fix error returned if `bound_iam_principal_arn` was given to an
existing role update [GH-3843]
* identity: Delete group alias when an external group is deleted [GH-3773]
* legacymfa/duo: Fix intermittent panic when Duo could not be reached
[GH-2030]