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/kubernetes/release-notes/7-8-6-releases/7-8-6-1-march2025.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ categories:
4
4
- docs
5
5
- operate
6
6
- kubernetes
7
-
description: Feature release including support for Redis Software x.y.z, enhancements, and bug fixes.
7
+
description: Feature release including enhancements, bug fixes, platform updates, and support for Redis Software 7.8.6-13
8
8
hideListLinks: true
9
9
linkTitle: 7.8.6-1 (March 2025)
10
10
title: Redis Enterprise for Kubernetes 7.8.6-1 (March 2025) release notes
@@ -13,15 +13,15 @@ weight: 1
13
13
14
14
## New in the release
15
15
16
-
Redis Enterprise for Kubernetes 7.8.6-1 is a feature release including enhancements, bug fixes, platform updates, and support for Redis Software 7.8.6-13.
16
+
Redis Enterprise for Kubernetes 7.8.6-1 is a feature release that includes enhancements, bug fixes, platform updates, and support for Redis Software 7.8.6-13.
17
17
18
18
### Enhancements
19
19
20
20
- Added support for Redis Software 7.8.6-13.
21
21
- Updated supported Kubernetes distributions
22
-
- DatabaseServicePortPolicy allows you to use the default Redis port for database services.
23
-
-Additional license fields added to REC status.
24
-
- Added validation to prevent illegal changes to podDisruptionBudget.
22
+
- DatabaseServicePortPolicy allows use of the default Redis port (6379) for database services.
23
+
-Added additional license fields to the REC status.
24
+
- Added validation to prevent unsupported changes to podDisruptionBudget.
25
25
26
26
### Resolved issues
27
27
@@ -30,9 +30,9 @@ Redis Enterprise for Kubernetes 7.8.6-1 is a feature release including enhanceme
30
30
- Fixed upgrade failure due to update of the nodeSelector during the upgrade (RED-138445).
31
31
- Fixed issues with Vault plugin connections to Redis Enterprise (RED-139352 RED-144637).
32
32
- Fixed operator crash when a namespace is labeled with a specific label (RED-140344).
33
-
- Fixed failure of services rigger when database is set with the 10250 port (RED-142673).
33
+
- Fixed failure in Services Rigger when a database uses port 10250 (RED-142673).
34
34
- Reduced CPU priority of the health_check.py script to ensure availability (RED-144360).
35
-
- Fixed broken use case of Active-Active port customization (RED-149374).
35
+
- Fixed broken use case for customizing the Active-Active port. (RED-149374).
36
36
- Fixed API reference for REDB properties (RED-151195).
37
37
- Fixed operator CVE-2024-24786 (RED-151873).
38
38
- Fixed wrong image tag for OpenShift example YAML (RED-152022).
@@ -41,18 +41,18 @@ Redis Enterprise for Kubernetes 7.8.6-1 is a feature release including enhanceme
41
41
42
42
|**CRD**|**Field**|**Change**|**Description**|
43
43
|---|---|---|---|
44
-
| REAADB |`spec.externalReplicationPort`| ADD |The desired replication endpoint's port number for users who utilize LoadBalancers for sync between AA replicas and need to provide the specific port number that the LoadBalancer listens to. |
44
+
| REAADB |`spec.externalReplicationPort`| ADD |Specifies the replication endpoint port number for users who use LoadBalancers to synchronize Active-Active replicas and must provide the port that the LoadBalancer listens on. |
45
45
| REC |`status.shardsUsage`| ADD | Total number of shards (both RAM and flash) currently in use under this license. |
46
46
| REC |`status.flashShards`| ADD | Number of flash shards currently in use under this license. |
47
47
| REC |`status.flashShardsLimit`| ADD | Number of flash shards allowed under this license. |
48
48
| REC |`status.ramShards`| ADD | Number of RAM shards currently in use under this license. |
49
49
| REC |`status.ramShardsLimit`| ADD | Number of RAM shards allowed under this license. |
50
50
| REC |`spec.podSecurityPolicyName`| REMOVE | Not supported anymore by supported Kubernetes versions. |
51
-
| REC | `spec.databaseServicePortPolicy` | ADD | Instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379).
51
+
| REC | `spec.databaseServicePortPolicy` | ADD | Specifies how to determine service ports for REDB services. Defaults to DatabasePortForward if not set. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379).
52
52
53
53
## Breaking changes
54
54
55
-
Customers who use load balancers for Active-Active replication endpoints and rely on the change introduced in RED-113626 (or the workaround described in the ticket) must specify the port in the new `spec.externalReplicationPort` field in REAADB after upgrading, or replication will fail (RED-149374).
55
+
Customers who use load balancers for Active-Active replication endpoints and rely on the change introduced in RED-113626 (or the workaround described in the ticket) must set the spec.externalReplicationPort field in REAADB after upgrading. Otherwise, replication will fail (RED-149374).
0 commit comments