diff --git a/CHANGELOG.md b/CHANGELOG.md index eb306be7f..2d1d7bc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ BUG FIXES: * auth/app-id: Fix regression causing loading of salts to be skipped * auth/aws: Improve EC2 describe instances performance [GH-2766] * auth/aws: Fix lookup of some instance profile ARNs [GH-2802] + * auth/aws: Properly honor configured period when using IAM authentication + [GH-2825] * auth/aws: Check that a bound IAM principal is not empty (in the current state of the role) before requiring it match the previously authenticated client [GH-2781]