diff options
-rw-r--r-- | docs/Release-notes/index.rst | 15 | ||||
-rw-r--r-- | docs/Release-notes/release-notes.rst | 41 | ||||
-rw-r--r-- | docs/index.rst | 6 |
3 files changed, 61 insertions, 1 deletions
diff --git a/docs/Release-notes/index.rst b/docs/Release-notes/index.rst new file mode 100644 index 0000000..a820bd9 --- /dev/null +++ b/docs/Release-notes/index.rst @@ -0,0 +1,15 @@ +.. Copyright 2018 (China Mobile) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode +.. onap-documentation documentation master file, created by + sphinx-quickstart on Mon Sep 18 15:12:14 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Release Notes +============================================== + +.. toctree:: + :maxdepth: 1 + + release-notes diff --git a/docs/Release-notes/release-notes.rst b/docs/Release-notes/release-notes.rst new file mode 100644 index 0000000..bd18536 --- /dev/null +++ b/docs/Release-notes/release-notes.rst @@ -0,0 +1,41 @@ +.. Copyright 2018 (China Mobile) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + + +Modeling Spec Release Notes +=========================== + +Version: 1.2.1 +-------------- + +:Release Date: 2018-06-07 + + + +**New Features** + +Define design time VNFD model information model and data model specifications based on ETSI NFV specifications IFA011 and SOL001. + +**Bug Fixes** + +**Security Notes** + +MODELLING code has been formally scanned during build time using NexusIQ and no Critical vulnerability was found. + +Quick Links: + - `MODELLING project page <https://wiki.onap.org/display/DW/Modeling+Project>`_ + + - `Passing Badge information for MODELLING <https://bestpractices.coreinfrastructure.org/en/projects/1774>`_ + +**Known Issues** + None + +**Upgrade Notes** + None + +**Other** + +=========== + +End of Release Notes diff --git a/docs/index.rst b/docs/index.rst index 90da508..edbc983 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,4 +17,8 @@ ONAP 1st release is mostly the merge of ECOMP and OPEN-O, the modeling specs are ONAP release 1 spec/index - +Release Notes + +.. toctree:: + :maxdepth: 1 + Release-notes/index |