Skip to content
Merged
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
@@ -0,0 +1,35 @@
---
alwaysopen: false
categories:
- docs
- operate
- kubernetes
description: This is a maintenance release to support Redis Enterprise Software version 8.0.20-44.
hideListLinks: true
linkTitle: 8.0.20-23 (June 2026)
title: Redis Enterprise for Kubernetes 8.0.20-23 (June 2026) release notes
weight: 29
---

## Highlights

This is a maintenance release to support Redis Enterprise Software version 8.0.20-44. For version changes, supported distributions, and known limitations, see the [release notes for 8.0.18-11 (April 2026)]({{<relref "/operate/kubernetes/release-notes/8-0-18-releases/8-0-18-11-april2026">}}).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be:

Suggested change
This is a maintenance release to support Redis Enterprise Software version 8.0.20-44. For version changes, supported distributions, and known limitations, see the [release notes for 8.0.18-11 (April 2026)]({{<relref "/operate/kubernetes/release-notes/8-0-18-releases/8-0-18-11-april2026">}}).
This is a maintenance release to support Redis Enterprise Software version 8.0.20-44. For version changes, supported distributions, and known limitations, see the [release notes for 8.0.20-21 (May 2026)]({{< relref "/operate/kubernetes/release-notes/8-0-20-releases/8-0-20-21-may2026/" >}}).

since this release is a minor release of 8.0.20, or am I just perpetually confused about K8s release numbers? 🫠

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K8s numbers are confusing. 8.0.18-11 was the cancun feature release. 8.0.20-21 and 8.0.20-23 are maint releases


## Downloads

- **Redis Enterprise**: `redislabs/redis:8.0.20-44.23` (`redislabs/redis:8.0.20-44.23.minimal` for minimal base image)
- **Operator**: `redislabs/operator:8.0.20-23`
- **Services Rigger**: `redislabs/k8s-controller:8.0.20-23`
- **Call Home Client**: `redislabs/re-call-home-client:8.0.20-23`

### OpenShift downloads

- **OLM operator bundle**: `8.0.20-23.0`
- **Redis Enterprise**: `registry.connect.redhat.com/redislabs/redis-enterprise:8.0.20-44.23` (`registry.connect.redhat.com/redislabs/redis-enterprise:8.0.20-44.23.minimal` for minimal base image)
- **Operator**: `registry.connect.redhat.com/redislabs/redis-enterprise-operator:8.0.20-23`
- **Services Rigger**: `registry.connect.redhat.com/redislabs/services-manager:8.0.20-23`
- **Call Home Client**: `registry.connect.redhat.com/redislabs/call-home-client:8.0.20-23`

## Known limitations

See [8.0.20 releases]({{<relref "/operate/kubernetes/release-notes/8-0-20-releases/">}}) for information on known limitations.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Redis Enterprise for Kubernetes 8.0.20 release notes
weight: 84
---

Redis Enterprise for Kubernetes 8.0.20-21 is a maintenance release of [Redis Enterprise for Kubernetes 8.0.18]({{<relref "/operate/kubernetes/release-notes/8-0-18-releases/">}}). The latest release is 8.0.20-21 with support for Redis Enterprise Software version 8.0.20-19.
Redis Enterprise for Kubernetes 8.0.20 is a maintenance release of [Redis Enterprise for Kubernetes 8.0.18]({{<relref "/operate/kubernetes/release-notes/8-0-18-releases/">}}). The latest release is 8.0.20-23 with support for Redis Enterprise Software version 8.0.20-44.

## Detailed release notes

Expand Down
Loading