Releases: RedisLabs/redis-enterprise-k8s-docs
8.0.2-6
This maintenance release of Redis Enterprise for Kubernetes supports Redis Software 8.0.2-41 and includes enhancements, API changes, and bug fixes.
**Custom modules not supported**: If you use custom (user-defined) modules, skip this release. Custom module support will be available in the next release.Enhancements
- Support for Redis Enterprise Software version 8.0.2-41
- Added API fields to configure internode encryption (RED-174881)
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. |
Version changes
Modules in Redis 8
In Redis Enterprise databases created with or upgraded to Redis version 8 or later, bundled modules are enabled automatically, so you don't need to specify them in the spec.moduleList field. However, if you want to use a specific version of a bundled module, you can specify it in the spec.moduleList field.
The bundled capabilities (modules) are automatically enabled as follows:
| Database type | Automatically enabled capabilities |
|---|---|
| RAM-only | Search and query JSON Time series Probabilistic |
| Flash-enabled (Redis Flex) | JSON Probabilistic |
| Active-Active | Search and query JSON |
For more information, see Automatically enabled capabilities in Redis 8.
Breaking changes
-
Custom modules are not supported with this version. Only the capabilities (modules) listed above are supported in this release. If you use user-defined modules, don't upgrade to this version. The Redis Enterprise version used with this operator version includes significant changes to modules, including using built-in modules by default on databases. For more details, see the Redis Software release notes.
-
TKG (TKG) is no longer supported. Broadcom/VMware doesn't plan to support this platform in the near future. We recommend that you migrate to TKGI/VKS.
For additional breaking changes related to Redis Software 8.0.2-17, see Redis 8 breaking changes.
Deprecations
- The RedisEnterpriseCluster (REC) v1alpha1 API version is deprecated.
Supported distributions
The following table shows supported distributions at the time of this release. You can also find this list in Supported Kubernetes distributions.
✅ Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.
❌ End of life – Support for this distribution ended.
Any distribution not listed in the table is not supported for production workloads.
| Kubernetes version | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33 | 1.34 |
| Community K8s | ❌ | ✅ | ✅ | ✅ | |||
| Amazon EKS | ❌ | ✅ | ✅ | ✅ | |||
| Azure EKS | ❌ | ✅ | ✅ | ✅ | |||
| Google GKE | ❌ | ✅ | ✅ | ✅ | |||
| Rancher REK2 | ❌ | ✅ | ✅ | ✅ | |||
| VMware TKG 2.5 | ❌ | ❌ | |||||
| VMware VKS | ✅ | ||||||
| OpenShift | 4.15 | 4.16 | 4.17 | 4.18 | 4.19 | ||
| --- | --- | --- | --- | --- | --- | --- | --- |
| ❌ | ✅ | ✅ | ✅ | ||||
| VMware TKGI | 1.19 | 1.20 | 1.21 | 1.22 | |||
| --- | --- | --- | --- | --- | --- | --- | --- |
| ❌ | ✅ | ✅ |
Downloads
- Redis Enterprise:
redislabs/redis:8.0.2-41 - Operator:
redislabs/operator:8.0.2-6 - Services Rigger:
redislabs/k8s-controller:8.0.2-6 - Callhome client:
redislabs/re-call-home-client:8.0.2-6 - OLM operator bundle :
8.0.2-6.1
Known limitations
-
Only upgrades from 7.4.2-2 and later are supported. If you are using an earlier version, install 7.4.2-2 before upgrading to 8.0.2-6.
-
You must keep existing moduleList version numbers when upgrading redisVersion. When upgrading a database's
redisVersion, you must keep the existing module version numbers inmoduleListunchanged. If you modify the module versions inmoduleListduring aredisVersionupgrade, the upgrade request will fail. The database will automatically use the bundled module versions for the new Redis version, regardless of what versions are specified inmoduleList. This applies to both REDB and REAADB databases. -
Missing endpoint for admission endpoint (rare) (RED-119469) Restart the operator pod.
-
The REDB "redisVersion" field can't be used for memcached databases (RED-119152)
-
Database suffix changes during service-rigger termination cause resource recreation loops (RED-107687) If you modify the database suffix for an Active-Active database while the service-rigger is in a terminating state, the service-rigger will continuously delete and recreate ingress or route resources. Wait until the services rigger pod has finished terminating before making suffix changes.
-
REAADB changes might fail with "gateway timeout" errors, mostly on OpenShift (RED-103048) Retry the operation.
-
Creating two databases with the same name directly on Redis Enterprise software will cause the service to be deleted and the database will not be available (RED-99997) Avoid duplicating database names. Database creation via K8s has validation in place to prevent this.
-
Installing the operator bundle produces warning:
Warning: would violate PodSecurity "restricted: v1.24"(RED-97381) Ignore the warning. This issue is documented as benign on official Red Hat documentation. -
RERC resources must have a unique name (RED-96302) The string "rec-name"/"rec-namespace" must be different from all other participating clusters in the Active-Active database.
-
Admission is not blocking REAADB with
shardCountwhich exceeds license quota (RED-96301) Fix the problems with the REAADB and reapply. -
Active-Active controller only supports global database options. Configuration specific to location is not supported (RED-86490)
-
Active-Active setup removal might keep services or routes undeleted (RED-77752) Delete services or routes manually if you encounter this problem.
-
**
autoUpgradeset totruecan cause unexpected bdb upgrades whenredisUpgradePolicyi...
7.22.2-31
Highlights
This is a maintenance release to support Redis Enterprise Software version 7.22.2-41. For supported distributions known limitations, see the 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
8.0.2-2
This feature release of Redis Enterprise for Kubernetes supports Redis Software 8.0.2-17 and includes enhancements, platform support changes, and bug fixes.
**Custom modules not supported**: If you use custom (user-defined) modules, skip this release. Custom module support will be available in the next release.New in this release
This release includes enhancements to the Redis Enterprise for Kubernetes operator, and includes features supported by Redis Software 8.0.2-17, and Redis Open Source 8.0 and 8.2.
Redis Enterprise for Kubernetes 8.0.2-2:
This release includes enhancements to Redis Enterprise for Kubernetes including:
- Support for RS 8.0.2-17
- Support for the VKS platform (Broadcom/VMWare)
- Added container probes to Redis Enterprise pods
- Kubernetes 1.34 support (select platforms)
- Unique per release CSV/OperatorHub channels
Redis Software 8.0.2-17:
- Automatically enabled capabilities (modules) in Redis 8
- Metrics stream engine
- Module management enhancements
- Lag-aware availability API
- Redis Flex (Redis on Flash version 2)
For more information about Redis Software 8.0.2-17, see the Redis Software 8.0.2-17 release notes.
Redis Open Source 8.0 and 8.2:
- Preview of new vector set data type
- Redis query engine improvements
- Performance improvements
- Enhanced ACLs
- New hash and streams commands
For more details, see What's new in Redis 8.0 and What's new in Redis 8.2, and also the Redis Open Source 8.0 and Redis Open Source 8.2 release notes.
Resolved issues
- Fixed operator logs to properly reflect field inconsistencies between REC and statefulset (RED-161426)
- Applied security fixes (RED-162939, RED-163832, RED-165628, RED-168087)
- Fixed database tags being overridden when defined by Redis Software users (RED-170322)
API changes
| CRD | Field | Change | Description |
|---|---|---|---|
| REAADB | spec.alertSettings.bdb_proxy_cert_expiring_soon |
Add | Enables a new alert in alert settings |
| REC | Change | Changed the storage version of the API to v1 (from v1alpha1) | |
| REDB | spec.alertSettings.bdb_proxy_cert_expiring_soon |
Add | Enables a new alert in alert settings |
| REDB | spec.moduleList |
Change | For Redis version 8 and later, bundled modules are enabled automatically, so you don't need to specify them |
| REDB | spec.moduleList.[DbModule].version |
Change | Module versions in regular deployments are automatically selected by the Redis Enterprise cluster. Specified module versions are ignored. In Active-Active setups, you must specify the module version. |
Version changes
Modules in Redis 8
In Redis Enterprise databases created with or upgraded to Redis version 8 or later, bundled modules are enabled automatically, so you don't need to specify them in the spec.moduleList field. However, if you want to use a specific version of a bundled module, you can specify it in the spec.moduleList field.
The bundled capabilities (modules) are automatically enabled as follows:
| Database type | Automatically enabled capabilities |
|---|---|
| RAM-only | Search and query JSON Time series Probabilistic |
| Flash-enabled (Redis Flex) | JSON Probabilistic |
| Active-Active | Search and query JSON |
For more information, see Automatically enabled capabilities in Redis 8.
Breaking changes
-
Custom modules are not supported with this version. Only the capabilities (modules) listed above are supported in this release. If you use user-defined modules, don't upgrade to this version. The Redis Enterprise version used with this operator version includes significant changes to modules, including using built-in modules by default on databases. For more details, see the Redis Software release notes.
-
TKG (TKG) is no longer supported. Broadcom/VMware doesn't plan to support this platform in the near future. We recommend that you migrate to TKGI/VKS.
For additional breaking changes related to Redis Software 8.0.2-17, see Redis 8 breaking changes.
Deprecations
- The RedisEnterpriseCluster (REC) v1alpha1 API version is deprecated.
Supported distributions
The following table shows supported distributions at the time of this release. You can also find this list in Supported Kubernetes distributions.
✅ Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.
❌ End of life – Support for this distribution ended.
Any distribution not listed in the table is not supported for production workloads.
| Kubernetes version | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33 | 1.34 |
| Community K8s | ❌ | ✅ | ✅ | ✅ | |||
| Amazon EKS | ❌ | ✅ | ✅ | ✅ | |||
| Azure EKS | ❌ | ✅ | ✅ | ✅ | |||
| Google GKE | ❌ | ✅ | ✅ | ✅ | |||
| Rancher REK2 | ❌ | ✅ | ✅ | ✅ | |||
| VMware TKG 2.5 | ❌ | ❌ | |||||
| VMware VKS | ✅ | ||||||
| OpenShift | 4.15 | 4.16 | 4.17 | 4.18 | 4.19 | ||
| --- | --- | --- | --- | --- | --- | --- | --- |
| ❌ | ✅ | ✅ | ✅ | ||||
| VMware TKGI | 1.19 | 1.20 | 1.21 | 1.22 | |||
| --- | --- | --- | --- | --- | --- | --- | --- |
| ❌ | ✅ | ✅ |
Downloads
- Redis Enterprise:
redislabs/redis:8.0.2-17 - Operator:
redislabs/operator:8.0.2-2 - Services Rigger:
redislabs/k8s-controller:8.0.2-2 - Callhome client:
redislabs/re-call-home-client:8.0.2-2 - OLM operator bundle :
8.0.2-2.9
Known limitations
-
Only upgrades from 7.4.2-2 and later are supported. If you are using an earlier version, install 7.4.2-2 before upgrading to 8.0.2-2.
-
You must keep existing moduleList version numbers when upgrading redisVersion. When upgrading a database's
redisVersion, you must keep the existing module version numbers inmoduleListunchanged. If you modify the module versions inmoduleListduring aredisVersionupgrade, the upgrade request will fail. The database will automatically use the bundled module versions for the new Redis ver...
7.22.2-22
Highlights
This is a maintenance release to support Redis Enterprise Software 7.22.2-20 (including a fix for CVE-2025-49844).
For changelog, supported distributions, and known limitations, see the release notes for 7.22.0-15 (July 2025).
Downloads
- Redis Enterprise:
redislabs/redis:7.22.2-20 - Operator:
redislabs/operator:7.22.2-22 - Services Rigger:
redislabs/k8s-controller:7.22.2-22 - Call Home Client:
redislabs/re-call-home-client:7.22.2-22 - OpenShift OperatorHub bundle:
v7.22.2-22.0
7.22.2-21
Highlights
This is a maintenance release to support Redis Enterprise Software 7.22.2-14 (including a fix for CVE-2025-49844).
For changelog, supported distributions, and known limitations, see the release notes for 7.22.0-15 (July 2025).
Downloads
- Redis Enterprise:
redislabs/redis:7.22.2-14 - Operator:
redislabs/operator:7.22.2-21 - Services Rigger:
redislabs/k8s-controller:7.22.2-21 - Call Home Client:
redislabs/re-call-home-client:7.22.2-21 - OpenShift OperatorHub bundle:
v7.22.2-21.1
7.8.6-8
Highlights
This is a maintenance release to support Redis Enterprise Software 7.8.6-207 (including a fix for CVE-2025-49844).
For changelog, supported distributions, and known limitations, see the release notes for 7.8.6-1 (March 2025).
Downloads
- Redis Enterprise:
redislabs/redis:7.8.6-207 - Operator:
redislabs/operator:7.8.6-8 - Services Rigger:
redislabs/k8s-controller:7.8.6-8 - OpenShift OperatorHub bundle:
v7.8.6-8.1
7.4.6-7
Highlights
This is a maintenance release to support Redis Enterprise Software 7.4.6-272 (including a fix for CVE-2025-49844).
For changelog, supported distributions, and known limitations, see the release notes for 7.4.6-2 (July 2024).
Downloads
- Redis Enterprise:
redislabs/redis:7.4.6-272 - Operator:
redislabs/operator:7.4.6-7 - Services Rigger:
redislabs/k8s-controller:7.4.6-7 - OpenShift OperatorHub bundle:
v7.4.6-7.2
7.2.4-15
Highlights
This is a maintenance release to support Redis Enterprise Software 7.2.4-138 (including a fix for CVE-2025-49844).
For changelog, supported distributions, and known limitations, see the release notes for 7.2.4-12 (October 2024).
Downloads
- Redis Enterprise:
redislabs/redis:7.2.4-138 - Operator:
redislabs/operator:7.2.4-15 - Services Rigger:
redislabs/k8s-controller:7.2.4-15 - OpenShift OperatorHub bundle:
v7.2.4-15.1
7.22.0-17
Highlights
This is a maintenance release to support Redis Enterprise Software version 7.22.0-250. For version changes, supported distributions, and known limitations, see the release notes for 7.22.0-15 (July 2025).
Downloads
- Redis Enterprise:
redislabs/redis:7.22.0-250 - Operator:
redislabs/operator:7.22.0-17 - Services Rigger:
redislabs/k8s-controller:7.22.0-17 - Call Home Client:
redislabs/re-call-home-client:7.22.0-17 - OpenShift OperatorHub bundle:
v7.22.0-17.0
Known limitations
See 7.22.0 releases for information on known limitations.
7.8.6-5
Redis Enterprise for Kubernetes 7.8.6-5 (August 2025) is a maintenance release that includes support for Redis Software 7.8.6-152.
For supported distributions, known limitations, and API changes, see Redis Enterprise for Kubernetes 7.8.6-1 March 2025 release notes.
Downloads
- Redis Enterprise:
redislabs/redis:7.8.6-152 - Operator:
redislabs/operator:7.8.6-5 - Services Rigger:
redislabs/k8s-controller:7.8.6-5 - OLM operator bundle :
v7.8.6-5.1
Known limitations
See 7.8.6 releases for information on known limitations.