Skip to content

Commit e9509a3

Browse files
release notes
1 parent dcb96b8 commit e9509a3

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-6-april2025.md

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,23 @@ Redis Enterprise for Kubernetes 7.22.0-6 is a feature release that includes enha
1616

1717
### Enhancements
1818

19+
- Support for Redis Enterprise Software 7.22.0.
20+
- Support for Active-Active databases (REAADB) in multi-namespace deployments.
21+
- New installations and upgrades default to unprivileged mode, a more secure security context without additional Linux capabilities.
22+
- Kubernetes platform updates.
23+
1924
### API changes
2025

2126
| **CRD** | **Field** | **Change** | **Description** |
22-
|---|---|---|---|
23-
27+
|--------|-----------|------------|-----------------|
28+
| REAADB | `spec.participatingClusters[].namespace` | Added | Specifies the namespace in which the REAADB object will be deployed in the corresponding participating cluster. Ensure that the Redis Enterprise operator is configured to watch this namespace and that the required RBAC configuration is in place. For more information, see [Multi-namespace deployments](https://redis.io/docs/latest/operate/kubernetes/re-clusters/multi-namespace/). If no namespace is specified, the REAADB object is deployed to the REC’s namespace in the corresponding cluster. |
29+
| REC | `spec.usageMeter.callHomeClient` | Added | Configuration for the call home client. See the API reference for details. |
30+
| REC | `spec.resourceLimits` | Added | Configuration that allows Redis Enterprise to adjust system resource settings. See the API reference for details. |
2431

2532
## Breaking changes
2633

34+
By default, the operator no longer includes the additional Linux capabilities in the security context. If you require the use of capabilities such as `SYS_RESOURCE`, see [Enable privileged mode]({{<relref "">}}).
35+
2736
## Supported distributions
2837

2938
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" >}}).
@@ -33,13 +42,26 @@ The following table shows supported distributions at the time of this release. Y
3342
<span title="X icon">&#x274c;</span> End of life – Support for this distribution ended.
3443
Any distribution not listed below is not supported for production workloads.
3544

45+
| Kubernetes version | **1.26** | **1.27** | **1.28** | **1.29** | **1.30** | **1.31** | **1.32** |
46+
|---|---|---|---|---|---|---|---|
47+
| **Community K8s** | | | | | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
48+
| **Amazon EKS** | | | | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
49+
| **Azure EKS** | | | | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
50+
| **Google GKE** | | | | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
51+
| **Rancher** | | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | | |
52+
| **VMware TKG 2.4** | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Deprecation warning" class="font-serif">:warning:</span> | | | | | |
53+
| **OpenShift** | **4.13** | **4.14** | **4.15** | **4.16** | **4.17** | **4.18** | |
54+
| | <span title="X icon">&#x274c;</span> | <span title="X icon">&#x274c;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
55+
| **VMware TKGI** | **1.16 | **1.17 | **1.18 | **1.19 | **1.2 | | |
56+
| | | <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> | | |
57+
3658
## Downloads
3759

38-
- **Redis Enterprise**: `redislabs/redis:`
39-
- **Operator**: `redislabs/operator:`
40-
- **Services Rigger**: `redislabs/k8s-controller:`
41-
- **OLM operator bundle** : `v`
60+
- **Redis Enterprise**: `redislabs/redis:7.22.0-21`
61+
- **Operator**: `redislabs/operator:7.22.0-6`
62+
- **Services Rigger**: `redislabs/k8s-controller:7.22.0-6`
63+
- **OLM operator bundle** : `7.22.0-6.0`
4264

4365
## Known limitations
4466

45-
See [X.Y.Z releases]({{<relref "">}}) for information on known limitations.
67+
See [7.22.0 releases]({{<relref "/operate/kubernetes/release-notes/7-22-0-releases/">}}) for information on known limitations.

0 commit comments

Comments
 (0)