-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hg/sc5_install_docs
- Loading branch information
Showing
3 changed files
with
107 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
--- | ||
id: lifecycle | ||
title: Sauce Connect 4 Lifecycle | ||
sidebar_label: Lifecycle | ||
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
<table> | ||
<tr> | ||
<td>Family | ||
</td> | ||
<td>Version | ||
</td> | ||
<td>Download Link | ||
</td> | ||
<td>End of Life | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="4" ><strong>Full Support</strong> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="1" >4.9 | ||
</td> | ||
<td>4.9.2 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.9.2-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.9.2-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.9.2-win32.zip">Windows</a> | ||
</td> | ||
<td rowspan="2" >Feb. 29, 2024 | ||
</td> | ||
</tr> | ||
<tr> | ||
</tr> | ||
<tr> | ||
<td colspan="4" ><strong>Security & Major Bug Fixes only</strong> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="3">4.9 | ||
</td> | ||
<td>4.9.2 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.9.2-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.9.2-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.9.2-win32.zip">Windows</a> | ||
</td> | ||
<td rowspan="3">Dec. 31, 2024 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>4.9.1 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.9.1-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.9.1-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.9.1-win32.zip">Windows</a> | ||
</td> | ||
|
||
</tr> | ||
<tr> | ||
<td>4.9.0 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.9.0-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.9.0-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.9.0-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.9.0-win32.zip">Windows</a> | ||
</td> | ||
|
||
</tr> | ||
<tr> | ||
<td rowspan="4" >4.8 | ||
</td> | ||
<td>4.8.3 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.8.3-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.8.3-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.8.3-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.8.3-win32.zip">Windows</a> | ||
</td> | ||
<td rowspan="4" >May. 29, 2024 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>4.8.2 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.8.2-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.8.2-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.8.2-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.8.2-win32.zip">Windows</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>4.8.1 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.8.1-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.8.1-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.8.1-win32.zip">Windows</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>4.8.0 | ||
</td> | ||
<td> | ||
<a href="https://saucelabs.com/downloads/sc-4.8.0-linux.tar.gz">Linux</a>, <a href="https://saucelabs.com/downloads/sc-4.8.0-linux-arm64.tar.gz">Linux ARM64</a>, <a href="https://saucelabs.com/downloads/sc-4.8.0-osx.zip">Mac</a>, <a href="https://saucelabs.com/downloads/sc-4.8.0-win32.zip">Windows</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
</tr> | ||
</table> | ||
|
||
:::note | ||
MacOS is not supported in version 4.9.2. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters