diff --git a/citadel/install.md b/citadel/install.md index 1e60d6085..ecbb52222 100644 --- a/citadel/install.md +++ b/citadel/install.md @@ -2,6 +2,10 @@ Ignition Citadel is the 3rd major release of Ignition, and its 1st 5-year-LTS. +**Citadel has reached end-of-life on December 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 Ignition. diff --git a/index.yaml b/index.yaml index 53fe074fa..78caa07ec 100644 --- a/index.yaml +++ b/index.yaml @@ -375,7 +375,7 @@ releases: version: 10 - name: citadel lts: true - eol: false + eol: true description: Supported Dec, 2019 to Dec, 2024 libraries: - name: cmake diff --git a/releases.md b/releases.md index c88c5bcf8..a8b0593e5 100644 --- a/releases.md +++ b/releases.md @@ -21,7 +21,7 @@ A Gazebo release follows the form "Gazebo Codename", for example Gazebo Acropoli | [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 | -| [Citadel](https://gazebosim.org/docs/citadel) | Dec, 2019 | Dec, 2024 | LTS | +| [Citadel](https://gazebosim.org/docs/citadel) | Dec, 2019 | Dec, 2024 | EOL | | [Blueprint](https://gazebosim.org/docs/blueprint) | May, 2019 | Dec, 2020 | EOL | | [Acropolis](https://gazebosim.org/docs/acropolis) | Feb, 2019 | Sep, 2019 | EOL | diff --git a/tools/branch_comparisons.md b/tools/branch_comparisons.md index 6448de473..b57d42907 100644 --- a/tools/branch_comparisons.md +++ b/tools/branch_comparisons.md @@ -13,30 +13,28 @@ Otherwise, those branches could use a forward-port pull request. See the instructions on the [contributing guide](contributing.md#process). -* **C**: Citadel -* **E**: Edifice * **F**: Fortress * **G**: Garden * **main**: main branch -Library | C ➡️ F | F ➡️ G | G ➡️ main ------------------------------- | ----------------------------- | ------------------------------ | --------------------------------- -[gz-cmake][gz-cmake] | - | [2 ➡️ 3][gz-cmake-2-3] | [3 ➡️ main][gz-cmake-main] -[gz-common][gz-common] | [3 ➡️ 4][ign-common-3-4] | [4 ➡️ 5][gz-common-4-5] | [5 ➡️ main][gz-common-main] -[gz-fuel-tools][gz-fuel-tools] | [4 ➡️ 7][ign-fuel-tools-4-7] | [7 ➡️ 8][gz-fuel-tools-7-8] | [8 ➡️ main][gz-fuel-tools-main] -[gz-sim][gz-sim] | [3 ➡️ 6][ign-gazebo-3-6] | [6 ➡️ 7][gz-sim-6-7] | [7 ➡️ main][gz-sim-main] -[gz-gui][gz-gui] | [3 ➡️ 6][ign-gui-3-6] | [6 ➡️ 7][gz-gui-6-7] | [7 ➡️ main][gz-gui-main] -[gz-launch][gz-launch] | [2 ➡️ 5][ign-launch-2-5] | [5 ➡️ 6][gz-launch-5-6] | [6 ➡️ main][gz-launch-main] -[gz-math][gz-math] | - | [6 ➡️ 7][gz-math-6-7] | [7 ➡️ main][gz-math-main] -[gz-msgs][gz-msgs] | [5 ➡️ 8][ign-msgs-5-8] | [8 ➡️ 9][gz-msgs-8-9] | [9 ➡️ main][gz-msgs-main] -[gz-physics][gz-physics] | [2 ➡️ 5][ign-physics-2-5] | [5 ➡️ 6][gz-physics-5-6] | [6 ➡️ main][gz-physics-main] -[gz-plugin][gz-plugin] | - | [1 ➡️ 2][gz-plugin-1-2] | [2 ➡️ main][gz-plugin-main] -[gz-rendering][gz-rendering] | [3 ➡️ 6][ign-rendering-3-6] | [6 ➡️ 7][gz-rendering-6-7] | [7 ➡️ main][gz-rendering-main] -[gz-sensors][gz-sensors] | [3 ➡️ 6][ign-sensors-3-6] | [6 ➡️ 7][gz-sensors-6-7] | [7 ➡️ main][gz-sensors-main] -[gz-tools][gz-tools] | - | [1 ➡️ 2][gz-tools-1-2] | [2 ➡️ main][gz-tools-main] -[gz-transport][gz-transport] | [8 ➡️ 11][ign-transport-8-11] | [11 ➡️ 12][gz-transport-11-12] | [12 ➡️ main][gz-transport-main] -[gz-utils][gz-utils] | - | [1 ➡️ 2][gz-utils-1-2] | [2 ➡️ main][gz-utils-main] -[sdformat][sdformat] | [9 ➡️ 12][sdformat-9-12] | [12 ➡️ 13][sdformat-12-13] | [13 ➡️ main][sdformat-main] +Library | F ➡️ G | G ➡️ main +------------------------------ | ------------------------------- | --------------------------------- +[gz-cmake][gz-cmake] | [2 ➡️ 3][gz-cmake-2-3] | [3 ➡️ main][gz-cmake-main] +[gz-common][gz-common] | [4 ➡️ 5][gz-common-4-5] | [5 ➡️ main][gz-common-main] +[gz-fuel-tools][gz-fuel-tools] | [7 ➡️ 8][gz-fuel-tools-7-8] | [8 ➡️ main][gz-fuel-tools-main] +[gz-sim][gz-sim] | [6 ➡️ 7][gz-sim-6-7] | [7 ➡️ main][gz-sim-main] +[gz-gui][gz-gui] | [6 ➡️ 7][gz-gui-6-7] | [7 ➡️ main][gz-gui-main] +[gz-launch][gz-launch] | [5 ➡️ 6][gz-launch-5-6] | [6 ➡️ main][gz-launch-main] +[gz-math][gz-math] | [6 ➡️ 7][gz-math-6-7] | [7 ➡️ main][gz-math-main] +[gz-msgs][gz-msgs] | [8 ➡️ 9][gz-msgs-8-9] | [9 ➡️ main][gz-msgs-main] +[gz-physics][gz-physics] | [5 ➡️ 6][gz-physics-5-6] | [6 ➡️ main][gz-physics-main] +[gz-plugin][gz-plugin] | [1 ➡️ 2][gz-plugin-1-2] | [2 ➡️ main][gz-plugin-main] +[gz-rendering][gz-rendering] | [6 ➡️ 7][gz-rendering-6-7] | [7 ➡️ main][gz-rendering-main] +[gz-sensors][gz-sensors] | [6 ➡️ 7][gz-sensors-6-7] | [7 ➡️ main][gz-sensors-main] +[gz-tools][gz-tools] | [1 ➡️ 2][gz-tools-1-2] | [2 ➡️ main][gz-tools-main] +[gz-transport][gz-transport] | [11 ➡️ 12][gz-transport-11-12] | [12 ➡️ main][gz-transport-main] +[gz-utils][gz-utils] | [1 ➡️ 2][gz-utils-1-2] | [2 ➡️ main][gz-utils-main] +[sdformat][sdformat] | [12 ➡️ 13][sdformat-12-13] | [13 ➡️ main][sdformat-main] [gz-cmake]: https://github.com/gazebosim/gz-cmake [gz-cmake-2-3]: https://github.com/gazebosim/gz-cmake/compare/gz-cmake3...ign-cmake2 @@ -53,17 +51,14 @@ Library | C ➡️ F | F ➡️ [gz-fuel-tools-main]: https://github.com/gazebosim/gz-fuel-tools/compare/main...gz-fuel-tools8 [gz-sim]: https://github.com/gazebosim/gz-sim -[ign-gazebo-3-6]: https://github.com/gazebosim/gz-sim/compare/ign-gazebo6...ign-gazebo3 [gz-sim-6-7]: https://github.com/gazebosim/gz-sim/compare/gz-sim7...ign-gazebo6 [gz-sim-main]: https://github.com/gazebosim/gz-sim/compare/main...gz-sim7 [gz-gui]: https://github.com/gazebosim/gz-gui -[ign-gui-3-6]: https://github.com/gazebosim/gz-gui/compare/ign-gui6...ign-gui3 [gz-gui-6-7]: https://github.com/gazebosim/gz-gui/compare/gz-gui7...ign-gui6 [gz-gui-main]: https://github.com/gazebosim/gz-gui/compare/main...gz-gui7 [gz-launch]: https://github.com/gazebosim/gz-launch -[ign-launch-2-5]: https://github.com/gazebosim/gz-launch/compare/ign-launch5...ign-launch2 [gz-launch-5-6]: https://github.com/gazebosim/gz-launch/compare/gz-launch6...ign-launch5 [gz-launch-main]: https://github.com/gazebosim/gz-launch/compare/main...gz-launch6 @@ -77,7 +72,6 @@ Library | C ➡️ F | F ➡️ [gz-msgs-main]: https://github.com/gazebosim/gz-msgs/compare/main...gz-msgs9 [gz-physics]: https://github.com/gazebosim/gz-physics -[ign-physics-2-5]: https://github.com/gazebosim/gz-physics/compare/ign-physics5...ign-physics2 [gz-physics-5-6]: https://github.com/gazebosim/gz-physics/compare/gz-physics6...ign-physics5 [gz-physics-main]: https://github.com/gazebosim/gz-physics/compare/main...ign-physics6 @@ -86,12 +80,10 @@ Library | C ➡️ F | F ➡️ [gz-plugin-main]: https://github.com/gazebosim/gz-plugin/compare/main...gz-plugin2 [gz-rendering]: https://github.com/gazebosim/gz-rendering -[ign-rendering-3-6]: https://github.com/gazebosim/gz-rendering/compare/ign-rendering6...ign-rendering3 [gz-rendering-6-7]: https://github.com/gazebosim/gz-rendering/compare/gz-rendering7...ign-rendering6 [gz-rendering-main]: https://github.com/gazebosim/gz-rendering/compare/main...gz-rendering7 [gz-sensors]: https://github.com/gazebosim/gz-sensors -[ign-sensors-3-6]: https://github.com/gazebosim/gz-sensors/compare/ign-sensors6...ign-sensors3 [gz-sensors-6-7]: https://github.com/gazebosim/gz-sensors/compare/gz-sensors7...ign-sensors6 [gz-sensors-main]: https://github.com/gazebosim/gz-sensors/compare/main...gz-sensors7