From e52a4ba3fb643bacb170c1ba02912613e124b3dd Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 1 Oct 2024 12:51:40 +0200 Subject: [PATCH] Update download page for Scandium Update download page for Scandium GA. Change-Id: I49cbfb5b68ce832bb9cae088f1a13a6e86a63de0 Signed-off-by: Ivan Hrasko (cherry picked from commit 0e267608047a8820cd67caba6b7252cfd4d8a8ca) --- docs/conf.py | 1 + docs/downloads.rst | 39 +++++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f184fb5f6..249ead58f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,6 +78,7 @@ def update_intersphinx_mapping(): #Ignore announce page link till it is up 'https://www.opendaylight.org/current-release-potassium', 'https://www.opendaylight.org/current-release-calcium', + 'https://www.opendaylight.org/current-release-scandium', ] linkcheck_timeout = 300 diff --git a/docs/downloads.rst b/docs/downloads.rst index 2f5ee95f5..244a6a8e0 100644 --- a/docs/downloads.rst +++ b/docs/downloads.rst @@ -5,11 +5,29 @@ OpenDaylight Downloads Supported Releases ================== -Calcium-SR2 +Scandium-SR0 ------------- (Current Release) +:Announcement: `Scandium `_ + +:GA Release Date: September 30, 2024 + +:Downloads: + * `OpenDaylight Scandium Tar + `_ + * `OpenDaylight Scandium Zip + `_ + +:Documentation: + * :doc:`Getting Started Guide ` + * :doc:`Project Guides ` + * :doc:`Release Notes ` + +Calcium-SR2 +------------- + :Announcement: `Calcium `_ :GA Release Date: April 18, 2024 @@ -26,25 +44,6 @@ Calcium-SR2 * :doc:`Project Guides ` * :doc:`Release Notes ` -Potassium-SR3 -------------- - -:Announcement: `Potassium `_ - -:GA Release Date: October 6, 2023 -:Service Release Date: June 19, 2024 - -:Downloads: - * `OpenDaylight Potassium Tar - `_ - * `OpenDaylight Potassium Zip - `_ - -:Documentation: - * :doc:`Getting Started Guide ` - * :doc:`Project Guides ` - * :doc:`Release Notes ` - Docker images =============