diff --git a/content/operate/_index.md b/content/operate/_index.md
index 0aa8263e53..fca7a88fe1 100644
--- a/content/operate/_index.md
+++ b/content/operate/_index.md
@@ -9,7 +9,7 @@ hideListLinks: true
|:-----------|:--------------|
|
- [Get started with Redis Cloud]({{< relref "/operate/rc/rc-quickstart" >}})
- [Create a database]({{< relref "/operate/rc/databases/create-database" >}})
- [Connect to your database]({{< relref "/operate/rc/databases/connect" >}})
- [Subscriptions]({{< relref "/operate/rc/subscriptions" >}})
- [REST API]({{< relref "/operate/rc/api/" >}})
| - [Install Redis Software]({{< relref "/operate/rs/installing-upgrading" >}})
- [Set up a new cluster]({{< relref "/operate/rs/clusters/new-cluster-setup" >}})
- [Create a database]({{< relref "/operate/rs/databases/create" >}})
- [Connect to your database]({{< relref "/operate/rs/databases/connect" >}})
- [REST API]({{< relref "/operate/rs/references/rest-api/" >}})
|
| {{}} **Redis Community Edition** | {{}} **Redis for Kubernetes** |
-| - [Install Redis community edition]({{< relref "/operate/oss_and_stack/install/install-redis" >}})
- [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
- [Manage Redis]({{< relref "/operate/oss_and_stack/management" >}})
| - [Deploy Redis for Kubernetes]({{< relref "/operate/kubernetes/deployment" >}})
- [Architecture]({{< relref "/operate/kubernetes/architecture" >}})
- [API Reference]({{< relref "/operate/kubernetes/reference" >}})
|
+| - [Install Redis community edition]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
- [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
- [Manage Redis]({{< relref "/operate/oss_and_stack/management" >}})
| - [Deploy Redis for Kubernetes]({{< relref "/operate/kubernetes/deployment" >}})
- [Architecture]({{< relref "/operate/kubernetes/architecture" >}})
- [API Reference]({{< relref "/operate/kubernetes/reference" >}})
|
| {{}} **Redis Insight** | |
| - [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}})
- [Use Redis Insight]({{< relref "/develop/tools/insight" >}})
| |
diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md
index 933eeb6921..979eb73c27 100644
--- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md
+++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md
@@ -13,11 +13,25 @@ weight: 90
---
## Requirements
-RediSearch v2.10.15 requires:
+RediSearch v2.10.17 requires:
- Minimum Redis compatibility version (database): 7.4
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
+## v2.10.17 (April 2025)
+
+This is a maintenance release for RediSearch 2.10.
+
+Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
+
+Bug fixes:
+- [#5859](https://github.com/redisearch/redisearch/pull/5859) Last query result using `FT.AGGREGATE` with `ON_TIMEOUT RETURN` and using multi-threading could be missing (MOD-9222)
+- [#5858](https://github.com/redisearch/redisearch/pull/5858) Collecting empty results from shards during `FT.AGGREGATE` with RESP3 could cause a crash (MOD-9174)
+
+Improvements:
+- [#5938](https://github.com/redisearch/redisearch/pull/5938) Improved performance (reduced CPU time) of collecting vector index statistics(MOD-9354)
+- [#5800](https://github.com/redisearch/redisearch/pull/5800) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
+
## v2.10.15 (March 2025)
This is a maintenance release for RediSearch 2.10.
diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
index 045fc5bd57..cc81b7a502 100644
--- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
+++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
@@ -15,11 +15,21 @@ weight: 92
---
## Requirements
-RediSearch v2.6.28 requires:
+RediSearch v2.6.29 requires:
- Minimum Redis compatibility version (database): 6.0.16
- Minimum Redis Enterprise Software version (cluster): 6.2.8
+## v2.6.29 (April 2025)
+
+This is a maintenance release for RediSearch 2.6.
+
+Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
+
+Improvements:
+- [#5940](https://github.com/redisearch/redisearch/pull/5940) Improved performance (reduced CPU time) of collecting vector index statistics (MOD-9354)
+- [#5816](https://github.com/redisearch/redisearch/pull/5816) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
+
## v2.6.28 (March 2025)
This is a maintenance release for RediSearch 2.6.
diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
index 29aa429284..3cb2ff94d8 100644
--- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
+++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
@@ -13,11 +13,28 @@ weight: 91
---
## Requirements
-RediSearch v2.8.25 requires:
+RediSearch v2.8.26 requires:
- Minimum Redis compatibility version (database): 7.2
- Minimum Redis Enterprise Software version (cluster): 7.2.4
+## v2.8.26 (April 2025)
+
+This is a maintenance release for RediSearch 2.8.
+
+Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
+
+Bug fixes:
+- [#5864](https://github.com/redisearch/redisearch/pull/5864) Last query result using `FT.AGGREGATE` with `ON_TIMEOUT RETURN` and using multi-threading could be missing (MOD-9222)
+- [#5863](https://github.com/redisearch/redisearch/pull/5863) Collecting empty results from shards during `FT.AGGREGATE` with RESP3 could cause a crash (MOD-9174)
+
+Improvements:
+- [#5938](https://github.com/redisearch/redisearch/pull/5938) Improved performance (reduced CPU time) of collecting vector index statistics(MOD-9354)
+- [#5800](https://github.com/redisearch/redisearch/pull/5800) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
+
+
+Created on: 2025-04-21T14:51:40Z
+
## v2.8.25 (March 2025)
This is a maintenance release for RediSearch 2.8.