Skip to content

Commit b1a11da

Browse files
copy edit
1 parent 4e7c925 commit b1a11da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-march2025.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories:
44
- docs
55
- operate
66
- 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
88
hideListLinks: true
99
linkTitle: 7.8.6-1 (March 2025)
1010
title: Redis Enterprise for Kubernetes 7.8.6-1 (March 2025) release notes
@@ -13,15 +13,15 @@ weight: 1
1313

1414
## New in the release
1515

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.
1717

1818
### Enhancements
1919

2020
- Added support for Redis Software 7.8.6-13.
2121
- 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.
2525

2626
### Resolved issues
2727

@@ -30,9 +30,9 @@ Redis Enterprise for Kubernetes 7.8.6-1 is a feature release including enhanceme
3030
- Fixed upgrade failure due to update of the nodeSelector during the upgrade (RED-138445).
3131
- Fixed issues with Vault plugin connections to Redis Enterprise (RED-139352 RED-144637).
3232
- 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).
3434
- 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).
3636
- Fixed API reference for REDB properties (RED-151195).
3737
- Fixed operator CVE-2024-24786 (RED-151873).
3838
- 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
4141

4242
| **CRD** | **Field** | **Change** | **Description** |
4343
|---|---|---|---|
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. |
4545
| REC | `status.shardsUsage` | ADD | Total number of shards (both RAM and flash) currently in use under this license. |
4646
| REC | `status.flashShards` | ADD | Number of flash shards currently in use under this license. |
4747
| REC | `status.flashShardsLimit` | ADD | Number of flash shards allowed under this license. |
4848
| REC | `status.ramShards` | ADD | Number of RAM shards currently in use under this license. |
4949
| REC | `status.ramShardsLimit` | ADD | Number of RAM shards allowed under this license. |
5050
| 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).
5252

5353
## Breaking changes
5454

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).
5656

5757
## Supported distributions
5858

0 commit comments

Comments
 (0)