Skip to content
Open
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 @@ -22,35 +22,36 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Version changes

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-105 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-105 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-105.md#security).

### Breaking changes

The following changes included in this release affect the upgrade process. Please read carefully before upgrading to 7.2.4-12.

#### Upgrade operating system

{{<warning>}}If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-os" >}})in the Redis Enterprise Software documentation for more details.{{</warning>}}
> [!WARNING]
> If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md)in the Redis Enterprise Software documentation for more details.

#### terminationGracePeriodSeconds

The configurable `terminationGracePeriodSeconds` REC field has been added to replace the hard-coded timeout of 15 minutes for a node to be stopped/drained (RED-111471).

#### ValidatingWebhookConfiguration

Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#reapply-webhook" >}}) for instructions.
Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#reapply-webhook) for instructions.

#### OpenShift SCC

Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#before-upgrading" >}}) for instructions.
Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#before-upgrading) for instructions.

### Upcoming changes

- A future release of Redis Enterprise will remove support for RHEL7. We recommend migrating to RHEL8.

### Supported distributions

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" >}}).
The following table shows supported distributions at the time of this release. You can also find this list in [Supported Kubernetes distributions](/content/operate/kubernetes/reference/supported_k8s_distributions.md).

<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.

Expand Down Expand Up @@ -94,7 +95,7 @@ Any distribution not listed below is not supported for production workloads.

## Known limitations

The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#known-limitations" >}}).
The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#known-limitations).

### Existing limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,28 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Version changes

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-109 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-109 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/rs-7-2-4-109.md).

### Breaking changes

The following changes included in this release affect the upgrade process. Please read carefully before upgrading to 7.2.4-12.

#### Upgrade operating system

{{<warning>}}If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-os" >}}) in the Redis Enterprise Software documentation for more details.{{</warning>}}
> [!WARNING]
> If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) in the Redis Enterprise Software documentation for more details.

#### terminationGracePeriodSeconds

The configurable `terminationGracePeriodSeconds` REC field has been added to replace the hard-coded timeout of 15 minutes for a node to be stopped/drained (RED-111471).

#### ValidatingWebhookConfiguration

Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#reapply-webhook" >}}) for instructions.
Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#reapply-webhook) for instructions.

#### OpenShift SCC

Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#before-upgrading" >}}) for instructions.
Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#before-upgrading) for instructions.


### Upcoming changes
Expand All @@ -51,7 +52,7 @@ Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that yo

### Supported distributions

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" >}}).
The following table shows supported distributions at the time of this release. You can also find this list in [Supported Kubernetes distributions](/content/operate/kubernetes/reference/supported_k8s_distributions.md).

<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.

Expand Down Expand Up @@ -95,7 +96,7 @@ Any distribution not listed below is not supported for production workloads.

## Known limitations

The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#known-limitations" >}}).
The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#known-limitations).

### Existing limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,28 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Version changes

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-117 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-117 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md).

### Breaking changes

The following changes included in this release affect the upgrade process. Please read carefully before upgrading to 7.2.4-12.

#### Upgrade operating system

{{<warning>}}If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-os" >}}) in the Redis Enterprise Software documentation for more details.{{</warning>}}
> [!WARNING]
> If your databases use modules, you need to update all nodes in the cluster to Redis Enterprise 7.2.4 or later before upgrading your operating system. See [Upgrade a cluster's operating system](/content/operate/rs/installing-upgrading/upgrading/upgrade-os.md) in the Redis Enterprise Software documentation for more details.

#### terminationGracePeriodSeconds

The configurable `terminationGracePeriodSeconds` REC field has been added to replace the hard-coded timeout of 15 minutes for a node to be stopped/drained (RED-111471).

#### ValidatingWebhookConfiguration

Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#reapply-webhook" >}}) for instructions.
Versions 6.4.2-4 and later include a new `ValidatingWebhookConfiguration` resource to replace the `redb-admission` webhook resource. To use releases 6.4.2-4 or later, delete the old webhook resource and apply the new file. See [upgrade Redis cluster](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#reapply-webhook) for instructions.

#### OpenShift SCC

Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/upgrade/upgrade-redis-cluster#before-upgrading" >}}) for instructions.
Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that you need to bind to your service account before upgrading. OpenShift clusters running version 6.2.12 or earlier upgrading to version 6.2.18 or later might get stuck if you skip this step. See [upgrade a Redis Enterprise cluster (REC)](/content/operate/kubernetes/upgrade/upgrade-redis-cluster.md#before-upgrading) for instructions.


### Upcoming changes
Expand All @@ -51,7 +52,7 @@ Versions 6.4.2-6 and later include a new SCC (`redis-enterprise-scc-v2`) that yo

### Supported distributions

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" >}}).
The following table shows supported distributions at the time of this release. You can also find this list in [Supported Kubernetes distributions](/content/operate/kubernetes/reference/supported_k8s_distributions.md).

<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.

Expand Down Expand Up @@ -97,7 +98,7 @@ The OLM version v7.2.4-12.22 replaces the earlier v7.2.4-12.21 release for the s

## Known limitations

The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes]({{< relref "/operate/rs/release-notes/rs-7-2-4-releases#known-limitations" >}}).
The limitations below are specific to the Redis Enterprise for Kubernetes product. To view limitations for the supported Redis Enterprise Software version, see the [7.2.4 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md#known-limitations).

### Existing limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 26

## Highlights

This is a maintenance release to support Redis Enterprise Software version 7.2.4-118. For information on supported distributions, breaking changes, and limitations, see the previous (7.2.4-12 release notes){{<relref "/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-10-24">}}.
This is a maintenance release to support Redis Enterprise Software version 7.2.4-118. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes](/content/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-10-24.md).

## Downloads

Expand All @@ -33,4 +33,4 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-118 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-118 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md).
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 24

## Highlights

This is a maintenance release to support Redis Enterprise Software version 7.2.4-130. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes]({{<relref "/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-mar25">}}).
This is a maintenance release to support Redis Enterprise Software version 7.2.4-130. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes](/content/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-mar25.md).

## Downloads

Expand All @@ -33,4 +33,4 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-130 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-130 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md).
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 25

## Highlights

This is a maintenance release to support Redis Enterprise Software version 7.2.4-122. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes]({{<relref "/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-10-24">}}).
This is a maintenance release to support Redis Enterprise Software version 7.2.4-122. For information on supported distributions, breaking changes, and limitations, see the previous [7.2.4-12 release notes](/content/operate/kubernetes/release-notes/7-2-4-releases/7-2-4-12-10-24.md).

## Downloads

Expand All @@ -33,4 +33,4 @@ This is a maintenance release to support Redis Enterprise Software version 7.2.4

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-122 release notes]({{<relref "operate/rs/release-notes/rs-7-2-4-releases/">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 7.2.4-122 release notes](/content/operate/rs/release-notes/rs-7-2-4-releases/_index.md).
Loading
Loading