diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2021-04-08 16:08:22 +0530 |
---|---|---|
committer | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-04-08 10:55:39 +0000 |
commit | 07109bf45096239f07e242fe1cab781c7b193165 (patch) | |
tree | 03dc5e6c1c5c8bf21f4370069246b9c04143baa2 /docs/release-notes.rst | |
parent | b03bbf6f19ffbd8e06bca7cf2769a03d0c01a546 (diff) |
update the SO release notes
Issue-ID: SO-3598
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I8305f3057f42c10cefdd9b8e5c8a586259c84846
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index de12fc439c..c4c14b0b16 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,133 @@ The SO provides the highest level of service orchestration in the ONAP architect Release Notes ============= +Version: 1.8.3 +============== + +:Release Date: 2021-04-10 + +SO Release Image Versions +-------------------------- + - so-bpmn-infra + + :Version: 1.8.1 + + - so-catalog-db-adapter + + :Version: 1.8.1 + + - so-admin-cockpit + + :Version: 1.8.2 + + - so-nssmf-adapter + + :Version: 1.8.3 + + - so-openstack-adapter + + :Version: 1.8.1 + + - so-request-db-adapter + + :Version: 1.8.1 + + - so-sdc-controller + + :Version: 1.8.1 + + - so-sdnc-adapter + + :Version: 1.8.1 + + - so-sol003-adapter + + :Version: 1.8.2 + + - so-api-handler-infra + + :Version: 1.8.1 + + - so-etsi-nfvo-ns-lcm + + :Version: 1.8.2 + + - so-oof-adapter + + :Version: 1.8.3 + + - so-cnf-adapter + + :Version: 1.8.3 + +Release Purpose +---------------- +SO Honolulu Release. +The key delivereable for this release is refactoring SO for better internal architecture. + + +**Epics** + + +**Stories** + +The full list of implemented tasks is available on `JIRA GUILIN STORY <https://jira.onap.org/issues/?jql=project%20%3D%20%22Service%20Orchestrator%22%20%20AND%20issuetype%20%3D%20story%20AND%20fixVersion%20%3D%20%22honolulu%20Release%22>`_ +Listed below are key functional jira stories handled in the Honolulu release: + + +**Tasks** + +The full list of implemented tasks is available on `JIRA GUILIN TASKS <https://jira.onap.org/issues/?jql=project%20%3D%20%22Service%20Orchestrator%22%20%20AND%20issuetype%20%3D%20Task%20AND%20fixVersion%20%3D%20%22honolulu%20Release%22>`_ +Listed below are highest and high piority jira tasks handled in the Guilin release: + +* `SO-3205 <https://jira.onap.org/browse/SO-3205>`_ - E2E Network Slicing: Improvements for NST/NSI Selection callback +* `SO-3120 <https://jira.onap.org/browse/SO-3120>`_ - Create swagger api for software upgrade in SO +* `SO-2915 <https://jira.onap.org/browse/SO-2915>`_ - Upgrade Vulnerable Direct Dependencies + + +**Bug Fixes** + +The full list of fixed bugs is available on `JIRA GUILIN BUGS +<https://jira.onap.org/issues/?jql=project%20%3D%20%22Service%20Orchestrator%22%20%20AND%20issuetype%20%3D%20Bug%20AND%20fixVersion%20%3D%20%22honolulu%20Release%22>`_ +Listed below are highest and high piority jira tasks handled in the Guilin release: + + +Security Notes +-------------- + +*Fixed Security Issues* + +*Known Security Issues* + +*Known Vulnerabilities in Used Modules* + +Quick Links: + +- `SO project page <https://wiki.onap.org/display/DW/Service+Orchestrator+Project>`__ +- `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1702>`__ + +**Known Issues** +* `SO-3403 <https://jira.onap.org/browse/SO-3403>`_ - The functionality of the SO cnf-adapter will be tested further and will be delivered by the Guilin Maintenance Release as a 1.7.11 patch. +* `SO-3237 <https://jira.onap.org/browse/SO-SO-3237>`_ - Exposed HTTP port. +* `SO-3414 <https://jira.onap.org/browse/SO-SO-3414>`_ - Search Query does not contain get model data for vFW closed loop. + + +**Upgrade Notes** + + N/A + +**Deprecation Notes** + + SO modules Ve-Vnfm-adapter and appc-orchestrator are deprectaed for the Guilin release. + +**Other** + + N/A +*************************************************************************************** + + + + Version: 1.7.10 ============== |