Skip to content

Commit 23cf8de

Browse files
committed
Fixed typos in RS 8.0 release notes
1 parent 55dc9cb commit 23cf8de

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

content/operate/rs/release-notes/rs-8-0-releases/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- docs
66
- operate
77
- rs
8-
compatibleOSSVersion: Redis 8.0
8+
compatibleOSSVersion: Redis 8.2, 8.0, 7.4, 7.2, 6.2
99
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Redis Flex GA. Metrics stream engine GA. Module management enhancements. New REST API fields for database and cluster configuration.
1010
hideListLinks: true
1111
linkTitle: 8.0.x releases
@@ -35,7 +35,7 @@ This version offers:
3535

3636
For more detailed release notes, select a build version from the following table:
3737

38-
{{<table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes,Redis CE compatibility" columnSources="LinkTitle,Description,compatibleOSSVersion" enableLinks="LinkTitle">}}
38+
{{<table-children columnNames="Version&nbsp;(Release&nbsp;date)&nbsp;,Major changes,Redis Open Source compatibility" columnSources="LinkTitle,Description,compatibleOSSVersion" enableLinks="LinkTitle">}}
3939

4040
## Version changes
4141

@@ -119,8 +119,6 @@ V1 Prometheus metrics are deprecated but still available. To transition to the n
119119

120120
As part of the transition to the metrics stream engine, some internal cluster manager alerts were deprecated in favor of external monitoring solutions. See the [alerts transition plan]({{<relref "/operate/rs/references/alerts/alerts-v1-to-v2">}}) for guidance.
121121

122-
### Upcoming changes
123-
124122
### Supported platforms
125123

126124
The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms" >}}) for more details about operating system compatibility.

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ categories:
55
- docs
66
- operate
77
- rs
8-
compatibleOSSVersion: Redis 7.4.0
8+
compatibleOSSVersion: Redis 8.2, 8.0, 7.4, 7.2, 6.2
99
description: Redis Open Source 8.0 and 8.2 features. Lag-aware availability API. Redis Flex GA. Metrics stream engine GA. Module management enhancements. New REST API fields for database and cluster configuration.
1010
linkTitle: 8.0.2-17 (October 2025)
1111
weight: 90
@@ -152,7 +152,7 @@ The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_eng
152152
153153
- Added module configuration fields to the database configuration. Use `search`, `query_performance_factor`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`]({{<relref "/operate/rs/references/rest-api/requests/bdbs">}}) requests only when using the `extended=true` query parameter.
154154
155-
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}) command to streamline updating module information in the CRDB configuration after uprading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
155+
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}) command to streamline updating module information in the CRDB configuration after upgrading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
156156
157157
```sh
158158
crdb-cli crdb update --crdb-guid <guid> --update-db-config-modules true
@@ -256,7 +256,7 @@ The following table shows which Redis modules are compatible with each Redis dat
256256

257257
- RS158250: Fixed an issue with Active-Active databases with search enabled where replica shards could crash after migration to a new node.
258258

259-
- RS164471: Fixed an issue where the script to generate self-signed certificate (generate_self_signed_certs.sh) failed on custom installations due to hard-coded file paths.
259+
- RS164471: Fixed an issue where the script to generate self-signed certificates (generate_self_signed_certs.sh) failed on custom installations due to hard-coded file paths.
260260

261261
- RS164218: Fixed an issue where Speedb log files were not properly rotated and archived, causing logs to accumulate and consume disk space.
262262

@@ -487,13 +487,13 @@ The following legacy UI features are not yet available in the new Cluster Manage
487487

488488
## Security
489489

490-
#### Open source Redis security fixes compatibility
490+
#### Redis Open Source security fixes compatibility
491491

492-
As part of Redis's commitment to security, Redis Enterprise Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [open source Redis](https://github.com/redis/redis). Redis Enterprise Software has already included the fixes for the relevant CVEs.
492+
As part of Redis's commitment to security, Redis Enterprise Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [Redis Open Source](https://github.com/redis/redis). Redis Enterprise Software has already included the fixes for the relevant CVEs.
493493
494-
Some CVEs announced for open source Redis do not affect Redis Enterprise Software due to different or additional functionality available in Redis Enterprise Software that is not available in open source Redis.
494+
Some CVEs announced for Redis Open Source do not affect Redis Enterprise Software due to different or additional functionality available in Redis Enterprise Software that is not available in Redis Open Source.
495495
496-
Redis Enterprise Software 8.0.2-17 supports open source Redis 8.2, 8.0, 7.4, 7.2, and 6.2. Below is the list of open source Redis CVEs fixed by version.
496+
Redis Enterprise Software 8.0.2-17 supports Redis Open Source 8.2, 8.0, 7.4, 7.2, and 6.2. Below is the list of Redis Open Source CVEs fixed by version.
497497
498498
Redis 8.2.x:
499499

0 commit comments

Comments
 (0)