Merge "Refactor the release notes" into casablanca
[so.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2018 Huawei Intellectual Property.  All rights reserved.
4
5
6 Service Orchestrator Release Notes
7 ==================================
8
9 The SO provides the highest level of service orchestration in the ONAP architecture. 
10
11 Version: 1.3.3
12 --------------
13
14 :Release Date: 2018-11-30
15
16 This is the official release package that was tested against the 72 hour stability test in integration environment.
17
18 Casablanca Release branch
19 *New Features**
20
21 Below  features are delivered in this release:
22 * Support PNF resource type.
23 * Extend the support of homing to vFW, vCPE usecases.
24 * Workflow Designer Integration.
25 * Monitoring BPMN workflow capabilities through UI.
26 * Support to the CCVPN Usecase.
27 * SO internal architecture improvements.
28 * Auto scale out of VNFs.
29
30 **Bug Fixes**
31
32         The defects fixed in this release could be found `here <https://jira.onap.org/issues/?jql=project%20%3D%20SO%20AND%20affectedVersion%20%3D%20%22Beijing%20Release%22%20AND%20status%20%3D%20Closed%20>`_.
33
34 **Known Issues**
35
36         There are some issues around the HPA and CCVPN that have been resolved in the patch release of 1.3.4.
37         SO-1249
38         
39         The other open issues are
40         SO-1257
41         SO-1248
42         SO-1219
43         These will be addressed in the next release.
44
45 **Security Notes**
46
47         SO code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The SO open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_.
48
49
50 Version: 1.3.1
51 --------------
52
53 :Release Date: 2018-10-24
54
55 Branch cut for Casablanca post M4 for integration test.
56 **New Features**
57
58 Below  features are under test:
59 * Support PNF resource type.
60 * Extend the support of homing to vFW, VDNS usecases.
61 * Workflow Designer Integration.
62 * Monitoring BPMN worflow capabilities through UI.
63 * Support to the CCVPN Usecase.
64 * SO internal architecture improvements 
65
66 Version: 1.3.0
67 --------------
68
69 :Release Date: 2018-08-22
70
71 New  release over  master branch for Casablanca development
72
73 Version: 1.2.2
74 --------------
75
76 :Release Date: 2018-06-07
77
78 The Beijing release is the second release of the Service Orchestrator (SO) project.
79
80 **New Features**
81
82 * Enhance Platform maturity by improving SO maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_.
83 * Manual scaling of network services and VNFs.
84 * Homing and placement capabilities through OOF interaction. 
85 * Ability to perform change management.
86 * Integrated to APPC
87 * Integrated to OOF 
88 * Integrated to OOM
89  
90 **Bug Fixes**
91
92         The defects fixed in this release could be found `here <https://jira.onap.org/issues/?jql=project%20%3D%20SO%20AND%20affectedVersion%20%3D%20%22Beijing%20Release%22%20AND%20status%20%3D%20Closed%20>`_.
93
94 **Known Issues**
95
96         SO docker image is still on ecmop and not onap in the repository. 
97         This will be addressed in the next release.
98
99 **Security Notes**
100
101         SO code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The SO open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_.
102
103 Quick Links:
104
105 - `SO project page <https://wiki.onap.org/display/DW/Service+Orchestrator+Project>`_
106 - `Passing Badge information for SO <https://bestpractices.coreinfrastructure.org/en/projects/1702>`_
107 - `Project Vulnerability Review Table for SO <https://wiki.onap.org/pages/viewpage.action?pageId=28377799>`_
108
109 **Upgrade Notes**
110         NA
111
112 **Deprecation Notes**
113         NA
114
115 Version: 1.1.2
116 --------------
117
118 :Release Date: 2018-01-18
119
120 Bug Fixes
121 ---------
122 The key defects fixed in this release :
123
124 - `SO-344 <https://jira.onap.org/browse/SO-344>`_
125   Only pass one VNF to DoCreateVnfAndModules.
126
127 - `SO-348 <https://jira.onap.org/browse/SO-348>`_
128   Json Analyze Exception in PreProcessRequest.
129
130 - `SO-352 <https://jira.onap.org/browse/SO-352>`_
131   SO failed to create VNF - with error message: Internal Error Occurred in CreateVnfInfra QueryCatalogDB Process.
132
133 - `SO-354 <https://jira.onap.org/browse/SO-354>`_
134   Change the Service Type And Service Role
135
136
137 Version: 1.1.1
138 --------------
139
140 :Release Date: 2017-11-16
141
142
143 **New Features**
144
145 The SO provides the highest level of service orchestration in the ONAP architecture.
146 It executes end-to-end service activities by processing workflows and business logic and coordinating other ONAP and external component activities. 
147
148 The orchestration engine is a reusable service. Any component of the architecture can execute SO orchestration capabilities. 
149
150 * Orchestration services will process workflows based on defined models and recipe. 
151 * The service model maintains consistency and re-usability across all orchestration activities and ensures consistent methods, structure and version of the workflow execution environment.
152 * Orchestration processes interact with other platform components or external systems via standard and well-defined APIs.
153
154
155 **Deprecation Notes**
156
157 There is a MSO 1.0.0 SO implementation existing in the pre-R1 ONAP Gerrit system.  
158 The MSO1.0.0 is deprecated by the R1 release and the current release is built over this release.
159 The Gerrit repos of mso/* are voided and already locked as read-only.
160 Following are the deprecated SO projects in gerrit repo:
161
162 - mso
163 - mso/chef-repo
164 - mso/docker-config
165 - mso/libs
166 - mso/mso-config
167         
168 **Other**
169         NA
170
171 ===========
172
173 End of Release Notes