From 6d946c65880fd42730805284bc84ab90439d6541 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Fri, 10 Jan 2025 09:11:26 -0800 Subject: [PATCH 1/4] DEV: add details to RI supported platforms page --- .../install/install-on-desktop.md | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/content/operate/redisinsight/install/install-on-desktop.md b/content/operate/redisinsight/install/install-on-desktop.md index eb57cf7c24..048844ce8b 100644 --- a/content/operate/redisinsight/install/install-on-desktop.md +++ b/content/operate/redisinsight/install/install-on-desktop.md @@ -8,14 +8,24 @@ linkTitle: Install on desktop title: Install on desktop weight: 1 --- -Install desktop Redis Insight to use it in development. - ## Supported operating systems Redis Insight is supported on multiple operating systems: -- Windows -- Linux -- macOS + +| Operating System | Supported Versions | +|:--- |:--- | +| **Windows** | Windows 11 | +| | Windows 10 | +| **macOS** | macOS 14 | +| | macOS 13 | +| | macOS 12 | +| | macOS 11 | +| | macOS 10.15 | +| **Ubuntu Linux** | Ubuntu 23.10 | +| | Ubuntu 22.04 | +| | Ubuntu 23.10 | +| **Debian Linux** | Debian 12 | +| | Debian 11 | ## Install @@ -32,4 +42,4 @@ After installation, run the Redis Insight application in the same was as you wou ## Build -Alternatively, you can also build Redis Insight from source. See the [wiki](https://github.com/RedisInsight/RedisInsight#build) for instructions. \ No newline at end of file +Alternatively, you can also build Redis Insight from source. See the [wiki](https://github.com/RedisInsight/RedisInsight#build) for instructions. From ba189011f09aa977f678b50d084adf838b0afcab Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Fri, 10 Jan 2025 09:38:25 -0800 Subject: [PATCH 2/4] Apply review comments --- .../install/install-on-desktop.md | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/content/operate/redisinsight/install/install-on-desktop.md b/content/operate/redisinsight/install/install-on-desktop.md index 048844ce8b..bc2d8f5219 100644 --- a/content/operate/redisinsight/install/install-on-desktop.md +++ b/content/operate/redisinsight/install/install-on-desktop.md @@ -12,20 +12,23 @@ weight: 1 Redis Insight is supported on multiple operating systems: -| Operating System | Supported Versions | -|:--- |:--- | -| **Windows** | Windows 11 | -| | Windows 10 | -| **macOS** | macOS 14 | -| | macOS 13 | -| | macOS 12 | -| | macOS 11 | -| | macOS 10.15 | -| **Ubuntu Linux** | Ubuntu 23.10 | -| | Ubuntu 22.04 | -| | Ubuntu 23.10 | -| **Debian Linux** | Debian 12 | -| | Debian 11 | +| Operating System | Supported Versions [^1] | +|:--- |:--- | +| **Windows** | Windows 11 | +| | Windows 10 | +| **macOS** | macOS 14 | +| | macOS 13 | +| | macOS 12 | +| | macOS 11 | +| | macOS 10.15 | +| **Ubuntu Linux** | Ubuntu 23.10 | +| | Ubuntu 22.04 | +| | Ubuntu 23.10 | +| | Ubuntu 24.04 | +| **Debian Linux** | Debian 12 | +| | Debian 11 | + +[^1]: Includes later versions of same major or major.minor release. ## Install From 002b20173300c328b432bb6465446543e5601ba6 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Fri, 10 Jan 2025 09:42:51 -0800 Subject: [PATCH 3/4] Fix Ubuntu entries --- content/operate/redisinsight/install/install-on-desktop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/operate/redisinsight/install/install-on-desktop.md b/content/operate/redisinsight/install/install-on-desktop.md index bc2d8f5219..06143c2251 100644 --- a/content/operate/redisinsight/install/install-on-desktop.md +++ b/content/operate/redisinsight/install/install-on-desktop.md @@ -21,10 +21,10 @@ Redis Insight is supported on multiple operating systems: | | macOS 12 | | | macOS 11 | | | macOS 10.15 | -| **Ubuntu Linux** | Ubuntu 23.10 | -| | Ubuntu 22.04 | +| **Ubuntu Linux** | Ubuntu 24.04 | | | Ubuntu 23.10 | -| | Ubuntu 24.04 | +| | Ubuntu 22.04 | +| | Ubuntu 20.04 | | **Debian Linux** | Debian 12 | | | Debian 11 | From d6e5315aa8851e24437b355a95f445ed51d0be40 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Fri, 10 Jan 2025 10:17:09 -0800 Subject: [PATCH 4/4] Add yet another missing OS release --- content/operate/redisinsight/install/install-on-desktop.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/operate/redisinsight/install/install-on-desktop.md b/content/operate/redisinsight/install/install-on-desktop.md index 06143c2251..eb916e7906 100644 --- a/content/operate/redisinsight/install/install-on-desktop.md +++ b/content/operate/redisinsight/install/install-on-desktop.md @@ -16,7 +16,8 @@ Redis Insight is supported on multiple operating systems: |:--- |:--- | | **Windows** | Windows 11 | | | Windows 10 | -| **macOS** | macOS 14 | +| **macOS** | macOS 15 | +| | macOS 14 | | | macOS 13 | | | macOS 12 | | | macOS 11 |