diff options
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/component-release-notes.rst (renamed from docs/release/releaserepos.rst) | 6 | ||||
-rw-r--r-- | docs/release/history.rst | 35 | ||||
-rw-r--r-- | docs/release/index.rst | 6 |
3 files changed, 41 insertions, 6 deletions
diff --git a/docs/release/releaserepos.rst b/docs/release/component-release-notes.rst index 1f102ff3f..34b0b6942 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/component-release-notes.rst @@ -3,12 +3,12 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 AT&T Intellectual Property. All rights reserved. -.. _doc-releaserepos: +.. _component-release-notes: :orphan: -Project Specific Release Notes -============================== +Component Release Notes +======================= ONAP releases are specified by a list of project artifact versions in the project repositories and Docker container image versions listed in the OOM diff --git a/docs/release/history.rst b/docs/release/history.rst new file mode 100644 index 000000000..e1a97cd50 --- /dev/null +++ b/docs/release/history.rst @@ -0,0 +1,35 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + Copyright 2022 by ONAP and contributors. + +.. _release-history: + +ONAP Release History +-------------------- + +ONAP is enhanced with numerous features from release to release. Each release +is named after a city. + ++-----------------+-----------------+------------------------+ +| Release Name | Release Version | Release Date | ++=================+=================+========================+ +| Jakarta | 10.0.0 | 2022, June 30th | ++-----------------+-----------------+------------------------+ +| Istanbul | 9.0.0 | 2021, November 15th | ++-----------------+-----------------+------------------------+ +| Honolulu | 8.0.0 | 2021, May 11th | ++-----------------+-----------------+------------------------+ +| Guilin | 7.0.0 | 2020, December 3rd | ++-----------------+-----------------+------------------------+ +| Frankfurt | 6.0.0 | 2020, June 11th | ++-----------------+-----------------+------------------------+ +| El Alto | 5.0.0 | 2019, October 24th | ++-----------------+-----------------+------------------------+ +| Dublin | 4.0.0 | 2019, July 9th | ++-----------------+-----------------+------------------------+ +| Casablanca | 3.0.0 | 2019, April 15th | ++-----------------+-----------------+------------------------+ +| Beijing | 2.0.0 | 2018, June 7th | ++-----------------+-----------------+------------------------+ +| Amsterdam | 1.0.0 | 2017, November 16th | ++-----------------+-----------------+------------------------+
\ No newline at end of file diff --git a/docs/release/index.rst b/docs/release/index.rst index 35e4d339a..fb66c1327 100644 --- a/docs/release/index.rst +++ b/docs/release/index.rst @@ -280,8 +280,8 @@ In the Jakarta release, - 85% projects passed the CII badge - 11% projects passed the CII Silver badge -Project specific details are in the :ref:`release notes<doc-releaserepos>` for -each project. +Project specific details are in the :ref:`release notes<component-release-notes>` +for each component. .. index:: maturity @@ -300,4 +300,4 @@ More details in :ref:`ONAP Integration Project<onap-integration:master_index>` Known Issues and Limitations ---------------------------- Known Issues and limitations are documented in each -:ref:`project Release Notes <doc-releaserepos>`. +:ref:`project Release Notes <component-release-notes>`. |