From a06bdc16ab8af2a8663a2ccb9484ca0d2981a51e Mon Sep 17 00:00:00 2001 From: vinay-gopalan <86625824+vinay-gopalan@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:12:06 -0800 Subject: [PATCH] update changelogs for static role role rotation updates (#29174) --- changelog/28989.txt | 1 + changelog/29131.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/28989.txt b/changelog/28989.txt index 2e5068baea..879f713b4a 100644 --- a/changelog/28989.txt +++ b/changelog/28989.txt @@ -1,3 +1,4 @@ ```release-note:bug secret/db: Update static role rotation to generate a new password after 2 failed attempts. +Unblocks customers that were stuck in a failing loop when attempting to rotate static role passwords. ``` \ No newline at end of file diff --git a/changelog/29131.txt b/changelog/29131.txt index f19e657a53..f875051895 100644 --- a/changelog/29131.txt +++ b/changelog/29131.txt @@ -1,3 +1,4 @@ -```release-note:change -secrets/openldap: Update plugin to v0.14.4 +```release-note:bug +secrets/openldap: Update static role rotation to generate a new password after 2 failed attempts. +Unblocks customers that were stuck in a failing loop when attempting to rotate static role passwords. ```