diff --git a/docs/secure-connections/sauce-connect/installation.md b/docs/secure-connections/sauce-connect/installation.md
index ef167b95f2..f14ead2b91 100644
--- a/docs/secure-connections/sauce-connect/installation.md
+++ b/docs/secure-connections/sauce-connect/installation.md
@@ -126,105 +126,6 @@ tar xvf ./sc-4.9.2-linux.tar.gz
export PATH="$HOME/sc-4.9.2-linux/bin:$PATH"
```
-### Version Lifecycle Information
-
-The launch of Sauce Connect 4.9.2 makes it the officially supported version of the Sauce Connect client. All previous versions are in maintenance mode, with the oldest versions nearing the end of their support life.
-
-
-
- Family
- |
- Version
- |
- Download Link
- |
- End of Life
- |
-
-
- Full Support
- |
-
-
- 4.9
- |
- 4.9.2
- |
-
- See latest version
- |
- Feb. 29, 2024
- |
-
-
-
-
- Security & Major Bug Fixes only
- |
-
-
- 4.9
- |
- 4.9.2
- |
-
- Linux, Linux ARM64, Windows
- |
- Dec. 31, 2024
- |
-
-
- 4.9.1
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
-
-
-
- 4.9.0
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
-
-
-
- 4.8
- |
- 4.8.3
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
- May. 29, 2024
- |
-
-
- 4.8.2
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
-
-
- 4.8.1
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
-
-
- 4.8.0
- |
-
- Linux, Linux ARM64, Mac, Windows
- |
-
-
-
-
-
## Using Sauce Connect in Docker
As an alternative to downloading the client, you can use the Sauce Connect Proxy Docker image to run it in a Docker container. To learn more, see [Sauce Connect Docker Container Setup](/secure-connections/sauce-connect/setup-configuration/docker/).
diff --git a/docs/secure-connections/sauce-connect/lifecycle.md b/docs/secure-connections/sauce-connect/lifecycle.md
new file mode 100644
index 0000000000..df63720551
--- /dev/null
+++ b/docs/secure-connections/sauce-connect/lifecycle.md
@@ -0,0 +1,106 @@
+---
+id: lifecycle
+title: Sauce Connect 4 Lifecycle
+sidebar_label: Lifecycle
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+
+
+ Family
+ |
+ Version
+ |
+ Download Link
+ |
+ End of Life
+ |
+
+
+ Full Support
+ |
+
+
+ 4.9
+ |
+ 4.9.2
+ |
+
+ Linux, Linux ARM64, Windows
+ |
+ Feb. 29, 2024
+ |
+
+
+
+
+ Security & Major Bug Fixes only
+ |
+
+
+ 4.9
+ |
+ 4.9.2
+ |
+
+ Linux, Linux ARM64, Windows
+ |
+ Dec. 31, 2024
+ |
+
+
+ 4.9.1
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+
+
+
+ 4.9.0
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+
+
+
+ 4.8
+ |
+ 4.8.3
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+ May. 29, 2024
+ |
+
+
+ 4.8.2
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+
+
+ 4.8.1
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+
+
+ 4.8.0
+ |
+
+ Linux, Linux ARM64, Mac, Windows
+ |
+
+
+
+
+
+:::note
+MacOS is not supported in version 4.9.2.
+:::
diff --git a/sidebars.js b/sidebars.js
index 07a8e93ed8..a084dd3317 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1007,6 +1007,7 @@ module.exports = {
collapsed: true,
items: [
'secure-connections/sauce-connect',
+ 'secure-connections/sauce-connect/lifecycle',
'secure-connections/sauce-connect/installation',
'secure-connections/sauce-connect/quickstart',
'secure-connections/sauce-connect/system-requirements',