Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: This is a maintenance release to support Redis Enterprise Software
hideListLinks: true
linkTitle: 7.22.2-21 (October 2025)
title: Redis Enterprise for Kubernetes 7.22.2-21 (October 2025) release notes
weight: 2
weight: 3
---

## Highlights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: This is a maintenance release to support Redis Enterprise Software
hideListLinks: true
linkTitle: 7.22.2-22 (October 2025)
title: Redis Enterprise for Kubernetes 7.22.2-22 (October 2025) release notes
weight: 1
weight: 2
---

## Highlights
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
alwaysopen: false
categories:
- docs
- operate
- kubernetes
description: Maintenance release to support Redis Enterprise Software version 7.22.2-41 including INE certificate support.
hideListLinks: true
linkTitle: 7.22.2-31 (December 2025)
title: Redis Enterprise for Kubernetes 7.22.2-31 (December 2025) release notes
weight: 1
---

## Highlights

This is a maintenance release to support [Redis Enterprise Software version 7.22.2-41]({{< relref "/operate/rs/release-notes/rs-7-22-releases/rs-7-22-2-41" >}}). For supported distributions known limitations, see the [7.22.2 releases]({{< relref "/operate/kubernetes/release-notes/7-22-2-releases/" >}}).

## New in this release

### Enhancements

- Added API fields to configure internode encryption certificates

### Resolved issues

- Fixed upgrade issues with large clusters (RED-176468)

### API changes

| **CRD** | **Field** | **Change** | **Description** |
|---|---|---|---|
| REC | spec.dpInternodeEncryptionCertificateSecretName | Add | Secret name to use for cluster's Data Plane Internode Encryption (DPINE) certificate. If left blank, a cluster-provided certificate will be used. |
| REC | spec.cpInternodeEncryptionCertificateSecretName | Add | Secret name to use for cluster's Control Plane Internode Encryption (CPINE) certificate. If left blank, a cluster-provided certificate will be used. |

### Deprecations

- The v1alpha1 API version of the RedisEnterpriseCluster (REC) custom resource is deprecated.

## Downloads

- **Redis Enterprise**: `redislabs/redis:7.22.2-41`
- **Operator**: `redislabs/operator:7.22.2-31`
- **Services Rigger**: `redislabs/k8s-controller:7.22.2-31`
- **OLM operator bundle** : `v7.22.2-31.1`
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Redis Enterprise for Kubernetes 7.22.2 release notes
weight: 45
---

Redis Enterprise for Kubernetes 7.22.2 includes bug fixes, enhancements, and support for Redis Enterprise Software. The latest release is 7.22.2-22 with support for Redis Enterprise Software version 7.22.2-20.
Redis Enterprise for Kubernetes 7.22.2 includes bug fixes, enhancements, and support for Redis Enterprise Software. The latest release is 7.22.2-31 with support for Redis Enterprise Software version 7.22.2-41.

## Detailed release notes

Expand Down