From 3e7095679f7c81b90aae527e621b155ae43f0bc2 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Mon, 25 Mar 2024 15:09:51 -0500 Subject: [PATCH 1/3] DOC-3543 Copied supported platforms snapshot disclaimer to previous RS release notes --- content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md index 651c67c4d7e..d553af4239e 100644 --- a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md +++ b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md @@ -55,6 +55,8 @@ Redis Enterprise Software version 6.4.2-103 includes the following Redis Stack m ### Supported platforms +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](http://localhost:1313/rs/references/supported-platforms/) for more details about operating system compatibility. + Supported – The platform is supported for this version of Redis Enterprise Software. ⚠️ Deprecated – The platform is still supported for this version of Redis Enterprise Software, but support will be removed in a future release. From ae10b52816b764dffa8f9f44434e398341b87b7a Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:20:04 -0500 Subject: [PATCH 2/3] Fixed relref --- content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md index d553af4239e..1c8a99e0b62 100644 --- a/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md +++ b/content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md @@ -55,7 +55,7 @@ Redis Enterprise Software version 6.4.2-103 includes the following Redis Stack m ### Supported platforms -The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference](http://localhost:1313/rs/references/supported-platforms/) for more details about operating system compatibility. +The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{}}) for more details about operating system compatibility. Supported – The platform is supported for this version of Redis Enterprise Software. @@ -180,4 +180,4 @@ Redis 6.0.x: - (CVE-2022-36021) String matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. (Redis 6.0.18) -- (CVE-2022-35977) Integer overflow in the Redis `SETRANGE` and `SORT`/`SORT_RO` commands can drive Redis to OOM panic. (Redis 6.0.17) \ No newline at end of file +- (CVE-2022-35977) Integer overflow in the Redis `SETRANGE` and `SORT`/`SORT_RO` commands can drive Redis to OOM panic. (Redis 6.0.17) From e48df5d9920ba37a7395824fb164bbbf8c91475b Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Mon, 25 Mar 2024 15:53:27 -0500 Subject: [PATCH 3/3] Fixed relref --- content/rs/security/certificates/ocsp-stapling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rs/security/certificates/ocsp-stapling.md b/content/rs/security/certificates/ocsp-stapling.md index e1db1467c7a..5f25f52c493 100644 --- a/content/rs/security/certificates/ocsp-stapling.md +++ b/content/rs/security/certificates/ocsp-stapling.md @@ -79,7 +79,7 @@ To set up OCSP stapling with the [REST API]({{ To set up OCSP stapling with the [`rladmin`]({{}}) command-line utility: -1. Use [`rladmin`]({{}}) to [replace the proxy certificate]({{}}) with a certificate signed by your third-party CA. +1. Use [`rladmin`]({{}}) to [replace the proxy certificate]({{}}) with a certificate signed by your third-party CA. 1. Update the cluster's OCSP settings with the [`rladmin cluster ocsp config`]({{}}) command if you don't want to use their default values.