diff --git a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md index 96863645536..bc41962025c 100644 --- a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md +++ b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-43.md @@ -75,8 +75,6 @@ See [Upgrade modules](https://docs.redis.com/latest/modules/install/upgrade-modu - RS90556 - `Heartbeatd` - upgrade [`sysinfo`](https://crates.io/crates/sysinfo) dependency 0.19.1 -> 0.27.7 -- RS62552 - Fix database authentication failures for LDAP users when the password contains the `%` character - - RS93566 - Added [`rlcheck`](https://docs.redis.com/latest/rs/references/cli-utilities/rlcheck/) validation step to verify that all needed modules (modules used during the initial creation of any CRDBs on the cluster) are actually available on the cluster. In some cases, if a specific module version is required, the user will need to upload it in order to upgrade the cluster. After the upgrade is complete, you can delete the required module. ## Known limitations diff --git a/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md b/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md index 07cdafb133c..e08b725b07e 100644 --- a/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md +++ b/content/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-52.md @@ -400,6 +400,8 @@ Starting from Redis Enterprise version 7.2, all future 7.2.x upgrades are suppor - RS84273 - When an LDAP user with a Redis `admin` role viewed the log in the UI, they received `db_viewer` permissions instead of `admin`, which limited log visibility +- RS62552 - Fixed database authentication failures for LDAP users when the password contains the `%` character + ## Version changes ### Breaking changes