Skip to content

Commit aed5f51

Browse files
RN
1 parent d2c86ce commit aed5f51

File tree

1 file changed

+113
-7
lines changed

1 file changed

+113
-7
lines changed

content/operate/kubernetes/release-notes/8-0-2-releases/8-0-2-2-october2025.md

Lines changed: 113 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,133 @@ categories:
44
- docs
55
- operate
66
- kubernetes
7-
description: Feature release including support for Redis Enterprise Software 8.0.2
7+
description: Feature release including support for Redis Software 8.0.2, enhancements, and bug fixes.
88
hideListLinks: true
99
linkTitle: 8.0.2-2 (October 2025)
1010
title: Redis Enterprise for Kubernetes 8.0.2-2 (October 2025) release notes
1111
weight: 1
1212
---
1313

14-
## New in the release
14+
This feature release of Redis Enterprise for Kubernetes supports Redis Software 8.0.2-17 and includes enhancements, platform support changes, and bug fixes.
1515

16-
Redis Enterprise for Kubernetes 8.0.2-2 is a feature release that includes support for [Redis Enterprise Software 8.0.2]({{<relref "/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2.md">}}).
16+
{{< warning >}}
17+
**Custom modules not supported**: If you use custom (user-defined) modules, skip this release. Custom module support will be available in the next release.
18+
{{< /warning >}}
1719

18-
### Enhancements
20+
## New in this release
1921

20-
- Added support for [Redis Enterprise Software 8.0.2]({{<relref "/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2.md">}}).
22+
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.
23+
24+
**Redis Enterprise for Kubernetes 8.0.2-2:**
25+
This release includes enhancements to Redis Enterprise for Kubernetes including:
26+
27+
- Support for RS 8.0.2-17
28+
- Support for the VKS platform (Broadcom/VMWare)
29+
- Added container probes to Redis Enterprise pods
30+
- Kubernetes 1.34 support (select platforms)
31+
- Unique per release CSV/OperatorHub channels
32+
33+
**Redis Software 8.0.2-17:**
34+
35+
- Automatically enabled capabilities (modules) in Redis 8
36+
- Metrics stream engine
37+
- Module management enhancements
38+
- Lag-aware availability API
39+
- Redis Flex (Redis on Flash version 2)
40+
41+
For more information about Redis Software 8.0.2-17, see the [Redis Software 8.0.2-17 release notes]({{< relref "/operate/rs/release-notes/rs-8-0-2-releases/rs-8-0-2-17.md" >}}).
42+
43+
**Redis Open Source 8.0 and 8.2:**
44+
45+
- Preview of new vector set data type
46+
- Redis query engine improvements
47+
- Performance improvements
48+
- Enhanced ACLs
49+
- New hash and streams commands
50+
51+
For more details, see [What's new in Redis 8.0]({{< relref "/develop/whats-new/8-0/" >}}) and [Redis Open Source 8.2 release notes]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes/" >}}).
52+
53+
### Resolved issues
54+
55+
- Fixed operator logs to properly reflect field inconsistencies between REC and statefulset (RED-161426)
56+
- Applied security fixes (RED-162939, RED-163832, RED-165628, RED-168087)
57+
- Fixed database tags being overridden when defined by Redis Software users (RED-170322)
58+
59+
### API changes
60+
61+
| **CRD** | **Field** | **Change** | **Description** |
62+
|---|---|---|---|
63+
| REAADB | `spec.alertSettings.bdb_proxy_cert_expiring_soon` | Add | Enables a new alert in alert settings |
64+
| REC | | Change | Changed the storage version of the API to v1 (from v1alpha1) |
65+
| REDB | `spec.alertSettings.bdb_proxy_cert_expiring_soon` | Add | Enables a new alert in alert settings |
66+
| REDB | `spec.moduleList` | Change | For Redis version 8 and later, bundled modules are enabled automatically, so you don't need to specify them |
67+
| 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. |
68+
69+
## Version changes
70+
71+
### Modules in Redis 8
72+
73+
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.
74+
75+
The bundled capabilities (modules) are automatically enabled as follows:
76+
77+
| Database type | Automatically enabled capabilities |
78+
|---------------|------------------------------------|
79+
| RAM-only | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Time series]({{<relref "/operate/oss_and_stack/stack-with-enterprise/timeseries">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
80+
| Flash-enabled ([Redis Flex]({{<relref "/operate/rs/databases/flash">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
81+
| [Active-Active]({{<relref "/operate/rs/databases/active-active">}}) | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}}) |
82+
83+
For more information, see [Automatically enabled capabilities in Redis 8]({{< relref "/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17/#automatically-enabled-capabilities-in-redis-8" >}}).
84+
85+
### Breaking changes
86+
87+
- **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.
88+
89+
- **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.
90+
91+
For additional breaking changes related to Redis Software 8.0.2-17, see [Redis 8 breaking changes]({{< relref "/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17#redis-8-breaking-changes" >}}).
92+
93+
### Deprecations
94+
95+
- The RedisEnterpriseCluster (REC) v1alpha1 API version is deprecated.
96+
97+
## Supported distributions
98+
99+
The following table shows supported distributions at the time of this release. You can also find this list in [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}).
100+
101+
<span title="Check mark icon">&#x2705;</span> **Supported** – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.
102+
103+
<span title="Deprecation warning" class="font-serif">:warning:</span> **Deprecated** – This distribution is still supported for this version of Redis Enterprise Software for Kubernetes, but support will be removed in a future release.
104+
105+
<span title="X icon">&#x274c;</span> **End of life** – Support for this distribution ended.
106+
107+
Any distribution not listed in the table is not supported for production workloads.
108+
109+
| Kubernetes version | **1.28** | **1.29** | **1.30** | **1.31** | **1.32** | **1.33** | **1.34** |
110+
|---|---|---|---|---|---|---|---|
111+
| **Community K8s** | | | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
112+
| **Amazon EKS** | | | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
113+
| **Azure EKS** | | | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
114+
| **Google GKE** | | | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
115+
| **Rancher REK2** | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
116+
| **VMware TKG 2.5** | | <span title="X icon">&#x274c;</span> | <span title="X icon">&#x274c;</span> | | | | |
117+
| **VMware VKS** | | | | | <span title="Supported">&#x2705;</span> | | |
118+
119+
| **OpenShift** | **4.15** | **4.16** | **4.17** | **4.18** | **4.19** | | |
120+
|---|---|---|---|---|---|---|---|
121+
| | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | |
122+
123+
| **VMware TKGI** | **1.19** | **1.20** | **1.21** | **1.22** | | | |
124+
|---|---|---|---|---|---|---|---|
125+
| | <span title="X icon">&#x274c;</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | | |
21126

22127
## Downloads
23128

24-
- **Redis Enterprise**: `redislabs/redis:8.0.2`
129+
- **Redis Enterprise**: `redislabs/redis:8.0.2-17`
25130
- **Operator**: `redislabs/operator:8.0.2-2`
26131
- **Services Rigger**: `redislabs/k8s-controller:8.0.2-2`
27-
- **OLM operator bundle** : `v8.0.2-2.0`
132+
- **Callhome client**: `redislabs/re-call-home-client:8.0.2-2`
133+
- **OLM operator bundle** : `v.<TBD>`
28134

29135
## Known limitations
30136

0 commit comments

Comments
 (0)