From ef14767cd96fc363685ef9f682845d035480c078 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 6 Dec 2024 15:33:33 -0600 Subject: [PATCH 1/3] Garden EOL Signed-off-by: Addisu Z. Taddese --- garden/install.md | 7 ++++++- index.yaml | 2 +- releases.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/garden/install.md b/garden/install.md index 51ee0d9125..beb43034c3 100644 --- a/garden/install.md +++ b/garden/install.md @@ -1,8 +1,13 @@ # Gazebo Garden -Gazebo Garden will be the 7th major release of Gazebo. It will be a +Gazebo Garden was the 7th major release of Gazebo. It was a short-term release. +:::{warning} +Blueprint has reached end-of-life on November 2024. This page exists for archival purposes. +Please refer to the latest supported version. +::: + ## Binary installation instructions Binary installation is the recommended method of installing Gazebo. diff --git a/index.yaml b/index.yaml index 3573863280..53fe074fa6 100644 --- a/index.yaml +++ b/index.yaml @@ -229,7 +229,7 @@ releases: version: 14 - name: garden lts: false - eol: false + eol: true description: Supported Sep, 2022 to Sep, 2024 libraries: - name: cmake diff --git a/releases.md b/releases.md index 6463063ba8..c88c5bcf82 100644 --- a/releases.md +++ b/releases.md @@ -17,7 +17,7 @@ A Gazebo release follows the form "Gazebo Codename", for example Gazebo Acropoli | [Jetty](https://gazebosim.org/docs/jetty) | Sep, 2025 | Sep, 2030 | LTS | | [Ionic](https://gazebosim.org/docs/ionic) | Sep, 2024 | Sep, 2026 | | | [Harmonic](https://gazebosim.org/docs/harmonic) | Sep, 2023 | Sep, 2028 | LTS | -| [Garden](https://gazebosim.org/docs/garden) | Sep, 2022 | Nov, 2024 | | +| [Garden](https://gazebosim.org/docs/garden) | Sep, 2022 | Nov, 2024 | EOL | | [Fortress](https://gazebosim.org/docs/fortress) | Sep, 2021 | Sep, 2026 | LTS | | [Edifice](https://gazebosim.org/docs/edifice) | Mar, 2021 | Mar, 2022 | EOL | | [Dome](https://gazebosim.org/docs/dome) | Sep, 2020 | Dec, 2021 | EOL | From 19e74bdee9791fc9e5abcff9a4a03fd979f7b144 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 6 Dec 2024 15:37:21 -0600 Subject: [PATCH 2/3] Stop building docs for garden Signed-off-by: Addisu Z. Taddese --- .github/workflows/nightly-upload.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nightly-upload.yml b/.github/workflows/nightly-upload.yml index f1354972fa..3b87c85c78 100644 --- a/.github/workflows/nightly-upload.yml +++ b/.github/workflows/nightly-upload.yml @@ -22,9 +22,6 @@ jobs: - ubuntu_distribution: focal gazebo_distribution: fortress - - ubuntu_distribution: focal - gazebo_distribution: garden - - ubuntu_distribution: jammy gazebo_distribution: harmonic From bbc843623e9e4c45bc3f26d240a15d16a5fa7019 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 9 Dec 2024 11:45:44 -0600 Subject: [PATCH 3/3] Blueprint -> Garden MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alejandro Hernández Cordero Signed-off-by: Addisu Z. Taddese --- garden/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garden/install.md b/garden/install.md index beb43034c3..b3d6935d10 100644 --- a/garden/install.md +++ b/garden/install.md @@ -4,7 +4,7 @@ Gazebo Garden was the 7th major release of Gazebo. It was a short-term release. :::{warning} -Blueprint has reached end-of-life on November 2024. This page exists for archival purposes. +Garden has reached end-of-life on November 2024. This page exists for archival purposes. Please refer to the latest supported version. :::