You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-6-releases/rs-7-6-0-tba.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ categories:
6
6
- operate
7
7
- rs
8
8
compatibleOSSVersion: Redis 7.2.4
9
-
description: TBA
9
+
description: Cluster Manager UI enhancements for node actions, database tags, and database configuration. Log rotation based on both size and time.
10
10
linkTitle: 7.6.0-tba (August 2024)
11
11
weight: 90
12
12
---
@@ -17,7 +17,9 @@ weight: 90
17
17
18
18
This version offers:
19
19
20
-
- TBA
20
+
- Cluster Manager UI enhancements for node actions, database tags, and database configuration
21
+
22
+
- Log rotation based on both size and time
21
23
22
24
## New in this release
23
25
@@ -27,6 +29,18 @@ This version offers:
27
29
28
30
### Enhancements
29
31
32
+
- New Cluster Manager UI enhancements:
33
+
34
+
- Perform node actions from the **Nodes** screen to verify nodes, set a node as primary or secondary, remove nodes, and manage node alert settings.
35
+
36
+
- Categorize databases with custom tags. When you add new tags to a database, the keys and values already used by existing tags will appear as suggestions.
37
+
38
+
- Moved several settings on the database configuration screen:
39
+
40
+
- The eviction setting now appears in the **Capacity** section.
41
+
42
+
-**High availability** and **Durability** have separate sections.
43
+
30
44
- Added support for [log rotation]({{<relref "/operate/rs/clusters/logging/log-security#log-rotation">}}) based on both size and time.
31
45
32
46
#### Redis module feature sets
@@ -162,10 +176,6 @@ The following table shows the SHA256 checksums for the available packages:
162
176
163
177
The following legacy UI features are not yet available in the new Cluster Manager UI:
164
178
165
-
- Remove a node.
166
-
167
-
Use the REST API or legacy UI instead. See [Remove a cluster node]({{< relref "/operate/rs/clusters/remove-node" >}}) for instructions.
168
-
169
179
- Purge an Active-Active instance.
170
180
171
181
Use [`crdb-cli crdb purge-instance`]({{< relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/purge-instance" >}}) instead.
0 commit comments