From 7f25f8b354e711339abb4f7448cc5d0650d85006 Mon Sep 17 00:00:00 2001 From: Hubert Grochowski Date: Fri, 16 Feb 2024 11:34:09 +0100 Subject: [PATCH] docs/sc4: move lifecycle info to separate document We are often asked about the version EOL. It should be moved to separate document. Fixes SC-4610 --- .../sauce-connect/installation.md | 99 ---------------- .../sauce-connect/lifecycle.md | 106 ++++++++++++++++++ sidebars.js | 1 + 3 files changed, 107 insertions(+), 99 deletions(-) create mode 100644 docs/secure-connections/sauce-connect/lifecycle.md diff --git a/docs/secure-connections/sauce-connect/installation.md b/docs/secure-connections/sauce-connect/installation.md index 004cfc63bf..b473903afa 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 6f0e33ac2a..bb55dcec21 100644 --- a/sidebars.js +++ b/sidebars.js @@ -999,6 +999,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',