From 30a8b79d6daa941c75e0da648e65e4429e5e7c53 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Wed, 14 Apr 2021 16:47:55 -0700 Subject: [PATCH] Update changelog (#11359) Add PR link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1412fe1..746e81635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ CHANGES: * agent: Failed auto-auth attempts are now throttled by an exponential backoff instead of the ~2 second retry delay. The maximum backoff may be configured with the new `max_backoff` parameter, -which defaults to 5 minutes. +which defaults to 5 minutes. [[GH-10964](https://github.com/hashicorp/vault/pull/10964)] * aws/auth: AWS Auth concepts and endpoints that use the "whitelist" and "blacklist" terms have been updated to more inclusive language (e.g. `/auth/aws/identity-whitelist` has been updated to`/auth/aws/identity-accesslist`). The old and new endpoints are aliases,