From 3137798e3c5329918ebc9bf96d36d2c7c08fc104 Mon Sep 17 00:00:00 2001 From: Patrick Titzler Date: Tue, 14 Feb 2023 14:15:31 -0800 Subject: [PATCH 1/3] Remove references to Jupyterlab 1.x and 2.x Signed-off-by: Patrick Titzler --- README.md | 16 ---------------- docs/source/getting_started/installation.md | 2 -- 2 files changed, 18 deletions(-) diff --git a/README.md b/README.md index 3f939ad7c..71f7d61b0 100644 --- a/README.md +++ b/README.md @@ -150,22 +150,6 @@ Installation instructions and JupyterLab support vary by release. Note that a Ju ``` -
- Elyra 1.0 < 2.0 (JupyterLab 2.x) - - - Install from PyPI - - ```bash - pip3 install --upgrade "elyra<2.0.0" && jupyter lab build - ``` - - - Install from conda-forge - - ```bash - conda install -c conda-forge "elyra<2.0.0" && jupyter lab build - ``` -
- ### Verify Installation Run the following commands to verify the installation. Note that in the example output below the `[version]` placeholder is displayed instead of an actual version identifier, which might change with every release. diff --git a/docs/source/getting_started/installation.md b/docs/source/getting_started/installation.md index 203ec7040..4df6225fe 100644 --- a/docs/source/getting_started/installation.md +++ b/docs/source/getting_started/installation.md @@ -26,8 +26,6 @@ The Elyra [JupyterLab extensions](https://jupyterlab.readthedocs.io/en/stable/us JupyterLab dependencies: - Elyra >= 2.0.0 requires JupyterLab 3.x - - Elyra < 2.0.0 requires JupyterLab 2.x - - Elyra == 0.10.x requires JupyterLab 1.x The instructions below are installing the latest release. From 99ef05fec8de07c615416ef41b27eaec71421cff Mon Sep 17 00:00:00 2001 From: Patrick Titzler Date: Wed, 15 Feb 2023 10:14:32 -0800 Subject: [PATCH 2/3] Replace specific Jupyterlab reference with generic reference Signed-off-by: Patrick Titzler --- docs/source/developer_guide/development-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/developer_guide/development-workflow.md b/docs/source/developer_guide/development-workflow.md index e39630899..8220d4a05 100644 --- a/docs/source/developer_guide/development-workflow.md +++ b/docs/source/developer_guide/development-workflow.md @@ -150,8 +150,8 @@ The `clean-jupyterlab` removes your JupyterLab packages and completely deletes y Make sure to backup any important data in your environment before running the script. To clean your environment and install the latest JupyterLab: `etc/scripts/clean-jupyterlab.sh` -To specify a JupyterLab version to be installed: -`etc/scripts/clean-jupyterlab.sh --version 2.2.9` +To specify a JupyterLab version `x.y.z` to be installed: +`etc/scripts/clean-jupyterlab.sh --version x.y.z` #### Parallel Development with @elyra/pipeline-editor From f986c3d27a5bcc07420872067ba68eccaee0c8ff Mon Sep 17 00:00:00 2001 From: Alan Chin Date: Wed, 15 Feb 2023 10:35:54 -0800 Subject: [PATCH 3/3] Update security support matrix Signed-off-by: Alan Chin --- SECURITY.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 39b7a6af0..199cb4263 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,8 +3,10 @@ ## Supported Versions | Version | Supported | -| ------- | ------------------ | -| 3.x | :white_check_mark: | +|---------|--------------------| +| 1.x | :x: EOL | +| 2.x | :x: EOL | +| 3.x | :white_check_mark: | ## Reporting a Vulnerability