Skip to content

Commit b8c50b2

Browse files
7.22.0-15 release notes
1 parent c44d4e8 commit b8c50b2

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

content/operate/kubernetes/release-notes/7-22-0-releases/7-22-0-11-june2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: This is a maintenance release to support Redis Enterprise Software
88
hideListLinks: true
99
linkTitle: 7.22.0-11 (June 2025)
1010
title: Redis Enterprise for Kubernetes 7.22.0-11 (June 2025) release notes
11-
weight: 1
11+
weight: 2
1212
---
1313

1414
## Highlights
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
alwaysopen: false
3+
categories:
4+
- docs
5+
- operate
6+
- kubernetes
7+
description: Feature release with Helm chart general availability, Kubernetes 1.33 and OpenShift 4.19 support, Redis Software 7.22.0-216 support, and enhancements.
8+
hideListLinks: true
9+
linkTitle: 7.22.0-15 (July 2025)
10+
title: Redis Enterprise for Kubernetes 7.22.0-15 (July 2025) release notes
11+
weight: 1
12+
---
13+
14+
## Highlights
15+
16+
* Helm chart support is now generally available.
17+
18+
## New in this release
19+
20+
Redis Enterprise for Kubernetes 7.22.0-15 is a feature release that includes enhancements, platform updates, and support for Redis Software 7.22.0-216.
21+
22+
### Enhancements
23+
24+
* Call home - support HTTP proxy configuration (RED-156935)
25+
* Helm - optimize installation time (RED-153889)
26+
* Add support for migrating to a Helm-based installation from a non-Helm installation (RED-113099)
27+
* Support upgrade using Helm (RED-153890)
28+
* Support any custom port for database service (different from cluster database port) (RED-156946)
29+
* Kubernetes platform updates, support for Kubernetes 1.33
30+
* Support for Redis Software 7.22.0-216 (RED-163025)
31+
32+
### Resolved Issues
33+
34+
* Adding `servicesAnnotations` in the REC spec keeps updating the services in a loop (RED-154777, RED-158816)
35+
* New call home job is not created if the old one is stuck due to pod in `imagePullBackoff` (RED-157526)
36+
* REAADB ACL roles do not get properly assigned according to `rolesPermissions` in spec (RED-158955)
37+
* CVE fixes
38+
* `allowPrivilegeEscalation` is unset in the init container for `readOnlyRootFilesystem` (RED-163637)
39+
40+
### API changes
41+
42+
| CRD | Field | Change | Description |
43+
| ----- | :---- | :---- | :---- |
44+
| REAADB | `spec.databaseServicePort` | Add | A custom port to be exposed by the database services. Can be modified/added/removed after REDB creation. If set, it replaces the default service port (namely, `databasePort` or `defaultRedisPort`). |
45+
| REC | `spec.usageMeterSpec.CallHomeClient.proxySecretName` | Add | If needed, add proxy details in secret. The name of the proxy secret in the secret, can send the following keys: `proxy-url`, `proxy-username`, `proxy-password` (the URL includes the proxy port). |
46+
| REDB | `spec.databaseServicePort` | Add | A custom port to be exposed by the database services. Can be modified/added/removed after REDB creation. If set, it replaces the default service port (namely, `databasePort` or `defaultRedisPort`). |
47+
48+
## Supported distributions
49+
50+
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" >}}).
51+
52+
<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Kubernetes.
53+
54+
<span title="Deprecation warning" class="font-serif">:warning:</span> Deprecated – This distribution is still supported for this version of Redis Enterprise Kubernetes, but support will be removed in a future release.
55+
56+
<span title="X icon">&#x274c;</span> End of life – Support for this distribution ended.
57+
58+
Any distribution not listed below is not supported for production workloads.
59+
60+
| Kubernetes version | **1.28** | **1.29** | **1.30** | **1.31** | **1.32** | **1.33** |
61+
|---|---|---|---|---|---|---|
62+
| **Community K8s** | | | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
63+
| **Amazon EKS** | | | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
64+
| **Azure EKS** | | | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
65+
| **Google GKE** | | | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
66+
| **Rancher** | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | | |
67+
| **OpenShift** | **4.15** | **4.16** | **4.17** | **4.18** | **4.19** | |
68+
| | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | |
69+
| **VMware TKGI** | **1.19** | **1.20** | **1.21** | | | |
70+
| | <span title="Deprecation warning" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | | | |
71+
72+
## Downloads
73+
74+
- **Redis Enterprise**: `redislabs/redis:7.22.0-216`
75+
- **Operator**: `redislabs/operator:7.22.0-15`
76+
- **Services Rigger**: `redislabs/k8s-controller:7.22.0-15`
77+
- **OLM operator bundle**: `7.22.0-15.0`
78+
79+
## Known limitations
80+
81+
See [7.22.0 releases]({{<relref "/operate/kubernetes/release-notes/7-22-0-releases/">}}) for information on known limitations.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: Redis Enterprise for Kubernetes 7.22.0 release notes
1212
weight: 46
1313
---
1414

15-
Redis Enterprise for Kubernetes 7.22.0 includes bug fixes, enhancements, and support for Redis Enterprise Software. The latest maintenance release is 7.22.0-11 with support for Redis Enterprise Software version 7.22.0.
15+
Redis Enterprise for Kubernetes 7.22.0 includes bug fixes, enhancements, and support for Redis Enterprise Software. The latest release is 7.22.0-15 with support for Redis Enterprise Software version 7.22.0-216.
1616

1717
## Detailed release notes
1818

0 commit comments

Comments
 (0)