Updated release notes for 1.12.0
[sdc.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. _release_notes:
3
4 =============
5 Release Notes
6 =============
7
8 Version: 1.12.0
9 ==============
10
11 :Release Date: 2022-10-28
12
13 SDC SDKs Versions
14 -----------------
15
16 -  sdc-distribution-client (Kafka)
17
18    :Version: 2.0.0
19    
20 -  sdc-distribution-client (DMaap MR - deprecated)
21
22    :Version: 1.4.5
23
24 -  sdc-tosca
25
26    :Version: 1.7.0
27
28 Release Purpose
29 ----------------
30 SDC London early release
31
32 **Epics**
33
34 N/A
35
36
37 **Stories**
38
39 *  `SDC-4207 <https://jira.onap.org/browse/SDC-4207>`_ - Constraint validation - Node Template Interfaces
40 *  `SDC-4229 <https://jira.onap.org/browse/SDC-4229>`_ - Default Substitution Mapping
41 *  `DMAAP-1787 <https://jira.onap.org/browse/DMAAP-1787>`_ - [SDC] Migrate SDC to use kafka native messaging
42 *  `SDC-4216 <https://jira.onap.org/browse/SDC-4216>`_ - Support import of VFCs with property constraints
43 *  `SDC-4209 <https://jira.onap.org/browse/SDC-4209>`_ - Constraint validation - Instance Attributes in a Service
44 *  `SDC-4210 <https://jira.onap.org/browse/SDC-4210>`_ - VFC properties - Increase character limit to 100 and allow use of @ character
45 *  `SDC-4214 <https://jira.onap.org/browse/SDC-4214>`_ - View Data type properties in UI
46 *  `SDC-4142 <https://jira.onap.org/browse/SDC-4142>`_ - Service import - Import updated node types with new attributes
47 *  `SDC-4208 <https://jira.onap.org/browse/SDC-4208>`_ - Enable viewing of VFC property details when checked in
48 *  `SDC-4190 <https://jira.onap.org/browse/SDC-4190>`_ - Constraint validation - Instance Properties in a Service
49 *  `SDC-4193 <https://jira.onap.org/browse/SDC-4193>`_ - View data type in UI
50 *  `SDC-4184 <https://jira.onap.org/browse/SDC-4184>`_ - API for fetching single data type
51 *  `DMAAP-1744 <https://jira.onap.org/browse/DMAAP-1744>`_ - Move SDC and clients to use Strimzi Kafka
52
53
54 **Bug Fixes**
55
56 *  `SDC-4224 <https://jira.onap.org/browse/SDC-4224>`_ - Import service with policy error
57 *  `SDC-4225 <https://jira.onap.org/browse/SDC-4225>`_ - Import of service with concat property value issue
58 *  `SDC-4227 <https://jira.onap.org/browse/SDC-4227>`_ - Error importing service with instance interfaces
59 *  `SDC-4189 <https://jira.onap.org/browse/SDC-4189>`_ - security risk: Improper Input Validation
60 *  `SDC-4217 <https://jira.onap.org/browse/SDC-4217>`_ - Setting value on interface operation property with constraint throws exception
61 *  `SDC-4218 <https://jira.onap.org/browse/SDC-4218>`_ - Fix cant set properties on an instance in the composition view
62 *  `SDC-4211 <https://jira.onap.org/browse/SDC-4211>`_ - Fetch data type endpoint is returning Optional instead of the requested Data Type
63 *  `SDC-4213 <https://jira.onap.org/browse/SDC-4213>`_ - Onboard-ui build started to fail with problems in ./node_modules/react-show-more-text/lib/ShowMoreText.css
64 *  `SDC-4196 <https://jira.onap.org/browse/SDC-4196>`_ - Empty interface operation definitions throw exception
65 *  `SDC-4192 <https://jira.onap.org/browse/SDC-4192>`_ - X-Frame-Options not configured: Lack of clickjacking protection
66 *  `SDC-4185 <https://jira.onap.org/browse/SDC-4185>`_ - Composition Window doesnot allow to update new version of VFC
67
68
69 **Tasks**
70
71 *  `SDC-4204 <https://jira.onap.org/browse/SDC-4204>`_ - Finalize Documentation
72 *  `SDC-4232 <https://jira.onap.org/browse/SDC-4232>`_ - Remove temp file if Minio-upload failed
73 *  `SDC-4231 <https://jira.onap.org/browse/SDC-4231>`_ - Fix potential NPE in importing property constraints
74 *  `SDC-4230 <https://jira.onap.org/browse/SDC-4230>`_ - Fix Critical bug reported by Sonar
75 *  `SDC-4228 <https://jira.onap.org/browse/SDC-4228>`_ - Update Vulnerable 3PP commons-text-1.9
76 *  `SDC-4205 <https://jira.onap.org/browse/SDC-4205>`_ - Remove unused code
77
78
79 Security Notes
80 --------------
81
82 *Fixed Security Issues*
83
84     N/A
85
86 *Known Security Issues*
87
88 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
89
90 *Known Vulnerabilities in Used Modules*
91
92 Quick Links:
93
94 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
95 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
96
97 **Known Issues**
98
99 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
100
101 **Upgrade Notes**
102
103     N/A
104
105 **Deprecation Notes**
106
107     N/A
108
109 **Other**
110
111     N/A
112
113 Version: 1.11.9
114 ==============
115
116 :Release Date: 2022-09-28
117
118 SDC SDKs Versions
119 -----------------
120
121 -  sdc-distribution-client
122
123    :Version: 1.4.5
124
125 -  sdc-tosca
126
127    :Version: 1.7.0
128
129 Release Purpose
130 ----------------
131 SDC Kohn M4 release
132
133 **Epics**
134
135 *  `SDC-4034 <https://jira.onap.org/browse/SDC-4034>`_ - Service Import
136 *  `SDC-4037 <https://jira.onap.org/browse/SDC-4037>`_ - Additional TOSCA constructs support Kohn
137 *  `SDC-4035 <https://jira.onap.org/browse/SDC-4035>`_ - Deletion of archived assets
138 *  `SDC-4037 <https://jira.onap.org/browse/SDC-4037>`_ - Additional TOSCA constructs support Kohn
139 *  `SDC-4036 <https://jira.onap.org/browse/SDC-4036>`_ - Enable application metrics
140
141
142 **Stories**
143
144 *  `SDC-4186 <https://jira.onap.org/browse/SDC-4186>`_ - Service import - Import unknown interface types
145 *  `SDC-4187 <https://jira.onap.org/browse/SDC-4187>`_ - Service import - Import unknown capability types
146 *  `SDC-4176 <https://jira.onap.org/browse/SDC-4176>`_ - Service import - Import unknown group types
147 *  `SDC-4173 <https://jira.onap.org/browse/SDC-4173>`_ - Support tosca functions for node capability filters
148 *  `SDC-4153 <https://jira.onap.org/browse/SDC-4153>`_ - Service import - Import necessary artifact types
149 *  `SDC-4162 <https://jira.onap.org/browse/SDC-4162>`_ - Service Import - yaml error
150
151
152 **Bug Fixes**
153
154 *  `SDC-4125 <https://jira.onap.org/browse/SDC-4125>`_ - Error thrown when setting policy property with get_property
155 *  `SDC-4188 <https://jira.onap.org/browse/SDC-4188>`_ - Fix show add button for Req and Capabilities in VF
156 *  `SDC-4181 <https://jira.onap.org/browse/SDC-4181>`_ - Simulator showing server exception when no content type is provided
157 *  `SDC-4179 <https://jira.onap.org/browse/SDC-4179>`_ - maven-resources-plugin filtering problem with plugins-configuration.yaml
158 *  `SDC-4175 <https://jira.onap.org/browse/SDC-4175>`_ - Capablity Types not refreshing after model change
159
160
161 **Tasks**
162
163 *  `SDC-4183 <https://jira.onap.org/browse/SDC-4183>`_ - Improve the catalog-fe README
164 *  `SDC-4066 <https://jira.onap.org/browse/SDC-4066>`_ - Improve catalog-ui test coverage
165 *  `SDC-4180 <https://jira.onap.org/browse/SDC-4180>`_ - Local paths shown in the compiled onboard UI app
166 *  `SDC-4178 <https://jira.onap.org/browse/SDC-4178>`_ - Update 'Deployment dependency map'
167
168
169 Security Notes
170 --------------
171
172 *Fixed Security Issues*
173
174     N/A
175
176 *Known Security Issues*
177
178 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
179
180 *Known Vulnerabilities in Used Modules*
181
182 Quick Links:
183
184 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
185 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
186
187 **Known Issues**
188
189 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
190
191 **Upgrade Notes**
192
193     N/A
194
195 **Deprecation Notes**
196
197     N/A
198
199 **Other**
200
201     N/A
202
203 Version: 1.11.8
204 ==============
205
206 :Release Date: 2022-09-09
207
208 SDC SDKs Versions
209 -----------------
210
211 -  sdc-distribution-client
212
213    :Version: 1.4.5
214
215 -  sdc-tosca
216
217    :Version: 1.7.0
218
219 Release Purpose
220 ----------------
221 SDC Kohn early release
222
223 **Epics**
224
225     N/A
226
227
228 **Stories**
229
230 *  `SDC-4168 <https://jira.onap.org/browse/SDC-4168>`_ - Support import of service with TOSCA functions in sub properties
231 *  `SDC-4171 <https://jira.onap.org/browse/SDC-4171>`_ - Relax checking on operation property values
232 *  `SDC-4128 <https://jira.onap.org/browse/SDC-4128>`_ - Support TOSCA functions for node filters
233 *  `SDC-4151 <https://jira.onap.org/browse/SDC-4151>`_ - Support TOSCA functions in sub properties in properties assignment
234 *  `SDC-4131 <https://jira.onap.org/browse/SDC-4131>`_ - Service import - Import updated node types
235 *  `SDC-4149 <https://jira.onap.org/browse/SDC-4149>`_ - Allow to select properties in the get_attribute function
236 *  `SDC-4140 <https://jira.onap.org/browse/SDC-4140>`_ - Service import - Import updated data types
237 *  `SDC-4137 <https://jira.onap.org/browse/SDC-4137>`_ - Service Import - general page validation
238 *  `SDC-4082 <https://jira.onap.org/browse/SDC-4082>`_ - Service Import - Inputs
239 *  `SDC-4136 <https://jira.onap.org/browse/SDC-4136>`_ - Allow ETSI VNF without other node template
240
241
242 **Bug Fixes**
243
244 *  `SDC-4174 <https://jira.onap.org/browse/SDC-4174>`_ - New node filter API does not accept legacy payload
245 *  `SDC-4166 <https://jira.onap.org/browse/SDC-4166>`_ - Importing service with TOSCA function yaml value
246 *  `SDC-4169 <https://jira.onap.org/browse/SDC-4169>`_ - application exposed to path traversal attack
247 *  `SDC-4134 <https://jira.onap.org/browse/SDC-4134>`_ - Import VFC not importing interfaces
248 *  `SDC-4145 <https://jira.onap.org/browse/SDC-4145>`_ - NPE thrown for interface operation template with no inputs
249 *  `SDC-4150 <https://jira.onap.org/browse/SDC-4150>`_ - Import service - sub import files are not loading
250 *  `SDC-4097 <https://jira.onap.org/browse/SDC-4097>`_ - Wrong Inputs creation on 'Add Service'
251 *  `SDC-4144 <https://jira.onap.org/browse/SDC-4144>`_ - SDC Jakarta release: "create service" does not work when new category added
252 *  `SDC-4141 <https://jira.onap.org/browse/SDC-4141>`_ - Encrypted user not being handled correctly in SDC-BE
253 *  `SDC-4130 <https://jira.onap.org/browse/SDC-4130>`_ - Fix Wrongly generated tosca implementation
254 *  `SDC-4132 <https://jira.onap.org/browse/SDC-4132>`_ - Fix error handling for instances with no properties
255 *  `SDC-4133 <https://jira.onap.org/browse/SDC-4133>`_ - ClassCastException thrown for artifact primary string value
256
257
258 **Tasks**
259
260 *  `SDC-4167 <https://jira.onap.org/browse/SDC-4167>`_ - Update/remove vulnerable dependencies
261 *  `SDC-4165 <https://jira.onap.org/browse/SDC-4165>`_ - Update SDC with new 'security-util-lib' version
262 *  `DOC-782 <https://jira.onap.org/browse/DOC-782>`_ - Create docs for 'Jakarta' main release
263 *  `SDC-4143 <https://jira.onap.org/browse/SDC-4143>`_ - Improve error's message readability
264 *  `SDC-4017 <https://jira.onap.org/browse/SDC-4017>`_ - Remove/update vulnerable dependency
265 *  `SDC-4139 <https://jira.onap.org/browse/SDC-4139>`_ - Fix broken build
266 *  `SDC-4133 <https://jira.onap.org/browse/SDC-4133>`_ - ClassCastException thrown for artifact primary string value
267
268
269 Security Notes
270 --------------
271
272 *Fixed Security Issues*
273
274     N/A
275
276 *Known Security Issues*
277
278 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
279
280 *Known Vulnerabilities in Used Modules*
281
282 Quick Links:
283
284 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
285 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
286
287 **Known Issues**
288
289 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
290
291 **Upgrade Notes**
292
293     N/A
294
295 **Deprecation Notes**
296
297     N/A
298
299 **Other**
300
301     N/A
302
303 Version: 1.11.7
304 ==============
305
306 :Release Date: 2022-08-15
307
308 SDC SDKs Versions
309 -----------------
310
311 -  sdc-distribution-client
312
313    :Version: 1.4.5
314
315 -  sdc-tosca
316
317    :Version: 1.7.0
318
319 Release Purpose
320 ----------------
321 SDC Kohn early release
322
323 **Epics**
324
325     N/A
326
327
328 **Stories**
329
330 *  `SDC-4113 <https://jira.onap.org/browse/SDC-4113>`_ - Service Import - Node Template Interface Definitions
331 *  `SDC-4118 <https://jira.onap.org/browse/SDC-4118>`_ - Service import - Import unknown node types
332 *  `SDC-4119 <https://jira.onap.org/browse/SDC-4119>`_ - Service import - Import unknown data types
333 *  `SDC-4123 <https://jira.onap.org/browse/SDC-4123>`_ - Support property get_input value in deprecated format
334 *  `SDC-4122 <https://jira.onap.org/browse/SDC-4122>`_ - Support tosca functions for policy instance properties in property assignment view
335 *  `SDC-4120 <https://jira.onap.org/browse/SDC-4120>`_ - Support for TOSCA functions for Service Import
336 *  `SDC-4083 <https://jira.onap.org/browse/SDC-4083>`_ - Service Import - Node Template Relationship Template
337 *  `SDC-4109 <https://jira.onap.org/browse/SDC-4109>`_ - Enable configuration of instance name
338 *  `SDC-4099 <https://jira.onap.org/browse/SDC-4099>`_ - Set property to yaml string in TOSCA functions modal
339
340
341 **Bug Fixes**
342
343 *  `SDC-4129 <https://jira.onap.org/browse/SDC-4129>`_ - Newly imported data types not found in UI
344 *  `SDC-4126 <https://jira.onap.org/browse/SDC-4126>`_ - Properties of the previous instance is loading in the Hierarchical panel
345 *  `SDC-4127 <https://jira.onap.org/browse/SDC-4127>`_ - Fix unable to delete default value for a complex property
346 *  `SDC-4124 <https://jira.onap.org/browse/SDC-4124>`_ - Empty node filter in template when directives added with no filter
347 *  `SDC-4117 <https://jira.onap.org/browse/SDC-4117>`_ - Error Importing node filter with multiple capability properties
348 *  `SDC-4125 <https://jira.onap.org/browse/SDC-4125>`_ - Error thrown when setting policy property with get_property
349 *  `SDC-4098 <https://jira.onap.org/browse/SDC-4098>`_ - Error adding capability with properties to VFC
350 *  `SDC-4121 <https://jira.onap.org/browse/SDC-4121>`_ - Fix outputs of complex type display and delete
351 *  `SDC-4114 <https://jira.onap.org/browse/SDC-4114>`_ - Fix Tosca Function Validation for Group and Policy properties
352 *  `SDC-4116 <https://jira.onap.org/browse/SDC-4116>`_ - UI shows text overlay on value field
353 *  `SDC-4115 <https://jira.onap.org/browse/SDC-4115>`_ - Fix functionaljava dependency for onboarding
354 *  `SDC-4084 <https://jira.onap.org/browse/SDC-4084>`_ - Group Property value display not easily readable
355 *  `SDC-4110 <https://jira.onap.org/browse/SDC-4110>`_ - Save button disabled in update property in composition view
356
357
358 **Tasks**
359
360 *  `SDC-4017 <https://jira.onap.org/browse/SDC-4017>`_ - Remove/update vulnerable dependency
361 *  `SDC-4100 <https://jira.onap.org/browse/SDC-4100>`_ - Add fast build profile ignoring the frontend build
362
363
364 Security Notes
365 --------------
366
367 *Fixed Security Issues*
368
369     N/A
370
371 *Known Security Issues*
372
373 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
374
375 *Known Vulnerabilities in Used Modules*
376
377 Quick Links:
378
379 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
380 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
381
382 **Known Issues**
383
384 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
385
386 **Upgrade Notes**
387
388     N/A
389
390 **Deprecation Notes**
391
392     N/A
393
394 **Other**
395
396     N/A
397
398 Version: 1.11.6
399 ==============
400
401 :Release Date: 2022-07-21
402
403 SDC SDKs Versions
404 -----------------
405
406 -  sdc-distribution-client
407
408    :Version: 1.4.5
409
410 -  sdc-tosca
411
412    :Version: 1.7.0
413
414 Release Purpose
415 ----------------
416 SDC Kohn early release
417
418 **Epics**
419
420     N/A
421
422 **Stories**
423
424 *  `SDC-4078 <https://jira.onap.org/browse/SDC-4078>`_ - Support tosca functions for group instances in composition view
425 *  `SDC-4060 <https://jira.onap.org/browse/SDC-4060>`_ - Service Import - Policies
426 *  `SDC-4051 <https://jira.onap.org/browse/SDC-4051>`_ - Service Import - Outputs
427 *  `SDC-4080 <https://jira.onap.org/browse/SDC-4080>`_ - Allow set values in properties of type timestamp
428 *  `SDC-4095 <https://jira.onap.org/browse/SDC-4095>`_ - Support concat for string property values
429 *  `SDC-4090 <https://jira.onap.org/browse/SDC-4090>`_ - Support tosca functions for group instances
430
431
432
433 **Bug Fixes**
434
435 *  `SDC-4048 <https://jira.onap.org/browse/SDC-4048>`_ - VFC properties of type timestamp not visible in property assignment
436 *  `SDC-4063 <https://jira.onap.org/browse/SDC-4063>`_ - Directives drop down list cut short
437 *  `SDC-4087 <https://jira.onap.org/browse/SDC-4087>`_ - Node Filters displayed incorrectly
438 *  `SDC-4088 <https://jira.onap.org/browse/SDC-4088>`_ - Save/discard button not showing for an instance attributes
439 *  `SDC-4081 <https://jira.onap.org/browse/SDC-4081>`_ - Fail to declare Input for duplicated name of property
440 *  `SDC-4089 <https://jira.onap.org/browse/SDC-4089>`_ - Fix upgrade failure
441 *  `SDC-4079 <https://jira.onap.org/browse/SDC-4079>`_ - Service Import - Input appearing as a property
442 *  `SDC-4091 <https://jira.onap.org/browse/SDC-4091>`_ - Fix clear value for group instances toscaGetFunction
443 *  `SDC-4085 <https://jira.onap.org/browse/SDC-4085>`_ - Unable to create a property on SELF of type List <Map>
444 *  `SDC-4096 <https://jira.onap.org/browse/SDC-4096>`_ - Changing VFC version on composition page results in error
445 *  `SDC-4101 <https://jira.onap.org/browse/SDC-4101>`_ - Fix incorrect dependency scope change
446
447
448
449 **Tasks**
450
451 *  `SDC-4017 <https://jira.onap.org/browse/SDC-4017>`_ - Update vulnerable dependencies
452 *  `SDC-4094 <https://jira.onap.org/browse/SDC-4094>`_ - Remove unused dependency (functionaljava)
453 *  `SDC-4100 <https://jira.onap.org/browse/SDC-4100>`_ - Add fast build profile ignoring frontend
454
455 Security Notes
456 --------------
457
458 *Fixed Security Issues*
459
460     N/A
461
462 *Known Security Issues*
463
464 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
465
466 *Known Vulnerabilities in Used Modules*
467
468 Quick Links:
469
470 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
471 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
472
473 **Known Issues**
474
475 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
476
477 **Upgrade Notes**
478
479     N/A
480
481 **Deprecation Notes**
482
483     N/A
484
485 **Other**
486
487     N/A
488
489 Version: 1.11.5
490 ==============
491
492 :Release Date: 2022-06-24
493
494 SDC SDKs Versions
495 -----------------
496
497 -  sdc-distribution-client
498
499    :Version: 1.4.5
500
501 -  sdc-tosca
502
503    :Version: 1.7.0
504
505 Release Purpose
506 ----------------
507 SDC Kohn early release
508
509 **Epics**
510
511     N/A
512
513 **Stories**
514
515 *  `SDC-3982 <https://jira.onap.org/browse/SDC-3982>`_ - Rearrange Interface Operation Implementation
516 *  `SDC-4055 <https://jira.onap.org/browse/SDC-4055>`_ - Delete interface operation from VFC
517 *  `SDC-4052 <https://jira.onap.org/browse/SDC-4052>`_ - Service Import - Input Metadata
518 *  `SDC-4049 <https://jira.onap.org/browse/SDC-4049>`_ - Service Import - Node Template Node Filter
519 *  `SDC-4053 <https://jira.onap.org/browse/SDC-4053>`_ - Support get_attribute in Property Assignment TOSCA functions
520 *  `SDC-4054 <https://jira.onap.org/browse/SDC-4054>`_ - Service Import - Groups
521 *  `SDC-4044 <https://jira.onap.org/browse/SDC-4044>`_ - Service Import - Read metadata from csar
522 *  `SDC-4065 <https://jira.onap.org/browse/SDC-4065>`_ - Make instance count optional
523
524 **Bug Fixes**
525
526 *  `SDC-4041 <https://jira.onap.org/browse/SDC-4041>`_ - Fix broken build
527 *  `SDC-4042 <https://jira.onap.org/browse/SDC-4042>`_ - TOSCA function modal input/property not found message does not disappear
528 *  `SDC-4046 <https://jira.onap.org/browse/SDC-4046>`_ - After a checkout in the VFC Properties page, can't edit a property
529 *  `SDC-4043 <https://jira.onap.org/browse/SDC-4043>`_ - Load inputs/properties in Tosca Get Function dialog considering the selected property schema
530 *  `SDC-4047 <https://jira.onap.org/browse/SDC-4047>`_ - Disable the save button in Property assignment TOSCA Function Modal for invalid values
531 *  `SDC-4039 <https://jira.onap.org/browse/SDC-4039>`_ - Fix getToscaFunction validation for property value
532 *  `SDC-4038 <https://jira.onap.org/browse/SDC-4038>`_ - Fix loading issue and double errors in properties assignment
533 *  `SDC-4050 <https://jira.onap.org/browse/SDC-4050>`_ - Update a list of map in VFC Properties - error while adding a new entry
534 *  `SDC-4057 <https://jira.onap.org/browse/SDC-4057>`_ - get_input not working for complex properties
535 *  `SDC-4059 <https://jira.onap.org/browse/SDC-4059>`_ - Fix interface name and operation not being disabled on edit
536 *  `SDC-4058 <https://jira.onap.org/browse/SDC-4058>`_ - VFC interface operation can be edited even when checked in
537 *  `SDC-4061 <https://jira.onap.org/browse/SDC-4061>`_ - Fix Interface Operation mandatory fields
538 *  `SDC-4045 <https://jira.onap.org/browse/SDC-4045>`_ - Fix interface operation implementation not being updated on version change
539
540
541 **Tasks**
542
543 *  `SDC-4056 <https://jira.onap.org/browse/SDC-4056>`_ - Remove unused maven properties in main pom
544
545 Security Notes
546 --------------
547
548 *Fixed Security Issues*
549
550     N/A
551
552 *Known Security Issues*
553
554 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
555
556 *Known Vulnerabilities in Used Modules*
557
558 Quick Links:
559
560 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
561 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
562
563 **Known Issues**
564
565 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
566
567 **Upgrade Notes**
568
569     N/A
570
571 **Deprecation Notes**
572
573     N/A
574
575 **Other**
576
577     N/A
578
579 Version: 1.11.4
580 ==============
581
582 :Release Date: 2022-06-09
583
584 SDC SDKs Versions
585 -----------------
586
587 -  sdc-distribution-client
588
589    :Version: 1.4.5
590
591 -  sdc-tosca
592
593    :Version: 1.7.0
594
595 Release Purpose
596 ----------------
597 SDC Kohn early release
598
599 **Epics**
600
601     N/A
602
603 **Stories**
604
605 *  `SDC-4031 <https://jira.onap.org/browse/SDC-4031>`_ - get_property support in Update Property modal from Composition page
606 *  `SDC-4028 <https://jira.onap.org/browse/SDC-4028>`_ - Allow to edit a TOSCA get function value in the Properties Assignment
607 *  `SDC-4025 <https://jira.onap.org/browse/SDC-4025>`_ - Maintain VFC instance attribute outputs on instance version change
608 *  `SDC-4018 <https://jira.onap.org/browse/SDC-4018>`_ - Maintain VFC UI added interface operations after an upgrade
609 *  `SDC-4012 <https://jira.onap.org/browse/SDC-4012>`_ - Maintain VFC UI added properties after an upgrade
610 *  `SDC-4016 <https://jira.onap.org/browse/SDC-4016>`_ - Maintain VFC external capabilities and requirements on instance version change
611 *  `SDC-4026 <https://jira.onap.org/browse/SDC-4026>`_ - Component Instance property selection in Property Assignment get property
612 *  `SDC-4009 <https://jira.onap.org/browse/SDC-4009>`_ - Maintain VFC instance interface operation details on instance version change
613 *  `SDC-4023 <https://jira.onap.org/browse/SDC-4023>`_ - Delete VSP - Ensure complete deletion of VSP from DB
614 *  `SDC-4014 <https://jira.onap.org/browse/SDC-4014>`_ - Support get_property in Property Assignment TOSCA functions
615 *  `SDC-4015 <https://jira.onap.org/browse/SDC-4015>`_ - Maintain VFC instance occurrences values on instance version change
616
617 **Bug Fixes**
618
619 *  `SDC-4032 <https://jira.onap.org/browse/SDC-4032>`_ - sdc-be-init fails intermittently
620 *  `SDC-4030 <https://jira.onap.org/browse/SDC-4030>`_ - Fix Component Instance requirements and capabilities not updating
621 *  `SDC-4024 <https://jira.onap.org/browse/SDC-4024>`_ - Interface Operation Implementation artifact file name incorrect for extended notation
622 *  `SDC-4027 <https://jira.onap.org/browse/SDC-4027>`_ - Error when restoring VLM: Unable to restore partially deleted VSP, re-try VSP deletion
623 *  `SDC-4022 <https://jira.onap.org/browse/SDC-4022>`_ - Inconsistent behavior adding a CONCAT string to VFC property and node filter property
624 *  `SDC-4021 <https://jira.onap.org/browse/SDC-4021>`_ - Fix Component Instance versions not updating
625 *  `SDC-4013 <https://jira.onap.org/browse/SDC-4013>`_ - Exception thrown when accessing a VF General page
626 *  `SDC-3987 <https://jira.onap.org/browse/SDC-3987>`_ - Node Filter string property value displayed as object
627
628
629 **Tasks**
630
631 *  `SDC-4029 <https://jira.onap.org/browse/SDC-4029>`_ - Fix Blocker Vulnerability
632 *  `SDC-4017 <https://jira.onap.org/browse/SDC-4017>`_ - Remove/update vulnerable dependency
633 *  `SDC-4011 <https://jira.onap.org/browse/SDC-4011>`_ - Include ETSI metadata in VSP package metadata
634
635
636 Security Notes
637 --------------
638
639 *Fixed Security Issues*
640
641     N/A
642
643 *Known Security Issues*
644
645 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
646
647 *Known Vulnerabilities in Used Modules*
648
649 Quick Links:
650
651 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
652 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
653
654 **Known Issues**
655
656 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
657
658 **Upgrade Notes**
659
660     N/A
661
662 **Deprecation Notes**
663
664     N/A
665
666 **Other**
667
668     N/A
669
670 Version: 1.11.3
671 ==============
672
673 :Release Date: 2022-05-17
674
675 SDC SDKs Versions
676 -----------------
677
678 -  sdc-distribution-client
679
680    :Version: 1.4.5
681
682 -  sdc-tosca
683
684    :Version: 1.7.0
685
686 Release Purpose
687 ----------------
688 SDC Kohn early release
689
690 **Epics**
691
692     N/A
693
694 **Stories**
695
696 *  `SDC-3999 <https://jira.onap.org/browse/SDC-3999>`_ - Import VFC with interface operation implementation extended notataion
697 *  `SDC-4001 <https://jira.onap.org/browse/SDC-4001>`_ - Support list<map<string, string>> properties in composition screen dialog
698 *  `SDC-3996 <https://jira.onap.org/browse/SDC-3996>`_ - Generalise Select Input button in Properties Assignment view
699 *  `SDC-4003 <https://jira.onap.org/browse/SDC-4003>`_ - Onboarded ASD csar included in VF csar
700
701 **Bug Fixes**
702
703 *  `SDC-3989 <https://jira.onap.org/browse/SDC-3989>`_ - additional_type_definition file missing in the csar package
704 *  `SDC-3990 <https://jira.onap.org/browse/SDC-3990>`_ - Custom datatype error when creating new property/input
705 *  `SDC-3983 <https://jira.onap.org/browse/SDC-3983>`_ - Fix inputs/policy tabs view for self and instances
706 *  `SDC-3991 <https://jira.onap.org/browse/SDC-3991>`_ - VLM duplicate name gives generic error
707 *  `SDC-4000 <https://jira.onap.org/browse/SDC-4000>`_ - Edit Operation modal does not offer correct artifact types and data types
708 *  `SDC-3997 <https://jira.onap.org/browse/SDC-3997>`_ - Interface panel is blank when switch to a different version of a VFC
709 *  `SDC-3998 <https://jira.onap.org/browse/SDC-3998>`_ - Datatypes for a property are not specific to the VFC model
710 *  `SDC-4007 <https://jira.onap.org/browse/SDC-4007>`_ - Unable to delete Map from List<Maps> property type
711 *  `SDC-4010 <https://jira.onap.org/browse/SDC-4010>`_ - Fix UI not displaying directives list correctly
712
713
714 **Tasks**
715
716     N/A
717
718
719 Security Notes
720 --------------
721
722 *Fixed Security Issues*
723
724     N/A
725
726 *Known Security Issues*
727
728 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
729
730 *Known Vulnerabilities in Used Modules*
731
732 Quick Links:
733
734 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
735 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
736
737 **Known Issues**
738
739 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
740
741 **Upgrade Notes**
742
743     N/A
744
745 **Deprecation Notes**
746
747     N/A
748
749 **Other**
750
751     N/A
752
753 Version: 1.11.2
754 ==============
755
756 :Release Date: 2022-04-23
757
758 SDC SDKs Versions
759 -----------------
760
761 -  sdc-distribution-client
762
763    :Version: 1.4.5
764
765 -  sdc-tosca
766
767    :Version: 1.7.0
768
769 Release Purpose
770 ----------------
771 SDC Kohn early release
772
773 **Epics**
774
775     N/A
776
777 **Stories**
778
779 *  `SDC-3964 <https://jira.onap.org/browse/SDC-3964>`_ - Onboarding UI support for VLM deletion
780 *  `SDC-3957 <https://jira.onap.org/browse/SDC-3957>`_ - Add application metrics in the catalog backend
781 *  `SDC-3956 <https://jira.onap.org/browse/SDC-3956>`_ - Add application metrics in the onboarding backend
782 *  `SDC-3966 <https://jira.onap.org/browse/SDC-3966>`_ - Restrict deletion of a VLM that is in use by any VSP
783 *  `SDC-3968 <https://jira.onap.org/browse/SDC-3968>`_ - Delete VLM - Support deletion of archived VLMs in onboarding BE
784 *  `SDC-3972 <https://jira.onap.org/browse/SDC-3972>`_ - Delete VFC - distinguish between system deployed or user deployed VFCs
785 *  `SDC-3981 <https://jira.onap.org/browse/SDC-3981>`_ - Delete VFC - restrict deletion of system deployed VFCs
786 *  `SDC-3936 <https://jira.onap.org/browse/SDC-3936>`_ - Delete Service - Support deletion of archived services in SDC BE
787 *  `SDC-3962 <https://jira.onap.org/browse/SDC-3962>`_ - Delete service - UI support for deleting services
788 *  `SDC-3969 <https://jira.onap.org/browse/SDC-3969>`_ - Add an UI feedback when saving a interface operation
789 *  `SDC-3973 <https://jira.onap.org/browse/SDC-3973>`_ - Delete Service - Support deletion of archived VFs in SDC BE
790
791 **Bug Fixes**
792
793 *  `SDC-3960 <https://jira.onap.org/browse/SDC-3960>`_ - Adjust onboarding UI min node npm version
794 *  `SDC-3957 <https://jira.onap.org/browse/SDC-3957>`_ - Add application metrics in the catalog backend
795 *  `SDC-3967 <https://jira.onap.org/browse/SDC-3967>`_ - Failed to launch to SDC from Portal
796 *  `SDC-3971 <https://jira.onap.org/browse/SDC-3971>`_ - Fix incorrect version in metrics-rest
797 *  `SDC-3975 <https://jira.onap.org/browse/SDC-3975>`_ - Unit tests with conflicting output folder, resulting in intermittent build errors
798 *  `SDC-3974 <https://jira.onap.org/browse/SDC-3974>`_ - NPE thrown when adding ASD VF to a service
799 *  `SDC-3985 <https://jira.onap.org/browse/SDC-3985>`_ - Edit/Delete options for directives are not disabled when service is checked in / certified
800 *  `SDC-3986 <https://jira.onap.org/browse/SDC-3986>`_ - Fix check to restrict deletion for system deployed VFCs
801
802 **Tasks**
803
804 *  `SDC-3932 <https://jira.onap.org/browse/SDC-3932>`_ - Remove deprecated/unused base images
805 *  `DOC-782 <https://jira.onap.org/browse/DOC-782>`_ - Create docs for 'Jakarta' main release
806 *  `SDC-3984 <https://jira.onap.org/browse/SDC-3984>`_ - Replace deprecated GEventEvaluator with JaninoEventEvaluator
807
808 Security Notes
809 --------------
810
811 *Fixed Security Issues*
812
813     N/A
814
815 *Known Security Issues*
816
817 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
818
819 *Known Vulnerabilities in Used Modules*
820
821 Quick Links:
822
823 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
824 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
825
826 **Known Issues**
827
828 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
829
830 **Upgrade Notes**
831
832     N/A
833
834 **Deprecation Notes**
835
836     N/A
837
838 **Other**
839
840     N/A
841
842 Version: 1.11.1
843 ==============
844
845 :Release Date: 2022-04-08
846
847 SDC SDKs Versions
848 -----------------
849
850 -  sdc-distribution-client
851
852    :Version: 1.4.5
853
854 -  sdc-tosca
855
856    :Version: 1.6.6
857
858 Release Purpose
859 ----------------
860 SDC Kohn early release
861
862 **Epics**
863
864     N/A
865
866 **Stories**
867
868 *  `SDC-3938 <https://jira.onap.org/browse/SDC-3938>`_ - Add ASD node and data types to SDC AID model
869 *  `SDC-3952 <https://jira.onap.org/browse/SDC-3952>`_ - Delete VSP - Onboarding UI support for VSP deletion 
870
871 **Bug Fixes**
872
873 *  `SDC-3953 <https://jira.onap.org/browse/SDC-3953>`_ - Fix error handling for VSP usage check in VF 
874
875 **Tasks**
876
877     N/A
878
879 Security Notes
880 --------------
881
882 *Fixed Security Issues*
883
884     N/A
885
886 *Known Security Issues*
887
888 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
889
890 *Known Vulnerabilities in Used Modules*
891
892 Quick Links:
893
894 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
895 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
896
897 **Known Issues**
898
899 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
900
901 **Upgrade Notes**
902
903     N/A
904
905 **Deprecation Notes**
906
907     N/A
908
909 **Other**
910
911     N/A
912
913 Version: 1.11.0
914 ==============
915
916 :Release Date: 2022-04-05
917
918 SDC SDKs Versions
919 -----------------
920
921 -  sdc-distribution-client
922
923    :Version: 1.4.5
924
925 -  sdc-tosca
926
927    :Version: 1.6.6
928
929 Release Purpose
930 ----------------
931 SDC Kohn early release
932
933 **Epics**
934
935     N/A
936
937 **Stories**
938
939 *  `SDC-3893 <https://jira.onap.org/browse/SDC-3893>`_ - UI support for editing interfaces on a node type
940 *  `SDC-3931 <https://jira.onap.org/browse/SDC-3931>`_ - Delete VSP - Handling partial delete failure
941 *  `SDC-3935 <https://jira.onap.org/browse/SDC-3935>`_ - Delete VSP - Restore of partially deleted VSP
942 *  `SDC-3948 <https://jira.onap.org/browse/SDC-3948>`_ - Add ASD artifact type to SDC AID model
943 *  `SDC-3893 <https://jira.onap.org/browse/SDC-3893>`_ - UI support for editing interfaces on a node type
944 *  `SDC-3894 <https://jira.onap.org/browse/SDC-3894>`_ - Delete VSP - Restrict deletion of archived VSPs if used in VF
945 *  `SDC-3884 <https://jira.onap.org/browse/SDC-3884>`_ - Copy entry_defintion_type to TOSCA.meta
946 *  `SDC-3890 <https://jira.onap.org/browse/SDC-3890>`_ - Delete VSP - Support deletion of archived VSPs in onboarding BE
947
948 **Bug Fixes**
949
950 *  `SDC-3939 <https://jira.onap.org/browse/SDC-3939>`_ - NPE thrown in service import
951 *  `SDC-3934 <https://jira.onap.org/browse/SDC-3934>`_ - Package storage and reducer config are not reloading when there is a config change
952 *  `SDC-3937 <https://jira.onap.org/browse/SDC-3937>`_ - PM_DICTIONARY check is causing nullpointer
953 *  `SDC-3926 <https://jira.onap.org/browse/SDC-3926>`_ - Setting value of list or map property with complex type results in single value
954 *  `SDC-3928 <https://jira.onap.org/browse/SDC-3928>`_ - Fix unable to update 'Interface Name' in VF
955
956 **Tasks**
957
958 *  `SDC-3933 <https://jira.onap.org/browse/SDC-3933>`_ - Upgrade vulnerable dependency 'org.apache.httpcomponents:httpcore'
959 *  `SDC-3927 <https://jira.onap.org/browse/SDC-3927>`_ - Remove unused vulnerable dependency
960
961 Security Notes
962 --------------
963
964 *Fixed Security Issues*
965
966     N/A
967
968 *Known Security Issues*
969
970 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
971
972 *Known Vulnerabilities in Used Modules*
973
974 Quick Links:
975
976 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
977 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
978
979 **Known Issues**
980
981 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
982
983 **Upgrade Notes**
984
985     N/A
986
987 **Deprecation Notes**
988
989     N/A
990
991 **Other**
992
993     N/A
994
995
996 Version: 1.10.3
997 ==============
998
999 :Release Date: 2022-03-22
1000
1001 SDC SDKs Versions
1002 -----------------
1003
1004 -  sdc-distribution-client
1005
1006    :Version: 1.4.5
1007
1008 -  sdc-tosca
1009
1010    :Version: 1.6.6
1011
1012 Release Purpose
1013 ----------------
1014 SDC Jakarta
1015
1016 **Epics**
1017     N/A
1018
1019 **Stories**
1020     N/A
1021
1022 **Bug Fixes**
1023
1024 *  `SDC-3921 <https://jira.onap.org/browse/SDC-3921>`_ - Map entry deletion not showing for inputs of type map<a complex type> in interface operation 
1025 *  `SDC-3922 <https://jira.onap.org/browse/SDC-3922>`_ - Node filters not loading while editing the select directive list 
1026 *  `SDC-3919 <https://jira.onap.org/browse/SDC-3919>`_ - Instance count not being added correctly to node template
1027 *  `SDC-3918 <https://jira.onap.org/browse/SDC-3918>`_ - Interface operation artifact implementation is being persisted even if not selected
1028 *  `SDC-3920 <https://jira.onap.org/browse/SDC-3920>`_ - Default value for inputs of complex type (in a instance interface operation) not being saved as JSON string
1029 *  `SDC-3916 <https://jira.onap.org/browse/SDC-3916>`_ - Error assigning substitution filter property to service property
1030
1031 **Tasks**
1032
1033 *  `SDC-3923 <https://jira.onap.org/browse/SDC-3923>`_ - Implement redirecting root url to sdc1
1034
1035 Security Notes
1036 --------------
1037
1038 *Fixed Security Issues*
1039
1040     N/A
1041
1042 *Known Security Issues*
1043
1044 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1045
1046 *Known Vulnerabilities in Used Modules*
1047
1048 Quick Links:
1049
1050 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1051 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1052
1053 **Known Issues**
1054
1055 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1056
1057 **Upgrade Notes**
1058
1059     N/A
1060
1061 **Deprecation Notes**
1062
1063     N/A
1064
1065 **Other**
1066
1067     N/A
1068
1069 Version: 1.10.2
1070 ==============
1071
1072 :Release Date: 2022-03-15
1073
1074 SDC SDKs Versions
1075 -----------------
1076
1077 -  sdc-distribution-client
1078
1079    :Version: 1.4.5
1080
1081 -  sdc-tosca
1082
1083    :Version: 1.6.6
1084
1085 Release Purpose
1086 ----------------
1087 SDC Jakarta
1088
1089 **Epics**
1090     N/A
1091
1092 **Stories**
1093
1094 *  `SDC-3885 <https://jira.onap.org/browse/SDC-3885>`_ - Remove single request bottleneck from the simulator 
1095 *  `SDC-3886 <https://jira.onap.org/browse/SDC-3886>`_ - Implement improved MinIo client
1096 *  `SDC-3861 <https://jira.onap.org/browse/SDC-3861>`_ - Support for multiple directives
1097 *  `SDC-3898 <https://jira.onap.org/browse/SDC-3898>`_ - Support properties of type List<Map<String, String>>
1098 *  `SDC-3891 <https://jira.onap.org/browse/SDC-3891>`_ - Update SDC for rename of TOSCA CL to ACM
1099 *  `SDC-3891 <https://jira.onap.org/browse/SDC-3882>`_ - Support occurrences on node templates
1100 *  `SDC-3891 <https://jira.onap.org/browse/SDC-3897>`_ - Support complex types in interface operation inputs
1101 *  `SDC-3891 <https://jira.onap.org/browse/SDC-3899>`_ - Support complex types for artifact properties in interface operation implementation
1102 *  `SDC-3891 <https://jira.onap.org/browse/SDC-3887>`_ - Support instance count on node template
1103
1104 **Bug Fixes**
1105
1106 *  `SDC-3881 <https://jira.onap.org/browse/SDC-3881>`_ - Fix NSD plugin to find version by model and category metadata 
1107 *  `SDC-3892 <https://jira.onap.org/browse/SDC-3892>`_ - SDC build failing
1108 *  `SDC-3889 <https://jira.onap.org/browse/SDC-3889>`_ - Error when no derived from exists
1109 *  `SDC-3888 <https://jira.onap.org/browse/SDC-3888>`_ - VSP upload with large files can handle the upload status incorrectly
1110 *  `SDC-3901 <https://jira.onap.org/browse/SDC-3901>`_ - Cannot create node filter capability if capability has different type properties
1111 *  `SDC-3901 <https://jira.onap.org/browse/SDC-3907>`_ - Exception when mouse over and out the node pallet in the composition screen
1112 *  `SDC-3901 <https://jira.onap.org/browse/SDC-3905>`_ - Error updating node filter capability
1113 *  `SDC-3901 <https://jira.onap.org/browse/SDC-3904>`_ - Error creating node filter capability using get_property
1114
1115 **Tasks**
1116
1117 *  `SDC-3877 <https://jira.onap.org/browse/SDC-3877>`_ - Implement redirecting root url to sdc1
1118 *  `SDC-3870 <https://jira.onap.org/browse/SDC-3870>`_ - Include new category to NSD generation plugin
1119 *  `SDC-3880 <https://jira.onap.org/browse/SDC-3880>`_ - Fix SDC-Helm-Validator CSITs
1120 *  `SDC-3895 <https://jira.onap.org/browse/SDC-3895>`_ - Update vulnerable dependencies
1121
1122 Security Notes
1123 --------------
1124
1125 *Fixed Security Issues*
1126
1127     N/A
1128
1129 *Known Security Issues*
1130
1131 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1132
1133 *Known Vulnerabilities in Used Modules*
1134
1135 Quick Links:
1136
1137 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1138 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1139
1140 **Known Issues**
1141
1142 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1143
1144 **Upgrade Notes**
1145
1146     N/A
1147
1148 **Deprecation Notes**
1149
1150     N/A
1151
1152 **Other**
1153
1154     N/A
1155
1156 Version: 1.10.1
1157 ==============
1158
1159 :Release Date: 2022-02-02
1160
1161 SDC SDKs Versions
1162 -----------------
1163
1164 -  sdc-distribution-client
1165
1166    :Version: 1.4.5
1167
1168 -  sdc-tosca
1169
1170    :Version: 1.6.6
1171
1172 Release Purpose
1173 ----------------
1174 SDC Jakarta 
1175
1176 **Epics**
1177     N/A
1178
1179 **Stories**
1180
1181 *  `SDC-3867 <https://jira.onap.org/browse/SDC-3867>`_ - Improve service import support
1182 *  `SDC-3842 <https://jira.onap.org/browse/SDC-3842>`_ - Add Controlloop design-time components to SDC
1183 *  `SDC-3862 <https://jira.onap.org/browse/SDC-3862>`_ - Obtain and control VSP package upload status
1184 *  `SDC-3855 <https://jira.onap.org/browse/SDC-3855>`_ - Add artifact types to ETSI SOL001 v2.5.1 model
1185 *  `SDC-3858 <https://jira.onap.org/browse/SDC-3858>`_ - Add a display name for the category
1186 *  `SDC-3850 <https://jira.onap.org/browse/SDC-3850>`_ - Add Interface support to VFC for viewing an interface definition
1187 *  `SDC-3848 <https://jira.onap.org/browse/SDC-3848>`_ - Update VSP upload status during backend processing
1188 *  `SDC-3856 <https://jira.onap.org/browse/SDC-3856>`_ - Issues creating control loop model
1189 *  `SDC-3847 <https://jira.onap.org/browse/SDC-3847>`_ - Support node template artifact properties
1190 *  `SDC-3846 <https://jira.onap.org/browse/SDC-3846>`_ - Add support for update to artifact types endpoint
1191 *  `SDC-3827 <https://jira.onap.org/browse/SDC-3827>`_ - Create endpoint to check status of the VSP package upload
1192 *  `SDC-3826 <https://jira.onap.org/browse/SDC-3826>`_ - Create endpoint to acquire a VSP package upload lock
1193 *  `SDC-3845 <https://jira.onap.org/browse/SDC-3845>`_ - Add sdc-be-init support for artifact types
1194
1195 **Bug Fixes**
1196
1197 *  `SDC-3866 <https://jira.onap.org/browse/SDC-3866>`_ - Fix VFC being removed from the list of allowable types 
1198 *  `SDC-3864 <https://jira.onap.org/browse/SDC-3864>`_ - UI hangs if drag/and drop policy in composition view 
1199 *  `SDC-3860 <https://jira.onap.org/browse/SDC-3860>`_ - Error in artifact update
1200 *  `SDC-3851 <https://jira.onap.org/browse/SDC-3851>`_ - Decrypt errors in sdc-be logs
1201 *  `SDC-3852 <https://jira.onap.org/browse/SDC-3852>`_ - Cassandra init dockers not working with latest version of cqlsh
1202 *  `SDC-2902 <https://jira.onap.org/browse/SDC-2902>`_ - Make sure Optionals values are defined before calling their `get` method
1203 *  `SDC-3837 <https://jira.onap.org/browse/SDC-3840>`_ - Remove test-jar generation
1204
1205
1206 **Tasks**
1207
1208 *  `SDC-3849 <https://jira.onap.org/browse/SDC-3849>`_ - Improve error logging in MinIo client
1209 *  `SDC-3839 <https://jira.onap.org/browse/SDC-3839>`_ - Improve testing stability
1210
1211 Security Notes
1212 --------------
1213
1214 *Fixed Security Issues*
1215
1216     N/A
1217
1218 *Known Security Issues*
1219
1220 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1221
1222 *Known Vulnerabilities in Used Modules*
1223
1224 Quick Links:
1225
1226 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1227 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1228
1229 **Known Issues**
1230
1231 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1232
1233 **Upgrade Notes**
1234
1235     N/A
1236
1237 **Deprecation Notes**
1238
1239     N/A
1240
1241 **Other**
1242
1243     N/A
1244
1245
1246 Version: 1.10.0
1247 ==============
1248
1249 :Release Date: 2022-01-07
1250
1251 SDC SDKs Versions
1252 -----------------
1253
1254 -  sdc-distribution-client
1255
1256    :Version: 1.4.5
1257
1258 -  sdc-tosca
1259
1260    :Version: 1.6.6
1261
1262 Release Purpose
1263 ----------------
1264 SDC Jakarta first release
1265
1266 **Epics**
1267     N/A
1268
1269 **Stories**
1270
1271 *  `SDC-3837 <https://jira.onap.org/browse/SDC-3837>`_ - Update property to identify SOL004 packages
1272 *  `SDC-3819 <https://jira.onap.org/browse/SDC-3819>`_ - Solution for identifying SOL004 packages
1273 *  `SDC-3805 <https://jira.onap.org/browse/SDC-3805>`_ - Allows custom property type names
1274 *  `SDC-3803 <https://jira.onap.org/browse/SDC-3803>`_ - Enable VF to be nested in a VF
1275 *  `SDC-3802 <https://jira.onap.org/browse/SDC-3802>`_ - Allow space and single quote in prop names
1276 *  `SDC-3774 <https://jira.onap.org/browse/SDC-3774>`_ - Update service import to import substitution filters
1277 *  `SDC-3775 <https://jira.onap.org/browse/SDC-3775>`_ - Update service import to import node filters
1278 *  `SDC-3793 <https://jira.onap.org/browse/SDC-3793>`_ - Node filter property value equals input value
1279 *  `SDC-3764 <https://jira.onap.org/browse/SDC-3764>`_ - Update service import to import service properties
1280 *  `SDC-3754 <https://jira.onap.org/browse/SDC-3754>`_ - Large csar handling - object store
1281 *  `SDC-3768 <https://jira.onap.org/browse/SDC-3768>`_ - UI support for adding artifacts to an interface operation implementation
1282 *  `SDC-3763 <https://jira.onap.org/browse/SDC-3763>`_ - Support for adding artifact types
1283 *  `SDC-3735 <https://jira.onap.org/browse/SDC-3735>`_ - Integration Tests - Import tosca types for a model
1284 *  `SDC-3715 <https://jira.onap.org/browse/SDC-3715>`_ - Import VSP with non-standard policy types
1285 *  `SDC-3759 <https://jira.onap.org/browse/SDC-3759>`_ - Allow Service base type to be optional
1286 *  `SDC-3760 <https://jira.onap.org/browse/SDC-3760>`_ - Support get_input for complex data types
1287 *  `SDC-3752 <https://jira.onap.org/browse/SDC-3752>`_ - Import multiple node_types in a single endpoint during the initialization
1288 *  `SDC-3737 <https://jira.onap.org/browse/SDC-3737>`_ - Add a display name for the category metadataKeys entries
1289 *  `SDC-3751 <https://jira.onap.org/browse/SDC-3751>`_ - Allow importing service with no instances
1290 *  `SDC-3725 <https://jira.onap.org/browse/SDC-3725>`_ - Type safety in node filters
1291 *  `SDC-3706 <https://jira.onap.org/browse/SDC-3706>`_ - Filter categories by model
1292 *  `SDC-3727 <https://jira.onap.org/browse/SDC-3727>`_ - Allow multiple base types for a service
1293 *  `SDC-3736 <https://jira.onap.org/browse/SDC-3736>`_ - Display model in UI tiles
1294 *  `SDC-3729 <https://jira.onap.org/browse/SDC-3729>`_ - Expand allowed chars in property names to include colon
1295
1296 **Bug Fixes**
1297
1298 *  `SDC-2921 <https://jira.onap.org/browse/SDC-2921>`_ - ToscaElementLifecycleOperation - Add null test before using nullable values
1299 *  `SDC-3018 <https://jira.onap.org/browse/SDC-3801>`_ - Fix import service to persist its model name
1300 *  `SDC-3822 <https://jira.onap.org/browse/SDC-3822>`_ - Topology template inputs created for interface inputs
1301 *  `SDC-3800 <https://jira.onap.org/browse/SDC-3800>`_ - Unable to set interface opertion for custom interface type
1302 *  `SDC-3799 <https://jira.onap.org/browse/SDC-3799>`_ - Not possible to set value of custom data type
1303 *  `SDC-3796 <https://jira.onap.org/browse/SDC-3796>`_ - Fix Incorrect properties entry on the interface operation definition and Required fields validation
1304 *  `SDC-3798 <https://jira.onap.org/browse/SDC-3798>`_ - Node Filter UI faults
1305 *  `SDC-3801 <https://jira.onap.org/browse/SDC-3801>`_ - Fix import service to persist its model name
1306 *  `SDC-3792 <https://jira.onap.org/browse/SDC-3792>`_ - VNFD not added to NSD when using S3 storage
1307 *  `SDC-3791 <https://jira.onap.org/browse/SDC-3791>`_ - Base type not set when not provided in the Service creation API
1308 *  `SDC-3757 <https://jira.onap.org/browse/SDC-3757>`_ - Test cases failing incorrectly on Jenkins
1309 *  `SDC-3784 <https://jira.onap.org/browse/SDC-3784>`_ - Not possible to restore an archived component
1310 *  `SDC-3607 <https://jira.onap.org/browse/SDC-3607>`_ - fix CRITICAL xss (cross site scripting) issues identified in sonarcloud
1311 *  `SDC-3770 <https://jira.onap.org/browse/SDC-3770>`_ - unable to run TCs separately (ImportVfcUiTest)
1312 *  `SDC-3765 <https://jira.onap.org/browse/SDC-3765>`_ - Changing the model during the service creation can cause invalid category and base type state
1313 *  `SDC-3734 <https://jira.onap.org/browse/SDC-3734>`_ - Fix child model being shown in UI
1314
1315 **Tasks**
1316
1317 *  `SDC-3824 <https://jira.onap.org/browse/SDC-3824>`_ - Make configurable UI version
1318 *  `SDC-3823 <https://jira.onap.org/browse/SDC-3823>`_ - Update Catalog-model set skip deploy to false
1319 *  `SDC-3816 <https://jira.onap.org/browse/SDC-3816>`_ - Fix MongoSocketOpenException-issue
1320 *  `SDC-3804 <https://jira.onap.org/browse/SDC-3804>`_ - Improve fast-build profile
1321 *  `SDC-3790 <https://jira.onap.org/browse/SDC-3790>`_ - Upgrade VSP is using the wrong VSP version id
1322 *  `SDC-3785 <https://jira.onap.org/browse/SDC-3785>`_ - Fix potential NPE
1323 *  `SDC-3771 <https://jira.onap.org/browse/SDC-3771>`_ - Fix CSV's generation on wrong folder
1324 *  `SDC-3776 <https://jira.onap.org/browse/SDC-3776>`_ - Fix broken TC (ExternalRefsServletTest)
1325 *  `SDC-3783 <https://jira.onap.org/browse/SDC-3783>`_ - Use base image user on sdc-backend-all-plugins docker image descriptor
1326 *  `SDC-3782 <https://jira.onap.org/browse/SDC-3782>`_ - Remove unnecessary maven resource filtering in asdctool
1327 *  `SDC-3772 <https://jira.onap.org/browse/SDC-3772>`_ - Fix discrepancy in IT between Intellij and maven
1328 *  `SDC-3753 <https://jira.onap.org/browse/SDC-3753>`_ - Skip UI tests during fast build
1329 *  `SDC-3761 <https://jira.onap.org/browse/SDC-3761>`_ - Define encoding while reading files in python init scripts
1330 *  `SDC-3741 <https://jira.onap.org/browse/SDC-3741>`_ - Clean sdctool.tar during build
1331
1332 Security Notes
1333 --------------
1334
1335 *Fixed Security Issues*
1336
1337 *  `SDC-3820 <https://jira.onap.org/browse/SDC-3820>`_ - Fix potential Log4Shell Security Vulnerability
1338 *  `SDC-3795 <https://jira.onap.org/browse/SDC-3795>`_ - Analyse vulnerable dependency versions in SDC
1339
1340 *Known Security Issues*
1341
1342 *  `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1343
1344 *Known Vulnerabilities in Used Modules*
1345
1346 Quick Links:
1347
1348 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1349 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1350
1351 **Known Issues**
1352
1353 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1354
1355 **Upgrade Notes**
1356
1357     N/A
1358
1359 **Deprecation Notes**
1360
1361     N/A
1362
1363 **Other**
1364
1365     N/A
1366         
1367         
1368 Version: 1.9.3
1369 ==============
1370
1371 :Release Date: 2021-09-30
1372
1373 SDC SDKs Versions
1374 -----------------
1375
1376 -  sdc-distribution-client
1377
1378    :Version: 1.4.5
1379
1380 -  sdc-tosca
1381
1382    :Version: 1.6.6
1383
1384 Release Purpose
1385 ----------------
1386 SDC Istanbul Release
1387
1388 **Epics**
1389
1390 * `SDC-3583 <https://jira.onap.org/browse/SDC-3583>`_ - SDC Multi Model Support Istanbul
1391 * `SDC-3635 <https://jira.onap.org/browse/SDC-3635>`_ - Large CSAR handling
1392
1393 **Stories**
1394
1395 The full list of implemented stories is available on `JIRA ISTANBUL TASKS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20story%20AND%20fixVersion%20%3D%20%22Istanbul%20Release%22>`_
1396
1397 **Tasks**
1398
1399 The full list of implemented tasks is available on `JIRA ISTANBUL TASKS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Task%20AND%20fixVersion%20%3D%20%22Istanbul%20Release%22>`_
1400
1401 **Bug Fixes**
1402
1403 The full list of fixed bugs is available on `JIRA ISTANBUL BUGS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Bug%20AND%20fixVersion%20%3D%20%22Istanbul%20Release%22>`_
1404
1405
1406 Security Notes
1407 --------------
1408
1409 *Fixed Security Issues*
1410
1411 -  [`SDC-3634 <https://jira.onap.org/browse/SDC-3634>`__\ ] - Fix security vulnerabilities
1412 -  [`SDC-3572 <https://jira.onap.org/browse/SDC-3572>`__\ ] - Update Vulnerable package dependencies for I release
1413
1414 *Known Security Issues*
1415
1416 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1417
1418 *Known Vulnerabilities in Used Modules*
1419
1420 Quick Links:
1421
1422 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1423 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1424
1425 **Known Issues**
1426
1427 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1428
1429 **Upgrade Notes**
1430
1431     N/A
1432
1433 **Deprecation Notes**
1434
1435     N/A
1436
1437 **Other**
1438
1439     N/A
1440
1441
1442 Version: 1.8.5
1443 ==============
1444
1445 :Release Date: 2021-04-22
1446
1447 SDC SDKs Versions
1448 -----------------
1449
1450 -  sdc-distribution-client
1451
1452    :Version: 1.4.2
1453
1454 -  sdc-tosca
1455
1456    :Version: 1.6.5
1457
1458 Release Purpose
1459 ----------------
1460 SDC Honolulu Release
1461
1462 **Epics**
1463
1464 *  `SDC-3338 <https://jira.onap.org/browse/SDC-3338>`_ - Design ETSI SOL007 compliant Network Service Descriptor packages
1465 *  `SDC-3279 <https://jira.onap.org/browse/SDC-3279>`_ - SDC Enhancements for ETSI-Alignment for Honolulu
1466 *  `SDC-2813 <https://jira.onap.org/browse/SDC-2813>`_ - Support additional package artifact Indicators for ETSI packages and Non-ETSI packages
1467 *  `SDC-2613 <https://jira.onap.org/browse/SDC-2613>`_ - SDC supports ETSI 3.3.1 Package security and validation for SOL007 and SOL004 packages
1468 *  `SDC-2610 <https://jira.onap.org/browse/SDC-2610>`_ - Support Onboard ETSI 3.3.1 SOL004 compliant VNF / CNF packages
1469
1470 **Stories**
1471
1472 *  `SDC-3491 <https://jira.onap.org/browse/SDC-3491>`_ - Update guava version
1473 *  `SDC-3484 <https://jira.onap.org/browse/SDC-3484>`_ - Increase SDC unit test coverage
1474 *  `SDC-3471 <https://jira.onap.org/browse/SDC-3471>`_ - Creation of Vendor Licensing Model is an optional step in VSP onboarding
1475 *  `SDC-3470 <https://jira.onap.org/browse/SDC-3470>`_ - Update node and data types in ONAP for ETSI SOL001 3.3.1 + minimum CNF enhancements
1476 *  `SDC-3466 <https://jira.onap.org/browse/SDC-3466>`_ - Improve import and export VFC TOSCA attributes
1477 *  `SDC-3447 <https://jira.onap.org/browse/SDC-3447>`_ - Handle ETSI versions in NSD Plugin
1478 *  `SDC-3446 <https://jira.onap.org/browse/SDC-3446>`_ - Support for updating interface operations in component instances
1479 *  `SDC-3435 <https://jira.onap.org/browse/SDC-3435>`_ - Initial support for relationship_templates
1480 *  `SDC-3432 <https://jira.onap.org/browse/SDC-3432>`_ - Enable updating of existing categories
1481 *  `SDC-3417 <https://jira.onap.org/browse/SDC-3417>`_ - SDC Distribution Client - enable test pipeline and add artifact consumption tests
1482 *  `SDC-3412 <https://jira.onap.org/browse/SDC-3412>`_ - Support for category specific metadata
1483 *  `SDC-3404 <https://jira.onap.org/browse/SDC-3404>`_ - Set directives and node_filters in any node type
1484 *  `SDC-3402 <https://jira.onap.org/browse/SDC-3402>`_ - Adapt SDC-BE to support new SDC Distribution Client notifications format
1485 *  `SDC-3401 <https://jira.onap.org/browse/SDC-3401>`_ - Adapt SDC FE Distribution Status to support new notifications format
1486 *  `SDC-3400 <https://jira.onap.org/browse/SDC-3400>`_ - SDC Distribution Client - Migrate to Java 11
1487 *  `SDC-3399 <https://jira.onap.org/browse/SDC-3399>`_ - Support for metadata in topology inputs
1488 *  `SDC-3380 <https://jira.onap.org/browse/SDC-3380>`_ - Support the SOL001 vnf_profile properties
1489 *  `SDC-3373 <https://jira.onap.org/browse/SDC-3373>`_ - Allow to set directives and node_filters in any node type
1490 *  `SDC-3372 <https://jira.onap.org/browse/SDC-3372>`_ - Support for interface input during import VFC
1491 *  `SDC-3352 <https://jira.onap.org/browse/SDC-3352>`_ - Support for mapping of ETSI v3.3.1 SOL001 VNF Descriptor with minimum CNF enhancements from 4.1.1 into SDC AID Data Model
1492 *  `SDC-3351 <https://jira.onap.org/browse/SDC-3351>`_ - Support for onboarding ETSI v3.3.1 SOL001 VNF Descriptors with minimum CNF enhancements from 4.1.1
1493 *  `SDC-3342 <https://jira.onap.org/browse/SDC-3342>`_ - Support for mapping of ETSI v3.3.1 SOL001 Network Service Descriptor in the SOL007 package into SDC AID Data Model
1494 *  `SDC-3341 <https://jira.onap.org/browse/SDC-3341>`_ - Support for using VNFs with CNF enhancements
1495 *  `SDC-3340 <https://jira.onap.org/browse/SDC-3340>`_ - Compose of one or more VNFs and the Virtual Links that connect them
1496 *  `SDC-3339 <https://jira.onap.org/browse/SDC-3339>`_ - Support for designing an ETSI SOL001 v3.3.1 compliant Network Service that can be deployed with an ETSI compliant NFVO
1497 *  `SDC-3337 <https://jira.onap.org/browse/SDC-3337>`_ - Support for onboarding ETSI v3.3.1 SOL004 VNF CSAR Packages with minimum CNF enhancements from 4.1.1
1498 *  `SDC-3335 <https://jira.onap.org/browse/SDC-3335>`_ - Fix Node Filter for capabilities
1499 *  `SDC-3303 <https://jira.onap.org/browse/SDC-3303>`_ - Allow hot reloading of specific config properties
1500 *  `SDC-3103 <https://jira.onap.org/browse/SDC-3103>`_ - Change creation of VLM to be optional
1501 *  `SDC-2815 <https://jira.onap.org/browse/SDC-2815>`_ - SDC client supports additional filtering on the artifact types for distinguishing between ETSI packages and Non-ETSI packages
1502 *  `SDC-2814 <https://jira.onap.org/browse/SDC-2814>`_ - SDC Notification supports additional package artifact types to split ETSI package from other non-ETSI TOSCA packages
1503 *  `SDC-2614 <https://jira.onap.org/browse/SDC-2614>`_ - SDC supports SOL007 NS Package security
1504 *  `SDC-2611 <https://jira.onap.org/browse/SDC-2611>`_ - Support for onboarding ETSI v3.3.1 SOL001 VNF Descriptors
1505
1506 **Tasks**
1507
1508 The full list of implemented tasks is available on `JIRA HONOLULU TASKS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Task%20AND%20fixVersion%20%3D%20%22Honolulu%20Release%22>`_
1509
1510 **Bug Fixes**
1511
1512 The full list of fixed bugs is available on `JIRA HONOLULU BUGS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Bug%20AND%20fixVersion%20%3D%20%22Honolulu%20Release%22>`_
1513
1514
1515 Security Notes
1516 --------------
1517
1518 *Fixed Security Issues*
1519
1520 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
1521
1522 *Known Security Issues*
1523
1524 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1525
1526 *Known Vulnerabilities in Used Modules*
1527
1528 Quick Links:
1529
1530 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1531 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1532
1533 **Known Issues**
1534
1535 -   Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try.
1536
1537 **Upgrade Notes**
1538
1539     N/A
1540
1541 **Deprecation Notes**
1542
1543     N/A
1544
1545 **Other**
1546
1547     N/A
1548
1549 Version: 1.7.3
1550 ==============
1551
1552 :Release Date: 2020-11-19
1553
1554 SDC SDKs Versions
1555 -----------------
1556
1557 -  sdc-distribution-client
1558
1559    :Version: 1.4.1
1560
1561 -  sdc-tosca
1562
1563    :Version: 1.6.5
1564
1565 Release Purpose
1566 ----------------
1567 SDC Guilin Release
1568
1569 **Epics**
1570
1571 *  `SDC-3085 <https://jira.onap.org/browse/SDC-3085>`_ - Test Topology Auto Design ï¼ˆNFV Testing Automatic Platform)
1572 *  `SDC-2802 <https://jira.onap.org/browse/SDC-2802>`_ - Design ETSI SOL007 compliant Network Service Descriptor packages
1573
1574 **Stories**
1575
1576
1577 *  `SDC-3275 <https://jira.onap.org/browse/SDC-3275>`_ - Make directives options configurable
1578 *  `SDC-3262 <https://jira.onap.org/browse/SDC-3262>`_ - Support for node_filters - capabilities
1579 *  `SDC-3257 <https://jira.onap.org/browse/SDC-3257>`_ - Enable node_filter update action
1580 *  `SDC-3254 <https://jira.onap.org/browse/SDC-3254>`_ - Map topology inputs to properties in substitution mapping
1581 *  `SDC-3249 <https://jira.onap.org/browse/SDC-3249>`_ - ETSI Network Service Descriptor CSAR plugin
1582 *  `SDC-3244 <https://jira.onap.org/browse/SDC-3244>`_ - Change the ONBOARDED_PACKAGE directory to the ETSI_PACKAGE directory
1583 *  `SDC-3195 <https://jira.onap.org/browse/SDC-3195>`_ - Add UI support  for substitution_filter
1584 *  `SDC-3184 <https://jira.onap.org/browse/SDC-3184>`_ - Distribute HELM package artifact as a part of VF
1585 *  `SDC-3183 <https://jira.onap.org/browse/SDC-3183>`_ - Create VF model from VSP with HELM type inside
1586 *  `SDC-3182 <https://jira.onap.org/browse/SDC-3182>`_ - SDC should support CNF Orchestration
1587 *  `SDC-3180 <https://jira.onap.org/browse/SDC-3180>`_ - Support for Test Topology Auto Design-  Abstract Service Template
1588 *  `SDC-3179 <https://jira.onap.org/browse/SDC-3179>`_ - Support for Test Topology Auto Design- Service Import
1589 *  `SDC-3177 <https://jira.onap.org/browse/SDC-3177>`_ - Config instances types allowed to be used in the component composition
1590 *  `SDC-3173 <https://jira.onap.org/browse/SDC-3173>`_ - SDC must not use root access to DB
1591 *  `SDC-3172 <https://jira.onap.org/browse/SDC-3172>`_ - SDC to support automatic retrieval of certificates
1592 *  `SDC-3167 <https://jira.onap.org/browse/SDC-3167>`_ - Create VSP with HELM as a native artifact type
1593 *  `SDC-3147 <https://jira.onap.org/browse/SDC-3147>`_ - Add back-end support  for substitution_filter
1594 *  `SDC-3131 <https://jira.onap.org/browse/SDC-3131>`_ - Improve Utils coverage and improve Sonar score
1595 *  `SDC-3095 <https://jira.onap.org/browse/SDC-3095>`_ - Add support for node_filter on VFC
1596 *  `SDC-3094 <https://jira.onap.org/browse/SDC-3094>`_ - Migrate any Python code to version 3.8
1597 *  `SDC-3087 <https://jira.onap.org/browse/SDC-3087>`_ - E2E Network Slicing: KPI Monitoring
1598 *  `SDC-3086 <https://jira.onap.org/browse/SDC-3086>`_ - E2E Network Slicing: subnet slicing
1599 *  `SDC-3084 <https://jira.onap.org/browse/SDC-3084>`_ - Initial support for TOSCA property constraints in ToscaProperty class and constraint valid_values
1600 *  `SDC-3079 <https://jira.onap.org/browse/SDC-3079>`_ - Make Directive values Tosca compliant
1601 *  `SDC-3075 <https://jira.onap.org/browse/SDC-3075>`_ - Allow TOSCA Entity Type Schema and specific Interface Type entries in an Interface Type
1602 *  `SDC-3074 <https://jira.onap.org/browse/SDC-3074>`_ - Add support for directives on VFC
1603 *  `SDC-3062 <https://jira.onap.org/browse/SDC-3062>`_ - Plugable entry to customize properties during Service creation
1604 *  `SDC-3061 <https://jira.onap.org/browse/SDC-3061>`_ - Expose generic Service properties as properties, not only as inputs
1605 *  `SDC-3060 <https://jira.onap.org/browse/SDC-3060>`_ - Update a resource template from a new onboarding package
1606 *  `SDC-3051 <https://jira.onap.org/browse/SDC-3051>`_ - Upgrade Vulnerable Direct Dependencies
1607 *  `SDC-3021 <https://jira.onap.org/browse/SDC-3021>`_ - Enable by configuration which global type file should be added to the generated CSAR
1608 *  `SDC-3020 <https://jira.onap.org/browse/SDC-3020>`_ - Adjust docker-compose and SSL config in Workflow plugin
1609 *  `SDC-2997 <https://jira.onap.org/browse/SDC-2997>`_ - HEAT to TOSCA VM Consolidation
1610 *  `SDC-2984 <https://jira.onap.org/browse/SDC-2984>`_ - Remove powermock dependency
1611 *  `SDC-2957 <https://jira.onap.org/browse/SDC-2957>`_ - Support the substitution_mappings in the VNFD
1612 *  `SDC-2883 <https://jira.onap.org/browse/SDC-2883>`_ - Support design of Service templates, including NSDs
1613 *  `SDC-2877 <https://jira.onap.org/browse/SDC-2877>`_ - Support for configuring base tosca type on a category basis
1614 *  `SDC-2854 <https://jira.onap.org/browse/SDC-2854>`_ - Support 50 characters for VSP name in OnBoarding
1615 *  `SDC-2820 <https://jira.onap.org/browse/SDC-2820>`_ - Create / Update Entitlement Pool - Support Type Field
1616 *  `SDC-2810 <https://jira.onap.org/browse/SDC-2810>`_ - Support for deploying a service that contains an ETSI SOL001 v2.7.1 compliant Network Service using an external NFVO
1617 *  `SDC-2809 <https://jira.onap.org/browse/SDC-2809>`_ - Support for deploying a service that contains an ETSI SOL001 v2.7.1 compliant Network Service using VF-C as the NFVO
1618 *  `SDC-2808 <https://jira.onap.org/browse/SDC-2808>`_ - Design ETSI SOL001 NSD and generate ETSI SOL001 compliant Network Service descriptor and package
1619 *  `SDC-2804 <https://jira.onap.org/browse/SDC-2804>`_ - SDC supports onboarding of the SOL007 NS package for an External NFVO
1620 *  `SDC-2781 <https://jira.onap.org/browse/SDC-2781>`_ - Allow other entries for SOL004 Tosca.meta
1621 *  `SDC-2775 <https://jira.onap.org/browse/SDC-2775>`_ - Include derived_from types in generated csar
1622 *  `SDC-2772 <https://jira.onap.org/browse/SDC-2772>`_ - Import of VFC interface implementation
1623 *  `SDC-2771 <https://jira.onap.org/browse/SDC-2771>`_ - Unassigned requirements in topology template substitution mapping
1624 *  `SDC-2768 <https://jira.onap.org/browse/SDC-2768>`_ - Support Tosca DependsOn root node relationship
1625 *  `SDC-2754 <https://jira.onap.org/browse/SDC-2754>`_ - Allow SDC component artifact types to be configurable
1626 *  `SDC-2688 <https://jira.onap.org/browse/SDC-2688>`_ - Upgrade Selenium
1627 *  `SDC-2659 <https://jira.onap.org/browse/SDC-2659>`_ - Support setting custom properties required true/false in UI
1628 *  `SDC-2642 <https://jira.onap.org/browse/SDC-2642>`_ - Archive DCAE-DS project
1629 *  `SDC-2618 <https://jira.onap.org/browse/SDC-2618>`_ - Mapping between SOL001 NSD and SDC AID DM/SDC Internal TOSCA
1630 *  `SDC-2612 <https://jira.onap.org/browse/SDC-2612>`_ - SDC supports onboarding of the SOL007 NS package for VFC as the NFVO
1631 *  `SDC-2590 <https://jira.onap.org/browse/SDC-2590>`_ - Upgrade To Cassandra 3
1632
1633 **Tasks**
1634
1635 The full list of implemented tasks is available on `JIRA GUILIN TASKS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Task%20AND%20fixVersion%20%3D%20%22Guilin%20Release%22>`_
1636
1637 **Bug Fixes**
1638
1639 The full list of fixed bugs is available on `JIRA GUILIN BUGS <https://jira.onap.org/issues/?jql=project%20%3D%20SDC%20AND%20issuetype%20%3D%20Bug%20AND%20fixVersion%20%3D%20%22Guilin%20Release%22>`_
1640
1641
1642 Security Notes
1643 --------------
1644
1645 *Fixed Security Issues*
1646
1647 *Known Security Issues*
1648
1649 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
1650 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1651
1652
1653 *Known Vulnerabilities in Used Modules*
1654
1655 Quick Links:
1656
1657 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1658 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1659
1660 **Known Issues**
1661
1662         N/A
1663
1664 **Upgrade Notes**
1665
1666         N/A
1667
1668 **Deprecation Notes**
1669
1670         SDC DCAE-DS plugin is now deprecated (replaced by DCAE-MOD)
1671
1672 **Other**
1673
1674         N/A
1675
1676 Version: 1.6.7
1677 ==============
1678
1679 :Release Date: 2020-07-23
1680
1681 SDC SDKs Versions
1682 -----------------
1683
1684 -  sdc-distribution-client
1685
1686    :Version: 1.4.1
1687
1688 -  sdc-tosca
1689
1690    :Version: 1.6.2
1691
1692 Release Purpose
1693 ----------------
1694 Frankfurt maintenance release : fix high severity bugs identified post Frankfurt
1695
1696 **Stories/Bug fixes/Tasks implemented**
1697
1698 *  `SDC-2930 <https://jira.onap.org/browse/SDC-2930>`_ - [El Alto] Can't create VF via a newly created VSP
1699 *  `SDC-3189 <https://jira.onap.org/browse/SDC-3189>`_ - release artifacts for Frankfurt Maintenance
1700 *  `SDC-3190 <https://jira.onap.org/browse/SDC-3190>`_ - update sdc pom to 1.6.7 for frankfurt maintenance release
1701
1702 Security Notes
1703 --------------
1704
1705 *Fixed Security Issues*
1706
1707 *Known Security Issues*
1708
1709 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
1710 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1711
1712
1713 *Known Vulnerabilities in Used Modules*
1714
1715 Quick Links:
1716
1717 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1718 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1719
1720 **Known Issues**
1721
1722         N/A
1723
1724 **Upgrade Notes**
1725
1726         N/A
1727
1728 **Deprecation Notes**
1729
1730         N/A
1731
1732 **Other**
1733
1734         N/A
1735
1736 Version: 1.6.6
1737 ==============
1738
1739 :Release Date: 2020-06-04
1740
1741 SDC SDKs Versions
1742 -----------------
1743
1744 -  sdc-distribution-client
1745
1746    :Version: 1.4.1
1747
1748 -  sdc-tosca
1749
1750    :Version: 1.6.2
1751
1752 Release Purpose
1753 ----------------
1754
1755
1756 **Epics**
1757
1758 *  `SDC-1607 <https://jira.onap.org/browse/SDC-1607>`_ - Logging alignemnet to 1.2 logging spec
1759 *  `SDC-1970 <https://jira.onap.org/browse/SDC-1970>`_ - Supporting PNF package onboarding
1760 *  `SDC-2011 <https://jira.onap.org/browse/SDC-2011>`_ - Design Studio (DCAE-DS) support for 3GPP PM Mapper
1761 *  `SDC-2378 <https://jira.onap.org/browse/SDC-2378>`_ - ONAP as Third Party Domain Manager - Import Third Party Catalog in SDC
1762 *  `SDC-2415 <https://jira.onap.org/browse/SDC-2415>`_ - AAF integration of HTTPS certificates
1763 *  `SDC-2482 <https://jira.onap.org/browse/SDC-2482>`_ - Add VSP Compliance and Verification Check feature Phase 2
1764 *  `SDC-2555 <https://jira.onap.org/browse/SDC-2555>`_ - SDC support of Network Slicing Demo in Frankfurt
1765 *  `SDC-2598 <https://jira.onap.org/browse/SDC-2598>`_ - Frankfurt release planning milestone
1766 *  `SDC-2643 <https://jira.onap.org/browse/SDC-2643>`_ - Collapsing Roles / Role consolidation
1767 *  `SDC-2683 <https://jira.onap.org/browse/SDC-2683>`_ - Functionality and API Freeze
1768 *  `SDC-2742 <https://jira.onap.org/browse/SDC-2742>`_ - Code Freeze
1769 *  `SDC-2787 <https://jira.onap.org/browse/SDC-2787>`_ - Release Candidate 0 Integration and Test
1770
1771 **Stories**
1772
1773 *  `SDC-1952 <https://jira.onap.org/browse/SDC-1952>`_ - 9 artifacts 9 definition is missing in the exported csar 9 s VDU node
1774 *  `SDC-2095 <https://jira.onap.org/browse/SDC-2095>`_ - R6 5G U/C SDC: PM Dictionary GUI Display from PNF Onboarded Package
1775 *  `SDC-2138 <https://jira.onap.org/browse/SDC-2138>`_ - SDC docker runs as non root
1776 *  `SDC-2216 <https://jira.onap.org/browse/SDC-2216>`_ - Security improvements
1777 *  `SDC-2382 <https://jira.onap.org/browse/SDC-2382>`_ - Introduce a new category for the 3rd party Service
1778 *  `SDC-2383 <https://jira.onap.org/browse/SDC-2383>`_ - Expose the API for service creation as an External API
1779 *  `SDC-2385 <https://jira.onap.org/browse/SDC-2385>`_ - Introduce property mapping rules to define parent-child mapping for properties added in service definition
1780 *  `SDC-2393 <https://jira.onap.org/browse/SDC-2393>`_ - CBA association enhancement in PNFD to support API decision
1781 *  `SDC-2394 <https://jira.onap.org/browse/SDC-2394>`_ - Support custom PNF workflow design
1782 *  `SDC-2405 <https://jira.onap.org/browse/SDC-2405>`_ - Add workflow-designer secure frontend-backend communication
1783 *  `SDC-2417 <https://jira.onap.org/browse/SDC-2417>`_ - SDC must work in HTTPS mode in all interfaces
1784 *  `SDC-2456 <https://jira.onap.org/browse/SDC-2456>`_ - Optimize usage of repositories
1785 *  `SDC-2559 <https://jira.onap.org/browse/SDC-2559>`_ - Need a getter method to return Input list from getEntity API
1786 *  `SDC-2561 <https://jira.onap.org/browse/SDC-2561>`_ - Transformation of customized Node Types for PNFD
1787 *  `SDC-2562 <https://jira.onap.org/browse/SDC-2562>`_ - Package Security - support signing of individual artifacts
1788 *  `SDC-2582 <https://jira.onap.org/browse/SDC-2582>`_ - CBA association enhancement in VNFD to support API decision
1789 *  `SDC-2584 <https://jira.onap.org/browse/SDC-2584>`_ - SDC-BE - create unique identifier for each execution of test cases.
1790 *  `SDC-2585 <https://jira.onap.org/browse/SDC-2585>`_ - Refresh option in the onboarding validation page
1791 *  `SDC-2589 <https://jira.onap.org/browse/SDC-2589>`_ - Onboard PNF software version
1792 *  `SDC-2590 <https://jira.onap.org/browse/SDC-2590>`_ - Upgrade To Cassandra 3
1793 *  `SDC-2629 <https://jira.onap.org/browse/SDC-2629>`_ - SDC UI button for user to request VTP to create \& upload a OVP tar.gz file to OVP Portal
1794 *  `SDC-2631 <https://jira.onap.org/browse/SDC-2631>`_ - SDC Meta Data for CDS Integration
1795 *  `SDC-2638 <https://jira.onap.org/browse/SDC-2638>`_ - Upgrade Portal SDK to latest (2.6.0)
1796 *  `SDC-2639 <https://jira.onap.org/browse/SDC-2639>`_ - Align logging to Onap-ELS 2019.11
1797 *  `SDC-2640 <https://jira.onap.org/browse/SDC-2640>`_ - Handle onboard ALTER tables to support upgrade
1798 *  `SDC-2644 <https://jira.onap.org/browse/SDC-2644>`_ - Collapsing Roles - UI changes
1799 *  `SDC-2645 <https://jira.onap.org/browse/SDC-2645>`_ - From Certified to Distributed - BE
1800 *  `SDC-2650 <https://jira.onap.org/browse/SDC-2650>`_ - Perform Software Composition Analysis - Vulnerability tables
1801 *  `SDC-2651 <https://jira.onap.org/browse/SDC-2651>`_ - Tosca Parser - getVFModule - new API
1802 *  `SDC-2652 <https://jira.onap.org/browse/SDC-2652>`_ - Document current upgrade component Strategy
1803 *  `SDC-2656 <https://jira.onap.org/browse/SDC-2656>`_ - add securityUtil code to Onap
1804 *  `SDC-2685 <https://jira.onap.org/browse/SDC-2685>`_ - Upgrade Node \& npm version
1805 *  `SDC-2686 <https://jira.onap.org/browse/SDC-2686>`_ - add common-app-logging module
1806 *  `SDC-2687 <https://jira.onap.org/browse/SDC-2687>`_ - Upgrade sdc-tosca version in main SDC pom
1807 *  `SDC-2691 <https://jira.onap.org/browse/SDC-2691>`_ - Enhance catalog FE proxy to be able to proxy to any defined plugin
1808 *  `SDC-2692 <https://jira.onap.org/browse/SDC-2692>`_ - Fix sonar issues
1809 *  `SDC-2696 <https://jira.onap.org/browse/SDC-2696>`_ - Release sdc-be-common 1.6.0
1810 *  `SDC-2699 <https://jira.onap.org/browse/SDC-2699>`_ - Increase SDC Code Coverage
1811 *  `SDC-2703 <https://jira.onap.org/browse/SDC-2703>`_ - Upgrade Node/npm/yarn version for WF-D
1812 *  `SDC-2724 <https://jira.onap.org/browse/SDC-2724>`_ - Catalog alignment
1813 *  `SDC-2732 <https://jira.onap.org/browse/SDC-2732>`_ - fix CSIT
1814 *  `SDC-2733 <https://jira.onap.org/browse/SDC-2733>`_ - remove unnecessary dependencies from pom
1815 *  `SDC-2758 <https://jira.onap.org/browse/SDC-2758>`_ - Backend configuration file runtime reload
1816 *  `SDC-2760 <https://jira.onap.org/browse/SDC-2760>`_ - Support import of custom node type name
1817 *  `SDC-2761 <https://jira.onap.org/browse/SDC-2761>`_ - Backend extensibility
1818
1819
1820 Security Notes
1821 --------------
1822
1823 *Fixed Security Issues*
1824
1825 -  [`OJSI-102 <https://jira.onap.org/browse/OJSI-102>`__\ ] - sdc-fe exposes plain text HTTP endpoint using port 30206
1826 -  [`OJSI-126 <https://jira.onap.org/browse/OJSI-126>`__\ ] - sdc-wfd-fe exposes plain text HTTP endpoint using port 30256
1827 -  [`OJSI-127 <https://jira.onap.org/browse/OJSI-127>`__\ ] - sdc-wfd-be exposes plain text HTTP endpoint using port 30257
1828
1829
1830 *Known Security Issues*
1831
1832 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
1833 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1834
1835
1836 *Known Vulnerabilities in Used Modules*
1837
1838 Quick Links:
1839
1840 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1841 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1842
1843 **Known Issues**
1844
1845         N/A
1846
1847 **Upgrade Notes**
1848
1849         N/A
1850
1851 **Deprecation Notes**
1852
1853         N/A
1854
1855 **Other**
1856
1857         N/A
1858
1859
1860
1861
1862 Version: 1.5.2
1863 ==============
1864
1865 :Release Date: 2019-10-10
1866
1867 SDC SDKs Versions
1868 -----------------
1869
1870 -  sdc-distribution-client
1871
1872    :Version: 1.4.0
1873
1874 -  sdc-tosca
1875
1876    :Version: 1.6.2
1877
1878 Release Purpose
1879 ----------------
1880
1881
1882 **Epics**
1883
1884 -  [`SDC-1425`_] - SDC documentation improvement
1885 -  [`SDC-2461`_] - El Alto release planning milestone
1886 -  [`SDC-2487`_] - Functionality and API Freeze
1887 -  [`SDC-2523`_] - Code Freeze
1888 -  [`SDC-2566`_] - Release Candidate 0 Integration and Test
1889
1890 .. _SDC-1425: https://jira.onap.org/browse/SDC-1425
1891 .. _SDC-2461: https://jira.onap.org/browse/SDC-2461
1892 .. _SDC-2487: https://jira.onap.org/browse/SDC-2487
1893 .. _SDC-2523: https://jira.onap.org/browse/SDC-2523
1894 .. _SDC-2566: https://jira.onap.org/browse/SDC-2566
1895
1896 **Stories**
1897
1898 -  [`SDC-1894`_] - Enable Certificate for SDC
1899 -  [`SDC-1961`_] - Purge APIs for Service and Resource
1900 -  [`SDC-2072`_] - Create VSP from VNF csar
1901 -  [`SDC-2101`_] - RestConf - Policy model support
1902 -  [`SDC-2102`_] - DFC - Policy model support
1903 -  [`SDC-2104`_] - PM-Mapper Policy Model support
1904 -  [`SDC-2142`_] - Enhance Service/VF/PNF to support Req & Cap
1905 -  [`SDC-2166`_] - Enable transport level encryption on all interfaces
1906    and the option to turn it off
1907 -  [`SDC-2294`_] - Support Capability Properties
1908 -  [`SDC-2296`_] - Upgrade SDC from Titan to Janus Graph
1909 -  [`SDC-2313`_] - Fix Service Proxy Node Type
1910 -  [`SDC-2359`_] - Fix Service Proxy Node Template
1911 -  [`SDC-2397`_] - SDC Constructor injection - better practice
1912 -  [`SDC-2416`_] - Embed AAF generated certificate in SDC
1913 -  [`SDC-2419`_] - Migrate all SDC projects to O-Parent
1914 -  [`SDC-2475`_] - Package Handling - Validate PM Dictionary and VES
1915    Events YAML Files in SOL004 package
1916 -  [`SDC-2478`_] - Update SDC versions
1917 -  [`SDC-2509`_] - Descriptor Handling - Model-driven mapping from
1918    SOL001 to internal model
1919 -  [`SDC-2510`_] - Package Handling - Store the original onboarded
1920    package, whether it's a CSAR or a ZIP
1921 -  [`SDC-2540`_] - Package Handling - Fix artifacts references in main
1922    TOSCA descriptor while converting packages
1923 -  [`SDC-2560`_] - Update SDC versions
1924
1925 .. _SDC-1894: https://jira.onap.org/browse/SDC-1894
1926 .. _SDC-1961: https://jira.onap.org/browse/SDC-1961
1927 .. _SDC-2072: https://jira.onap.org/browse/SDC-2072
1928 .. _SDC-2101: https://jira.onap.org/browse/SDC-2101
1929 .. _SDC-2102: https://jira.onap.org/browse/SDC-2102
1930 .. _SDC-2104: https://jira.onap.org/browse/SDC-2104
1931 .. _SDC-2142: https://jira.onap.org/browse/SDC-2142
1932 .. _SDC-2166: https://jira.onap.org/browse/SDC-2166
1933 .. _SDC-2294: https://jira.onap.org/browse/SDC-2294
1934 .. _SDC-2296: https://jira.onap.org/browse/SDC-2296
1935 .. _SDC-2313: https://jira.onap.org/browse/SDC-2313
1936 .. _SDC-2359: https://jira.onap.org/browse/SDC-2359
1937 .. _SDC-2397: https://jira.onap.org/browse/SDC-2397
1938 .. _SDC-2416: https://jira.onap.org/browse/SDC-2416
1939 .. _SDC-2419: https://jira.onap.org/browse/SDC-2419
1940 .. _SDC-2475: https://jira.onap.org/browse/SDC-2475
1941 .. _SDC-2478: https://jira.onap.org/browse/SDC-2478
1942 .. _SDC-2509: https://jira.onap.org/browse/SDC-2509
1943 .. _SDC-2510: https://jira.onap.org/browse/SDC-2510
1944 .. _SDC-2540: https://jira.onap.org/browse/SDC-2540
1945 .. _SDC-2560: https://jira.onap.org/browse/SDC-2560
1946
1947
1948 Security Notes
1949 --------------
1950
1951 *Fixed Security Issues*
1952
1953 -  [`OJSI-31 <https://jira.onap.org/browse/OJSI-31>`__\ ] - Unsecured Swagger UI Interface in sdc-wfd-be
1954 -  CVE-2019-12115 [`OJSI-76 <https://jira.onap.org/browse/OJSI-76>`__\ ] - demo-sdc-sdc-be exposes JDWP on port 4000 which allows for arbitrary code execution
1955 -  CVE-2019-12116 [`OJSI-77 <https://jira.onap.org/browse/OJSI-77>`__\ ] - demo-sdc-sdc-fe exposes JDWP on port 6000 which allows for arbitrary code execution
1956 -  CVE-2019-12117 [`OJSI-78 <https://jira.onap.org/browse/OJSI-78>`__\ ] - demo-sdc-sdc-onboarding-be exposes JDWP on port 4001 which allows for arbitrary code execution
1957 -  CVE-2019-12118 [`OJSI-79 <https://jira.onap.org/browse/OJSI-79>`__\ ] - demo-sdc-sdc-wfd-be exposes JDWP on port 7001 which allows for arbitrary code execution
1958 -  CVE-2019-12119 [`OJSI-80 <https://jira.onap.org/browse/OJSI-80>`__\ ] - demo-sdc-sdc-wfd-fe exposes JDWP on port 7000 which allows for arbitrary code execution
1959
1960 *Known Security Issues*
1961
1962 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
1963 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
1964 -  [`OJSI-126 <https://jira.onap.org/browse/OJSI-126>`__\ ] - In default deployment SDC (sdc-wfd-fe) exposes HTTP port 30256 outside of cluster.
1965 -  [`OJSI-127 <https://jira.onap.org/browse/OJSI-127>`__\ ] - In default deployment SDC (sdc-wfd-be) exposes HTTP port 30257 outside of cluster.
1966
1967
1968 *Known Vulnerabilities in Used Modules*
1969
1970 Quick Links:
1971
1972 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
1973 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
1974
1975 **Known Issues**
1976
1977 -  [`SDC-2541 <https://jira.onap.org/browse/SDC-2541>`__\ ] - Custom WF not present in the CSAR package
1978
1979 **Upgrade Notes**
1980
1981         N/A
1982
1983 **Deprecation Notes**
1984
1985         N/A
1986
1987 **Other**
1988
1989         N/A
1990
1991
1992
1993
1994 Version: 1.4.1
1995 ==============
1996
1997 :Release Date: 2019-06-06
1998
1999 SDC SDKs Versions
2000 -----------------
2001
2002 -  sdc-distribution-client
2003
2004    :Version: 1.3.0
2005
2006 -  sdc-tosca
2007
2008    :Version: 1.5.1
2009
2010 Release Purpose
2011 ----------------
2012
2013 **New Features**
2014
2015 The main goal of the Dublin release was to:
2016     - Support PNF onboarding
2017     - SOL 001 v2.5.1 support
2018     - VSP compliance check feature
2019     - SDC and CDS integration
2020     - improve code coverage of the SDC code.
2021
2022
2023 **Epics**
2024
2025 -  [`SDC-1937 <https://jira.onap.org/browse/SDC-1937>`__\ ] - Service Workflow - Assigned Workflow and Complex Types in Operation
2026 -  [`SDC-1956 <https://jira.onap.org/browse/SDC-1956>`__\ ] - Add VSP Compliance Check feature
2027 -  [`SDC-1970 <https://jira.onap.org/browse/SDC-1970>`__\ ] - Supporting PNF package onboarding
2028 -  [`SDC-1987 <https://jira.onap.org/browse/SDC-1987>`__\ ] - Add dependent child service to service
2029 -  [`SDC-1988 <https://jira.onap.org/browse/SDC-1988>`__\ ] - Add property to service
2030 -  [`SDC-1990 <https://jira.onap.org/browse/SDC-1990>`__\ ] - Service Consumption
2031 -  [`SDC-1991 <https://jira.onap.org/browse/SDC-1991>`__\ ] - Service Consumption - Input Data and Validations
2032 -  [`SDC-1992 <https://jira.onap.org/browse/SDC-1992>`__\ ] - Service dependency - Rainy Day Validations
2033 -  [`SDC-1993 <https://jira.onap.org/browse/SDC-1993>`__\ ] - Service dependency - Input Data and Validations
2034 -  [`SDC-1994 <https://jira.onap.org/browse/SDC-1994>`__\ ] - Add property to VNF and PNF
2035 -  [`SDC-1999 <https://jira.onap.org/browse/SDC-1999>`__\ ] - Operation interfaces
2036 -  [`SDC-2170 <https://jira.onap.org/browse/SDC-2170>`__\ ] - updating the VNFD (SOL001) type based on SOL001 v2.5.1
2037
2038 **Stories**
2039
2040 -  [`SDC-1000 <https://jira.onap.org/browse/SDC-1000>`__\ ] - SDC Parser is throwing exception on critical issues
2041 -  [`SDC-1392 <https://jira.onap.org/browse/SDC-1392>`__\ ] - Write Unit test for Compile-Helper-Plugin
2042 -  [`SDC-1399 <https://jira.onap.org/browse/SDC-1399>`__\ ] - Change the plugins load to be parallel
2043 -  [`SDC-1426 <https://jira.onap.org/browse/SDC-1426>`__\ ] - catalog documentation
2044 -  [`SDC-1427 <https://jira.onap.org/browse/SDC-1427>`__\ ] - Onboarding documentation
2045 -  [`SDC-1429 <https://jira.onap.org/browse/SDC-1429>`__\ ] - WORKFLOW documentation
2046 -  [`SDC-1489 <https://jira.onap.org/browse/SDC-1489>`__\ ] - multiple cloud technology artifact support
2047 -  [`SDC-1568 <https://jira.onap.org/browse/SDC-1568>`__\ ] - Health check integration for designers
2048 -  [`SDC-1569 <https://jira.onap.org/browse/SDC-1569>`__\ ] - Enable a secuirity solution for the designers in sdc TBD
2049 -  [`SDC-1743 <https://jira.onap.org/browse/SDC-1743>`__\ ] - Add support for work flow deployment on heat
2050 -  [`SDC-1744 <https://jira.onap.org/browse/SDC-1744>`__\ ] - Add support for different locations of Main service template WIP
2051 -  [`SDC-1925 <https://jira.onap.org/browse/SDC-1925>`__\ ] - Resolve SONAR issues in SDC BE
2052 -  [`SDC-1941 <https://jira.onap.org/browse/SDC-1941>`__\ ] - SDC refactoring and code smells
2053 -  [`SDC-1946 <https://jira.onap.org/browse/SDC-1946>`__\ ] - Code quality improvements
2054 -  [`SDC-1948 <https://jira.onap.org/browse/SDC-1948>`__\ ] - Solve BE issues from sonar
2055 -  [`SDC-1950 <https://jira.onap.org/browse/SDC-1950>`__\ ] - asdctool code quality improvements
2056 -  [`SDC-1973 <https://jira.onap.org/browse/SDC-1973>`__\ ] - Create VSP package from PNF onboarding package
2057 -  [`SDC-1974 <https://jira.onap.org/browse/SDC-1974>`__\ ] - Supporting PNF manifest file in the onboarding package
2058 -  [`SDC-1975 <https://jira.onap.org/browse/SDC-1975>`__\ ] - Design time catalog to associate artifacts with PNF (Test)
2059 -  [`SDC-1976 <https://jira.onap.org/browse/SDC-1976>`__\ ] - Supporting PNFD (SOL001) mapping to AID model
2060 -  [`SDC-1977 <https://jira.onap.org/browse/SDC-1977>`__\ ] - Display VSP Resource Type (VF/PNF) in Import VSP UI
2061 -  [`SDC-1978 <https://jira.onap.org/browse/SDC-1978>`__\ ] - Ensure descriptor name matches name used in generated TOSCA.meta in VSP
2062 -  [`SDC-1979 <https://jira.onap.org/browse/SDC-1979>`__\ ] - Allowing the dedicated artifact folder with Entry-point in TOSCA.meta
2063 -  [`SDC-1980 <https://jira.onap.org/browse/SDC-1980>`__\ ] - Supporting onboarding packaging security
2064 -  [`SDC-2022 <https://jira.onap.org/browse/SDC-2022>`__\ ] - Allow custom plugins in SDC
2065 -  [`SDC-2067 <https://jira.onap.org/browse/SDC-2067>`__\ ] - SDC and CDS Integration to enable E2E Automation
2066 -  [`SDC-2085 <https://jira.onap.org/browse/SDC-2085>`__\ ] - Outputs on operations - Operation screen BE
2067 -  [`SDC-2090 <https://jira.onap.org/browse/SDC-2090>`__\ ] - update the normative type of onboarding DM
2068 -  [`SDC-2094 <https://jira.onap.org/browse/SDC-2094>`__\ ] - R4 5G U/C SDC: FM Meta Data GUI Display from PNF Onboarded Package
2069 -  [`SDC-2108 <https://jira.onap.org/browse/SDC-2108>`__\ ] - Import VSP and Create PNF internal csar
2070 -  [`SDC-2109 <https://jira.onap.org/browse/SDC-2109>`__\ ] - Adding additional artifacts
2071 -  [`SDC-2110 <https://jira.onap.org/browse/SDC-2110>`__\ ] - Add PNF manually (without using vsp)
2072 -  [`SDC-2112 <https://jira.onap.org/browse/SDC-2112>`__\ ] - Add a copy of the onboarded package under artifact folder
2073 -  [`SDC-2113 <https://jira.onap.org/browse/SDC-2113>`__\ ] - copy the on boarding artifacts into the right SDC artifact type
2074 -  [`SDC-2136 <https://jira.onap.org/browse/SDC-2136>`__\ ] - HTTPS support on workflow application backend
2075 -  [`SDC-2168 <https://jira.onap.org/browse/SDC-2168>`__\ ] - M2/3/4 findings
2076 -  [`SDC-2194 <https://jira.onap.org/browse/SDC-2194>`__\ ] - Enhance SDC Workflow designer BE to connect to secure Cassandra
2077 -  [`SDC-2199 <https://jira.onap.org/browse/SDC-2199>`__\ ] - Migrate SDC to use Common Cassandra Cluster
2078 -  [`SDC-2226 <https://jira.onap.org/browse/SDC-2226>`__\ ] - Create Internal BE API for artifact Upload
2079 -  [`SDC-2233 <https://jira.onap.org/browse/SDC-2233>`__\ ] - Support workflow artifact in Service Distribution Notification
2080 -  [`SDC-2280 <https://jira.onap.org/browse/SDC-2280>`__\ ] - achieve CII Badging passing level for Dublin
2081 -  [`SDC-2313 <https://jira.onap.org/browse/SDC-2313>`__\ ] - Fix Service Proxy Node Type
2082
2083 **Known Issues**
2084
2085 -  [`SDC-2336 <https://jira.onap.org/browse/SDC-2336>`__\ ] - Service dependency - Can't select sibling property when sibling node is not service proxy
2086 -  [`SDC-2374 <https://jira.onap.org/browse/SDC-2374>`__\ ] - SDC appears to lose connectivity to Cassandra and Titan intermittently
2087 -  [`SDC-2371 <https://jira.onap.org/browse/SDC-2371>`__\ ] - SDC fails to deploy in Windriver lab
2088
2089 Security Notes
2090 --------------
2091
2092 *Fixed Security Issues*
2093
2094 *Known Security Issues*
2095
2096 -  [`OJSI-31 <https://jira.onap.org/browse/OJSI-31>`__\ ] - Unsecured Swagger UI Interface in sdc-wfd-be
2097 -  CVE-2019-12115 [`OJSI-76 <https://jira.onap.org/browse/OJSI-76>`__\ ] - demo-sdc-sdc-be exposes JDWP on port 4000 which allows for arbitrary code execution
2098 -  CVE-2019-12116 [`OJSI-77 <https://jira.onap.org/browse/OJSI-77>`__\ ] - demo-sdc-sdc-fe exposes JDWP on port 6000 which allows for arbitrary code execution
2099 -  CVE-2019-12117 [`OJSI-78 <https://jira.onap.org/browse/OJSI-78>`__\ ] - demo-sdc-sdc-onboarding-be exposes JDWP on port 4001 which allows for arbitrary code execution
2100 -  CVE-2019-12118 [`OJSI-79 <https://jira.onap.org/browse/OJSI-79>`__\ ] - demo-sdc-sdc-wfd-be exposes JDWP on port 7001 which allows for arbitrary code execution
2101 -  CVE-2019-12119 [`OJSI-80 <https://jira.onap.org/browse/OJSI-80>`__\ ] - demo-sdc-sdc-wfd-fe exposes JDWP on port 7000 which allows for arbitrary code execution
2102 -  [`OJSI-90 <https://jira.onap.org/browse/OJSI-90>`__\ ] - SDC exposes unprotected API for user creation
2103 -  [`OJSI-94 <https://jira.onap.org/browse/OJSI-94>`__\ ] - sdc-wfd-fe allows to impersonate any user by setting USER_ID
2104 -  [`OJSI-101 <https://jira.onap.org/browse/OJSI-101>`__\ ] - In default deployment SDC (sdc-be) exposes HTTP port 30205 outside of cluster.
2105 -  [`OJSI-102 <https://jira.onap.org/browse/OJSI-102>`__\ ] - In default deployment SDC (sdc-fe) exposes HTTP port 30206 outside of cluster.
2106 -  [`OJSI-126 <https://jira.onap.org/browse/OJSI-126>`__\ ] - In default deployment SDC (sdc-wfd-fe) exposes HTTP port 30256 outside of cluster.
2107 -  [`OJSI-127 <https://jira.onap.org/browse/OJSI-127>`__\ ] - In default deployment SDC (sdc-wfd-be) exposes HTTP port 30257 outside of cluster.
2108 -  [`OJSI-132 <https://jira.onap.org/browse/OJSI-132>`__\ ] - In default deployment SDC (sdc-dcae-fe) exposes HTTP port 30263 outside of cluster.
2109 -  [`OJSI-133 <https://jira.onap.org/browse/OJSI-133>`__\ ] - In default deployment SDC (sdc-dcae-dt) exposes HTTP port 30265 outside of cluster.
2110
2111 *Known Vulnerabilities in Used Modules*
2112
2113 Quick Links:
2114
2115 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
2116 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
2117
2118 **Known Issues**
2119
2120         N/A
2121
2122 **Upgrade Notes**
2123
2124         N/A
2125
2126 **Deprecation Notes**
2127
2128         N/A
2129
2130 **Other**
2131
2132         N/A
2133
2134
2135 Version: 1.3.7
2136 ==============
2137
2138 :Release Date: 2019-01-31
2139
2140 `README <https://github.com/onap/sdc>`__
2141
2142 SDC SDKs Versions
2143 -----------------
2144
2145 -  sdc-distribution-client
2146        :Version: 1.3.0
2147
2148 -  sdc-tosca
2149            :Version: 1.4.63
2150
2151            `README <https://github.com/onap/sdc-sdc-tosca>`__
2152
2153 Release Purpose
2154 ----------------
2155 The Casablanca Maintenance release was focused on fixing high priority defects discovered in Casablanca release.
2156
2157 **Bugs**
2158
2159 -  [`SDC-1447 <https://jira.onap.org/browse/SDC-1447>`__\ ] - [SDC] SDC create csar with many warnnings
2160 -  [`SDC-1955 <https://jira.onap.org/browse/SDC-1955>`__\ ] - SDC distribution failed
2161 -  [`SDC-1958 <https://jira.onap.org/browse/SDC-1958>`__\ ] - SDC Parser can not be used for CCVPN Templates
2162 -  [`SDC-1971 <https://jira.onap.org/browse/SDC-1971>`__\ ] - Change version failure
2163 -  [`SDC-2014 <https://jira.onap.org/browse/SDC-2014>`__\ ] - Documentation figure not readable
2164 -  [`SDC-2053 <https://jira.onap.org/browse/SDC-2053>`__\ ] - SDC fails healthcheck
2165 -  [`SDC-2077 <https://jira.onap.org/browse/SDC-2077>`__\ ] - SDC-BE and SDC-FE missing log files
2166
2167
2168
2169 Version: 1.3.5
2170 ==============
2171
2172 :Release Date: 2018-11-30
2173
2174 `Link to README <https://github.com/onap/sdc>`__
2175
2176 SDC SDKs Versions
2177 -----------------
2178
2179 -  sdc-distribution-client
2180        :Version: 1.3.0
2181
2182 -  sdc-tosca
2183            :Version: 1.4.7
2184
2185            `README <https://github.com/onap/sdc-sdc-tosca>`__
2186
2187 Release Purpose
2188 ----------------
2189 The Casablanca release was focused on improving platform stability and resiliency and introducing new platform capabilities.
2190
2191 **New Features**
2192
2193 The Casablanca release is the third release of the Service Design and Creation (SDC).
2194
2195 The main goal of the Casablanca release was to:
2196     - Improve code coverage of the SDC code.
2197     - Complete E2E workflow design and distribution.
2198     - Finalize DCAE-DS and integrate it with OOM
2199     - Support HPA
2200     - Enhance security
2201
2202
2203 Security Notes
2204 --------------
2205
2206 SDC 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 SDC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45307823>`_.
2207
2208 Quick Links:
2209
2210 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`_
2211 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`_
2212 - `Project Vulnerability Review Table for SDC <https://wiki.onap.org/pages/viewpage.action?pageId=45307823>`_
2213
2214 **Known Issues**
2215
2216 -  [`SDC-1958 <https://jira.onap.org/browse/SDC-1958>`__\ ] - SDC Parser can not be used for CCVPN Templates.
2217 -  [`SDC-1955 <https://jira.onap.org/browse/SDC-1955>`__\ ] - SDC distribution failed
2218
2219 **Upgrade Notes**
2220
2221         N/A
2222
2223 **Deprecation Notes**
2224
2225         N/A
2226
2227 **Other**
2228
2229         N/A
2230
2231
2232
2233 Version: 1.2.0
2234 ==============
2235
2236 :Release Date: 2018-06-07
2237
2238 SDC SDKs Versions
2239 -----------------
2240
2241 -  sdc-distribution-client
2242
2243    :Version: 1.3.0
2244
2245 -  sdc-tosca
2246
2247    :Version: 1.3.5
2248
2249 Release Purpose
2250 ----------------
2251 The Beijing release was focused on improving platform stability and resiliency.
2252
2253 **New Features**
2254
2255 The Beijing release is the second release of the Service Design and Creation (SDC).
2256
2257 The main goal of the Beijing release was to:
2258     - Enhance Platform maturity by improving SDC maturity matrix see `Wiki <https://wiki.onap.org/display/DW/Beijing+Release+Platform+Maturity>`_.
2259     - SDC made improvements to the deployment to allow an easy and stable integration with OOM.
2260     - SDC change the docker structure to allow easier and the beginning of breaking the application into Micro Services.
2261     - SDC introduced a generic framework to allow different Modeling plugins to be easily integrated with SDC.
2262     - improve code coverage of the SDC code.
2263     - SDC introduced two new experimental projects the DCAE-D and WorkFlow which enhance the modeling capabilities of SDC.
2264
2265 DCAE-D information is available here: `DCAE-DS <https://wiki.onap.org/display/DW/SDC-DCAE-D>`_
2266 Workflow information is available in readthedocs
2267
2268 **Epics**
2269
2270 -  [`SDC-77 <https://jira.onap.org/browse/SDC-77>`__\ ] - Designer issues
2271 -  [`SDC-126 <https://jira.onap.org/browse/SDC-126>`__\ ] - Holmes Designer
2272 -  [`SDC-180 <https://jira.onap.org/browse/SDC-180>`__\ ] - This epic is for modeling placements and homing rules for VNF placements
2273 -  [`SDC-181 <https://jira.onap.org/browse/SDC-181>`__\ ] - This epic is for modeling relationship in TOSCA between nodes (VNFs)
2274 -  [`SDC-220 <https://jira.onap.org/browse/SDC-220>`__\ ] - integrate VNF onboarding using VNF-SDK
2275 -  [`SDC-326 <https://jira.onap.org/browse/SDC-326>`__\ ] - Support work flows in SDC
2276 -  [`SDC-383 <https://jira.onap.org/browse/SDC-383>`__\ ] - sdc will enhance our testing to provide better testing coverage
2277 -  [`SDC-647 <https://jira.onap.org/browse/SDC-647>`__\ ] - process build and deploy process optimization
2278 -  [`SDC-659 <https://jira.onap.org/browse/SDC-659>`__\ ] - SDC deploy and build optimization
2279 -  [`SDC-731 <https://jira.onap.org/browse/SDC-731>`__\ ] - sdc designer integration
2280 -  [`SDC-778 <https://jira.onap.org/browse/SDC-778>`__\ ] - Non-Functional requirements - Resiliency
2281 -  [`SDC-812 <https://jira.onap.org/browse/SDC-812>`__\ ] - Non-Functional requirements - Performance
2282 -  [`SDC-813 <https://jira.onap.org/browse/SDC-813>`__\ ] - Non-Functional requirements - Stability
2283 -  [`SDC-814 <https://jira.onap.org/browse/SDC-814>`__\ ] - Tenant Isolation - Context Distribution -  [`e1802 - TDP Epic 316628 <https://jira.onap.org/browse/SDC-52>`__\ ]
2284 -  [`SDC-815 <https://jira.onap.org/browse/SDC-815>`__\ ] - Tenant Isolation - Context Definition -  [`e1802 - TDP Epic 316484 <https://jira.onap.org/browse/SDC-52>`__\ ]
2285 -  [`SDC-816 <https://jira.onap.org/browse/SDC-816>`__\ ] - SDC Pause Instantiation -  [`e1802 - TDP Epic 330782 <https://jira.onap.org/browse/SDC-52>`__\ ]
2286 -  [`SDC-817 <https://jira.onap.org/browse/SDC-817>`__\ ] - Service Model Design to support Complex Services
2287 -  [`SDC-819 <https://jira.onap.org/browse/SDC-819>`__\ ] - Change namespace from openECOMP to org.onap
2288 -  [`SDC-820 <https://jira.onap.org/browse/SDC-820>`__\ ] - SDC Enhance Connect Behavior -  [`1802 TDP Epic 332501 <https://jira.onap.org/browse/SDC-52>`__\ ]
2289 -  [`SDC-823 <https://jira.onap.org/browse/SDC-823>`__\ ] - Non-Functional requirements - Security
2290 -  [`SDC-825 <https://jira.onap.org/browse/SDC-825>`__\ ] - Non-Functional requirements - Manageability
2291 -  [`SDC-826 <https://jira.onap.org/browse/SDC-826>`__\ ] - Non-Functional requirements - Usability
2292 -  [`SDC-828 <https://jira.onap.org/browse/SDC-828>`__\ ] - OOM integration
2293 -  [`SDC-831 <https://jira.onap.org/browse/SDC-831>`__\ ] - Support life cycle artifacts in model
2294 -  [`SDC-936 <https://jira.onap.org/browse/SDC-936>`__\ ] - SDC parser configuration improvements
2295 -  [`SDC-976 <https://jira.onap.org/browse/SDC-976>`__\ ] - Manual Scale Out use case support
2296 -  [`SDC-978 <https://jira.onap.org/browse/SDC-978>`__\ ] - Adapter of WF Designer for SDC
2297 -  [`SDC-980 <https://jira.onap.org/browse/SDC-980>`__\ ] - Extend Activities for Workflow Designer
2298 -  [`SDC-985 <https://jira.onap.org/browse/SDC-985>`__\ ] - Hardware Platform Enablement(HPA) modeling design
2299 -  [`SDC-986 <https://jira.onap.org/browse/SDC-986>`__\ ] - Hardware Platform Enablement(HPA) use case support
2300 -  [`SDC-1053 <https://jira.onap.org/browse/SDC-1053>`__\ ] - PNF use case support
2301
2302 **Stories**
2303
2304 -  [`SDC-10 <https://jira.onap.org/browse/SDC-10>`__\ ] - Deploy a SDC high availability environment
2305 -  [`SDC-51 <https://jira.onap.org/browse/SDC-51>`__\ ] - vCPE_UC: Add Close-Loop (CL) Blueprint Monitoring-Template (MT) to a VNF-I
2306 -  [`SDC-73 <https://jira.onap.org/browse/SDC-73>`__\ ] - Import WorkFlow
2307 -  [`SDC-82 <https://jira.onap.org/browse/SDC-82>`__\ ] - support adding artifact type for node template
2308 -  [`SDC-118 <https://jira.onap.org/browse/SDC-118>`__\ ] - support sub process
2309 -  [`SDC-124 <https://jira.onap.org/browse/SDC-124>`__\ ] - support insert a sub process which is already defined
2310 -  [`SDC-143 <https://jira.onap.org/browse/SDC-143>`__\ ] - create local DEV environment based on onap vagrant
2311 -  [`SDC-242 <https://jira.onap.org/browse/SDC-242>`__\ ] - TDP 325252 - resolve get_input values
2312 -  [`SDC-243 <https://jira.onap.org/browse/SDC-243>`__\ ] - TDP 319197 - tosca parser port mirroring
2313 -  [`SDC-259 <https://jira.onap.org/browse/SDC-259>`__\ ] - TDP 316633 - TenantIsolation ContextDistribution
2314 -  [`SDC-277 <https://jira.onap.org/browse/SDC-277>`__\ ] - docker enhancements
2315 -  [`SDC-343 <https://jira.onap.org/browse/SDC-343>`__\ ] - Fixing SONAR Qube Issues
2316 -  [`SDC-364 <https://jira.onap.org/browse/SDC-364>`__\ ] - workflow designer backend init code
2317 -  [`SDC-365 <https://jira.onap.org/browse/SDC-365>`__\ ] - support load data from config file
2318 -  [`SDC-366 <https://jira.onap.org/browse/SDC-366>`__\ ] - convert workflow json to bpmn file
2319 -  [`SDC-384 <https://jira.onap.org/browse/SDC-384>`__\ ] - Add UI testing capabilities to the SDC sanity docker
2320 -  [`SDC-398 <https://jira.onap.org/browse/SDC-398>`__\ ] - write data to workflow template
2321 -  [`SDC-403 <https://jira.onap.org/browse/SDC-403>`__\ ] - add unit test for config class
2322 -  [`SDC-404 <https://jira.onap.org/browse/SDC-404>`__\ ] - add unit test for bpmn file convert
2323 -  [`SDC-408 <https://jira.onap.org/browse/SDC-408>`__\ ] - integrate back end service
2324 -  [`SDC-572 <https://jira.onap.org/browse/SDC-572>`__\ ] - HEAT Validations Error codes
2325 -  [`SDC-586 <https://jira.onap.org/browse/SDC-586>`__\ ] - Support and align CSAR's for VOLTE
2326 -  [`SDC-608 <https://jira.onap.org/browse/SDC-608>`__\ ] - CSIT and sanity stabilization
2327 -  [`SDC-615 <https://jira.onap.org/browse/SDC-615>`__\ ] - add new artifact type to SDC
2328 -  [`SDC-619 <https://jira.onap.org/browse/SDC-619>`__\ ] - ONAP support
2329 -  [`SDC-627 <https://jira.onap.org/browse/SDC-627>`__\ ] - Collaboration - BE - Healing - new healing table
2330 -  [`SDC-650 <https://jira.onap.org/browse/SDC-650>`__\ ] - review docker memory assignment
2331 -  [`SDC-652 <https://jira.onap.org/browse/SDC-652>`__\ ] - K8/OOM adoption - Research
2332 -  [`SDC-655 <https://jira.onap.org/browse/SDC-655>`__\ ] - Fixing update HEAT
2333 -  [`SDC-660 <https://jira.onap.org/browse/SDC-660>`__\ ] - docker image size optimization
2334 -  [`SDC-679 <https://jira.onap.org/browse/SDC-679>`__\ ] - Generate bpmn files that can be executed on activity engine
2335 -  [`SDC-683 <https://jira.onap.org/browse/SDC-683>`__\ ] - sync release-1.1-0 with master
2336 -  [`SDC-685 <https://jira.onap.org/browse/SDC-685>`__\ ] - create unit tests for jtosca
2337 -  [`SDC-686 <https://jira.onap.org/browse/SDC-686>`__\ ] - code sync
2338 -  [`SDC-687 <https://jira.onap.org/browse/SDC-687>`__\ ] - sdc designer integration part 1
2339 -  [`SDC-712 <https://jira.onap.org/browse/SDC-712>`__\ ] - import normative superation
2340 -  [`SDC-713 <https://jira.onap.org/browse/SDC-713>`__\ ] - amsterdam branch
2341 -  [`SDC-728 <https://jira.onap.org/browse/SDC-728>`__\ ] - sdc designer integration part 2
2342 -  [`SDC-732 <https://jira.onap.org/browse/SDC-732>`__\ ] - sdc designer integration part 3
2343 -  [`SDC-740 <https://jira.onap.org/browse/SDC-740>`__\ ] - converter support IntermediateCatchEvent
2344 -  [`SDC-741 <https://jira.onap.org/browse/SDC-741>`__\ ] - support script task
2345 -  [`SDC-742 <https://jira.onap.org/browse/SDC-742>`__\ ] - converter supports gateway elements
2346 -  [`SDC-744 <https://jira.onap.org/browse/SDC-744>`__\ ] - TDP 344203 - Distribution-client Tenant Isolation
2347 -  [`SDC-745 <https://jira.onap.org/browse/SDC-745>`__\ ] - Converter support service task
2348 -  [`SDC-746 <https://jira.onap.org/browse/SDC-746>`__\ ] - Converter supports error events
2349 -  [`SDC-747 <https://jira.onap.org/browse/SDC-747>`__\ ] - Converter support rest task
2350 -  [`SDC-749 <https://jira.onap.org/browse/SDC-749>`__\ ] - Update Global Types for TOSCA Import
2351 -  [`SDC-753 <https://jira.onap.org/browse/SDC-753>`__\ ] - converter code style change
2352 -  [`SDC-755 <https://jira.onap.org/browse/SDC-755>`__\ ] - ONAP support
2353 -  [`SDC-781 <https://jira.onap.org/browse/SDC-781>`__\ ] - Create on boarding docker
2354 -  [`SDC-782 <https://jira.onap.org/browse/SDC-782>`__\ ] - OOM/HEAT integration
2355 -  [`SDC-788 <https://jira.onap.org/browse/SDC-788>`__\ ] - support Cassandra schema creation - work in progress
2356 -  [`SDC-821 <https://jira.onap.org/browse/SDC-821>`__\ ] - Sanity alignment after merge
2357 -  [`SDC-834 <https://jira.onap.org/browse/SDC-834>`__\ ] - Log management
2358 -  [`SDC-840 <https://jira.onap.org/browse/SDC-840>`__\ ] - sync 1802p to ONAP
2359 -  [`SDC-842 <https://jira.onap.org/browse/SDC-842>`__\ ] - down stream source
2360 -  [`SDC-863 <https://jira.onap.org/browse/SDC-863>`__\ ] - onboarding workspace - selecting item with 1 draft version skips versions page
2361 -  [`SDC-865 <https://jira.onap.org/browse/SDC-865>`__\ ] - refactor error codes in JTOSCA
2362 -  [`SDC-868 <https://jira.onap.org/browse/SDC-868>`__\ ] - UI - Remove restful-js and jquery dependency
2363 -  [`SDC-887 <https://jira.onap.org/browse/SDC-887>`__\ ] - UI -change variable names to catalog
2364 -  [`SDC-889 <https://jira.onap.org/browse/SDC-889>`__\ ] - remove plan name from plan definition
2365 -  [`SDC-891 <https://jira.onap.org/browse/SDC-891>`__\ ] - fix workflow is empty error
2366 -  [`SDC-899 <https://jira.onap.org/browse/SDC-899>`__\ ] - update microservice config info
2367 -  [`SDC-901 <https://jira.onap.org/browse/SDC-901>`__\ ] - add internationalization
2368 -  [`SDC-902 <https://jira.onap.org/browse/SDC-902>`__\ ] - add exclusive gateway
2369 -  [`SDC-903 <https://jira.onap.org/browse/SDC-903>`__\ ] - sdc designer integration part 5 bus and event resource and definition
2370 -  [`SDC-905 <https://jira.onap.org/browse/SDC-905>`__\ ] - add backend service
2371 -  [`SDC-906 <https://jira.onap.org/browse/SDC-906>`__\ ] - Deploy K8 on Vagrant
2372 -  [`SDC-907 <https://jira.onap.org/browse/SDC-907>`__\ ] - Cassandra OOM Alignment - update OOM deployment
2373 -  [`SDC-908 <https://jira.onap.org/browse/SDC-908>`__\ ] - ElasticSearch OOM Alignment
2374 -  [`SDC-910 <https://jira.onap.org/browse/SDC-910>`__\ ] - file encoding change
2375 -  [`SDC-911 <https://jira.onap.org/browse/SDC-911>`__\ ] - Cassandra OOM Alignment - create init docker
2376 -  [`SDC-912 <https://jira.onap.org/browse/SDC-912>`__\ ] - ES OOM alignment - create init docker
2377 -  [`SDC-913 <https://jira.onap.org/browse/SDC-913>`__\ ] - ES OOM Alignment - update OOM deployment
2378 -  [`SDC-914 <https://jira.onap.org/browse/SDC-914>`__\ ] - Cassandra OOM Alignment - Chef clean up
2379 -  [`SDC-915 <https://jira.onap.org/browse/SDC-915>`__\ ] - ES OOM Alignment - Chef clean up
2380 -  [`SDC-916 <https://jira.onap.org/browse/SDC-916>`__\ ] - BE OOM Alignment - create init docker
2381 -  [`SDC-917 <https://jira.onap.org/browse/SDC-917>`__\ ] - BE OOM alignment - update OOM deployment
2382 -  [`SDC-918 <https://jira.onap.org/browse/SDC-918>`__\ ] - BE OOM Alignment - Chef clean up
2383 -  [`SDC-919 <https://jira.onap.org/browse/SDC-919>`__\ ] - FE OOM alignment - update OOM deployment
2384 -  [`SDC-920 <https://jira.onap.org/browse/SDC-920>`__\ ] - FE OOM Alignment - Chef clean up
2385 -  [`SDC-921 <https://jira.onap.org/browse/SDC-921>`__\ ] - Kibana OOM Alignment - Chef clean up
2386 -  [`SDC-922 <https://jira.onap.org/browse/SDC-922>`__\ ] - Kibana OOM alignment - update OOM deployment
2387 -  [`SDC-923 <https://jira.onap.org/browse/SDC-923>`__\ ] - Cassandra OOM Alignment - create C* docker
2388 -  [`SDC-924 <https://jira.onap.org/browse/SDC-924>`__\ ] - ONAP support
2389 -  [`SDC-925 <https://jira.onap.org/browse/SDC-925>`__\ ] - ES OOM alignment - update ES docker
2390 -  [`SDC-950 <https://jira.onap.org/browse/SDC-950>`__\ ] - update JTOSCA packages
2391 -  [`SDC-951 <https://jira.onap.org/browse/SDC-951>`__\ ] - update SDC-TOSCA packages
2392 -  [`SDC-952 <https://jira.onap.org/browse/SDC-952>`__\ ] - update SDC-DISTRIBUTION-CLIENT packages
2393 -  [`SDC-953 <https://jira.onap.org/browse/SDC-953>`__\ ] - update SDC-DOCKER-BASE packages
2394 -  [`SDC-955 <https://jira.onap.org/browse/SDC-955>`__\ ] - configuration ovriding capabilities.
2395 -  [`SDC-957 <https://jira.onap.org/browse/SDC-957>`__\ ] - add ignore conformance level option
2396 -  [`SDC-969 <https://jira.onap.org/browse/SDC-969>`__\ ] - sync1802E to ONAP part 1
2397 -  [`SDC-972 <https://jira.onap.org/browse/SDC-972>`__\ ] - sdc designer integration part 4 design alignment
2398 -  [`SDC-977 <https://jira.onap.org/browse/SDC-977>`__\ ] - sdc designer integration part 6 bus implementation
2399 -  [`SDC-981 <https://jira.onap.org/browse/SDC-981>`__\ ] - Setup Micro-Service for WF Designer SDC Adapter
2400 -  [`SDC-987 <https://jira.onap.org/browse/SDC-987>`__\ ] - Update Dropwizard to the Latest Version
2401 -  [`SDC-990 <https://jira.onap.org/browse/SDC-990>`__\ ] - Add BDD Testing for onboarding
2402 -  [`SDC-994 <https://jira.onap.org/browse/SDC-994>`__\ ] - VirtualMachineInterface validation + flow tests
2403 -  [`SDC-995 <https://jira.onap.org/browse/SDC-995>`__\ ] - scan the TOSCA parser components code using fosologe
2404 -  [`SDC-997 <https://jira.onap.org/browse/SDC-997>`__\ ] - Import Jersey to implement the Rest APIs
2405 -  [`SDC-998 <https://jira.onap.org/browse/SDC-998>`__\ ] - VLAN tagging - Support pattern 1A
2406 -  [`SDC-999 <https://jira.onap.org/browse/SDC-999>`__\ ] - Initialize metaProperties in JTosca to enable SDC Parser to parse individual Yamls
2407 -  [`SDC-1002 <https://jira.onap.org/browse/SDC-1002>`__\ ] - Import swagger to build up the api-doc
2408 -  [`SDC-1003 <https://jira.onap.org/browse/SDC-1003>`__\ ] - sdc designer integration 7 error handling
2409 -  [`SDC-1011 <https://jira.onap.org/browse/SDC-1011>`__\ ] - Package UI Resources for Integration with Server
2410 -  [`SDC-1012 <https://jira.onap.org/browse/SDC-1012>`__\ ] - Modify Base Url of WF Designer for Integrating with SDC
2411 -  [`SDC-1015 <https://jira.onap.org/browse/SDC-1015>`__\ ] - BE OOM Alignment - create server docker
2412 -  [`SDC-1018 <https://jira.onap.org/browse/SDC-1018>`__\ ] - FE OOM Alignment - create server docker
2413 -  [`SDC-1019 <https://jira.onap.org/browse/SDC-1019>`__\ ] - Kibana OOM Alignment - create server docker
2414 -  [`SDC-1020 <https://jira.onap.org/browse/SDC-1020>`__\ ] - Sync SDC with OOM deployment
2415 -  [`SDC-1025 <https://jira.onap.org/browse/SDC-1025>`__\ ] - Sync Integ to ONAP
2416 -  [`SDC-1036 <https://jira.onap.org/browse/SDC-1036>`__\ ] - VLAN tagging - Support pattern 1C1
2417 -  [`SDC-1038 <https://jira.onap.org/browse/SDC-1038>`__\ ] - Provide sample data for WF Designer Adapter
2418 -  [`SDC-1044 <https://jira.onap.org/browse/SDC-1044>`__\ ] - Update JTosca dependency version in SDC-Tosca
2419 -  [`SDC-1055 <https://jira.onap.org/browse/SDC-1055>`__\ ] - Update version in JTOSCA POM
2420 -  [`SDC-1061 <https://jira.onap.org/browse/SDC-1061>`__\ ] - ONAP Support
2421 -  [`SDC-1073 <https://jira.onap.org/browse/SDC-1073>`__\ ] - Support VFC Instance Group per networkrole
2422 -  [`SDC-1080 <https://jira.onap.org/browse/SDC-1080>`__\ ] - Close the 'DirectoryStream' after its be used.
2423 -  [`SDC-1104 <https://jira.onap.org/browse/SDC-1104>`__\ ] - Normative alignment
2424 -  [`SDC-1117 <https://jira.onap.org/browse/SDC-1117>`__\ ] - achieve the 50% unit test coverage
2425 -  [`SDC-1130 <https://jira.onap.org/browse/SDC-1130>`__\ ] - Display Extend Activities on WF Designer UI
2426 -  [`SDC-1131 <https://jira.onap.org/browse/SDC-1131>`__\ ] - Use Extend Activities to Design Workflow and Save
2427 -  [`SDC-1164 <https://jira.onap.org/browse/SDC-1164>`__\ ] - SDC designer Integration part 8 - Add promise logic to the SDC pub-sub notify
2428 -  [`SDC-1165 <https://jira.onap.org/browse/SDC-1165>`__\ ] - SDC designer Integration part 9 - Create component that disables selected layouts
2429 -  [`SDC-1169 <https://jira.onap.org/browse/SDC-1169>`__\ ] - CII passing badge
2430 -  [`SDC-1172 <https://jira.onap.org/browse/SDC-1172>`__\ ] - reach 50% unit test coverage sdc workflow
2431 -  [`SDC-1174 <https://jira.onap.org/browse/SDC-1174>`__\ ] - Support unified Tosca pattern 1C2 for vlan subinterface
2432 -  [`SDC-1197 <https://jira.onap.org/browse/SDC-1197>`__\ ] - Enhance SDC Parser to support Interface and Operations
2433 -  [`SDC-1221 <https://jira.onap.org/browse/SDC-1221>`__\ ] - Fix library CVEs in sdc-cassandra
2434 -  [`SDC-1310 <https://jira.onap.org/browse/SDC-1310>`__\ ] - Fix additional library CVEs in sdc-docker-base
2435
2436 **Bugs**
2437
2438 -  [`SDC-176 <https://jira.onap.org/browse/SDC-176>`__\ ] - Cannot access Kibana dashboard after logged into SDC as an Admin user.
2439 -  [`SDC-249 <https://jira.onap.org/browse/SDC-249>`__\ ] - Temporary files and directories not completely removed during execution
2440 -  [`SDC-250 <https://jira.onap.org/browse/SDC-250>`__\ ] - CSAR files are decompressed twice in the same thread
2441 -  [`SDC-251 <https://jira.onap.org/browse/SDC-251>`__\ ] - TOSCA does not attempt to delete decompressed folders in certain conditions
2442 -  [`SDC-265 <https://jira.onap.org/browse/SDC-265>`__\ ] - Some important information lost while upload a VF's TOSCA model using REST API in SDC 1.1
2443 -  [`SDC-272 <https://jira.onap.org/browse/SDC-291>`__\ ] - The problem in the substitution_mappings of a service.
2444 -  [`SDC-291 <https://jira.onap.org/browse/SDC-291>`__\ ] - Resources not closed in onboarding code in multiple places
2445 -  [`SDC-311 <https://jira.onap.org/browse/SDC-311>`__\ ] - nfc_naming_code and nfc_function at VSP level not populated at VF level
2446 -  [`SDC-312 <https://jira.onap.org/browse/SDC-312>`__\ ] - Can't assign a value for a capability's property of a node.
2447 -  [`SDC-314 <https://jira.onap.org/browse/SDC-314>`__\ ] - Can't assign a value for a relationship's property.
2448 -  [`SDC-328 <https://jira.onap.org/browse/SDC-328>`__\ ] - The default values of the properties of the 'org.openecomp.resource.vl.extVL' exported are incorrect.
2449 -  [`SDC-341 <https://jira.onap.org/browse/SDC-341>`__\ ] - Deploy Error on Service Distribution
2450 -  [`SDC-346 <https://jira.onap.org/browse/SDC-346>`__\ ] - Very long descriptions are not displayed correctly
2451 -  [`SDC-386 <https://jira.onap.org/browse/SDC-386>`__\ ] - add license header for class
2452 -  [`SDC-393 <https://jira.onap.org/browse/SDC-393>`__\ ] - Build stuck at org.openecomp.sdc.tosca.services.impl.ToscaAnalyzerServiceImplTest
2453 -  [`SDC-402 <https://jira.onap.org/browse/SDC-402>`__\ ] - TDP 335705 - get_input of list of wrong format
2454 -  [`SDC-412 <https://jira.onap.org/browse/SDC-412>`__\ ] - fix file already exists error
2455 -  [`SDC-425 <https://jira.onap.org/browse/SDC-425>`__\ ] - change nested compute node type prefix
2456 -  [`SDC-427 <https://jira.onap.org/browse/SDC-427>`__\ ] - fix group members ids
2457 -  [`SDC-434 <https://jira.onap.org/browse/SDC-434>`__\ ] - Healing should be added to the resubmitAll utility REST
2458 -  [`SDC-438 <https://jira.onap.org/browse/SDC-438>`__\ ] - Unable to Access SDC from Portal
2459 -  [`SDC-440 <https://jira.onap.org/browse/SDC-440>`__\ ] - When creating a new VSP "HSS_FE_test_100617", HEAT validation failed with 2 errors
2460 -  [`SDC-458 <https://jira.onap.org/browse/SDC-458>`__\ ] - Onboard questionaire-component missing enum AIC
2461 -  [`SDC-459 <https://jira.onap.org/browse/SDC-459>`__\ ] - Month navigation does not work in firefox
2462 -  [`SDC-466 <https://jira.onap.org/browse/SDC-466>`__\ ] - Submit failed for existing VSP "Nimbus 3.1 PCRF 0717"
2463 -  [`SDC-468 <https://jira.onap.org/browse/SDC-468>`__\ ] - add check for flat node type, in case of port mirroring
2464 -  [`SDC-473 <https://jira.onap.org/browse/SDC-473>`__\ ] - healing does not work on submitted vsps
2465 -  [`SDC-479 <https://jira.onap.org/browse/SDC-479>`__\ ] - Fix the sdc vagrant-onap to work as a local deployment vagrant
2466 -  [`SDC-480 <https://jira.onap.org/browse/SDC-480>`__\ ] - fix failing healers during resubmit
2467 -  [`SDC-484 <https://jira.onap.org/browse/SDC-484>`__\ ] - Deleting a connection between VNF resources causes 500 error code on SDC Composition GUI
2468 -  [`SDC-485 <https://jira.onap.org/browse/SDC-485>`__\ ] - Limits - issue in display
2469 -  [`SDC-488 <https://jira.onap.org/browse/SDC-488>`__\ ] - parse error message
2470 -  [`SDC-489 <https://jira.onap.org/browse/SDC-489>`__\ ] - error when moving to previous version using the version drop down
2471 -  [`SDC-490 <https://jira.onap.org/browse/SDC-490>`__\ ] - Onboarding undo checkout wrong implementation
2472 -  [`SDC-492 <https://jira.onap.org/browse/SDC-492>`__\ ] - need to add support for dynamic port
2473 -  [`SDC-494 <https://jira.onap.org/browse/SDC-494>`__\ ] - Readonly does not work for VLM limits
2474 -  [`SDC-526 <https://jira.onap.org/browse/SDC-526>`__\ ] - need to enable upload of files with zip or csar extensions in uppercase
2475 -  [`SDC-529 <https://jira.onap.org/browse/SDC-529>`__\ ] - VendorSoftwareProductManager->healAndAdvanceFinalVersion heal Submit VSPs
2476 -  [`SDC-534 <https://jira.onap.org/browse/SDC-534>`__\ ] - Fix swagger basepath
2477 -  [`SDC-535 <https://jira.onap.org/browse/SDC-535>`__\ ] - Incorrect UI files information during onboarding.
2478 -  [`SDC-540 <https://jira.onap.org/browse/SDC-540>`__\ ] - confirmation msg for delete FG doesn't appear
2479 -  [`SDC-541 <https://jira.onap.org/browse/SDC-541>`__\ ] - delete confirmation modals - styles alignment
2480 -  [`SDC-549 <https://jira.onap.org/browse/SDC-549>`__\ ] - add property to fixed_ips global type
2481 -  [`SDC-550 <https://jira.onap.org/browse/SDC-550>`__\ ] - Creating users using the webseal-simulator returns 404
2482 -  [`SDC-552 <https://jira.onap.org/browse/SDC-552>`__\ ] - VLM overview - refactor of edit description input
2483 -  [`SDC-554 <https://jira.onap.org/browse/SDC-554>`__\ ] - zip with duplicate ids in different files is not throwing an exception
2484 -  [`SDC-555 <https://jira.onap.org/browse/SDC-555>`__\ ] - Unable to populate network_resource table
2485 -  [`SDC-559 <https://jira.onap.org/browse/SDC-559>`__\ ] - update component prefix
2486 -  [`SDC-565 <https://jira.onap.org/browse/SDC-565>`__\ ] - Extension loading is not working when the module is being used as a dependent library.
2487 -  [`SDC-566 <https://jira.onap.org/browse/SDC-566>`__\ ] - YAML syntax errors are not being sent in Validation Issue List against error code JE1002
2488 -  [`SDC-567 <https://jira.onap.org/browse/SDC-567>`__\ ] - Recursive Imports are not needed when individual Yamls are being validated
2489 -  [`SDC-568 <https://jira.onap.org/browse/SDC-568>`__\ ] - NodeType/EntityType capabilities import failing with Class Cast Exception
2490 -  [`SDC-573 <https://jira.onap.org/browse/SDC-573>`__\ ] - Sev 1 - Property assignments on SDC UI is not grouped by VM/VNFC type(s), instead it lists ALL VMs/VNFCs.
2491 -  [`SDC-574 <https://jira.onap.org/browse/SDC-574>`__\ ] - ignore node templates that point to substitution ST without topology template
2492 -  [`SDC-576 <https://jira.onap.org/browse/SDC-576>`__\ ] - support dynamic ports
2493 -  [`SDC-578 <https://jira.onap.org/browse/SDC-578>`__\ ] - Revert a checked out version causes data loss
2494 -  [`SDC-580 <https://jira.onap.org/browse/SDC-580>`__\ ] - Error in Jetty logs
2495 -  [`SDC-581 <https://jira.onap.org/browse/SDC-581>`__\ ] - Error in Jetty logs
2496 -  [`SDC-583 <https://jira.onap.org/browse/SDC-583>`__\ ] - sdc/sdc-docker-base fails to build
2497 -  [`SDC-637 <https://jira.onap.org/browse/SDC-637>`__\ ] - VLM Overview - Connection list/ Orphans list - tabs behavior
2498 -  [`SDC-639 <https://jira.onap.org/browse/SDC-639>`__\ ] - Unexpected response while creating VSP with onboarding method as NULL/Invalid
2499 -  [`SDC-640 <https://jira.onap.org/browse/SDC-640>`__\ ] - update fabric8 docker-maven-plugin version
2500 -  [`SDC-641 <https://jira.onap.org/browse/SDC-641>`__\ ] - hardcoded version for restful-js
2501 -  [`SDC-642 <https://jira.onap.org/browse/SDC-642>`__\ ] - sdc build is failing on onboarding UI
2502 -  [`SDC-646 <https://jira.onap.org/browse/SDC-646>`__\ ] - can't convert parameters when importing tosca
2503 -  [`SDC-653 <https://jira.onap.org/browse/SDC-653>`__\ ] - implement forwarder capability
2504 -  [`SDC-657 <https://jira.onap.org/browse/SDC-657>`__\ ] - Error message is not reported to calling functions
2505 -  [`SDC-661 <https://jira.onap.org/browse/SDC-661>`__\ ] - need to throw an exception in case that substitution mappings is not correct
2506 -  [`SDC-664 <https://jira.onap.org/browse/SDC-664>`__\ ] - JTOSCA Library is missing case insensitive check for status attribute value : "supported" vs "SUPPORTED"
2507 -  [`SDC-666 <https://jira.onap.org/browse/SDC-666>`__\ ] - Library Import feature is ignoring multiple imports in a file and loading only the last one in sequence
2508 -  [`SDC-667 <https://jira.onap.org/browse/SDC-667>`__\ ] - Validate and Create capabilities APIs are throwing class cast exception
2509 -  [`SDC-668 <https://jira.onap.org/browse/SDC-668>`__\ ] - Imports loading is running in to Stack overflow error for CSARs generated via SDC on-boarding process
2510 -  [`SDC-669 <https://jira.onap.org/browse/SDC-669>`__\ ] - Add SDC Global Types as a dependency in JTOSCA library implementation
2511 -  [`SDC-670 <https://jira.onap.org/browse/SDC-670>`__\ ] - fix nova validator
2512 -  [`SDC-671 <https://jira.onap.org/browse/SDC-671>`__\ ] - changing replication factory
2513 -  [`SDC-682 <https://jira.onap.org/browse/SDC-682>`__\ ] - Tosca parser fails to parse csar with get_attributes
2514 -  [`SDC-690 <https://jira.onap.org/browse/SDC-690>`__\ ] - SDC portal does not come up on latest master of ONAP demo
2515 -  [`SDC-692 <https://jira.onap.org/browse/SDC-692>`__\ ] - Update VSP by resetting the VLM, and uploading new Heat. Could not submit
2516 -  [`SDC-693 <https://jira.onap.org/browse/SDC-693>`__\ ] - throw yaml exception when retrieving service templates
2517 -  [`SDC-694 <https://jira.onap.org/browse/SDC-694>`__\ ] - fix NPE in when extracting components
2518 -  [`SDC-698 <https://jira.onap.org/browse/SDC-698>`__\ ] - Webseal simulator Docker image cannot be built on Linux
2519 -  [`SDC-700 <https://jira.onap.org/browse/SDC-700>`__\ ] - Wrong check for file extension in HeatValidator
2520 -  [`SDC-703 <https://jira.onap.org/browse/SDC-703>`__\ ] - Duplicate logging frameworks in SDC onboarding repository
2521 -  [`SDC-704 <https://jira.onap.org/browse/SDC-704>`__\ ] - SDC External API : Swagger Errors
2522 -  [`SDC-705 <https://jira.onap.org/browse/SDC-705>`__\ ] - SDC Sanity Docker exits
2523 -  [`SDC-715 <https://jira.onap.org/browse/SDC-715>`__\ ] - SDC-CS docker container sporadically gets errors during startup
2524 -  [`SDC-716 <https://jira.onap.org/browse/SDC-716>`__\ ] - Make SDC splash screen statefull - only show once for repeated distribution flows
2525 -  [`SDC-737 <https://jira.onap.org/browse/SDC-737>`__\ ] - catalog-be unit tests fail on different build systems
2526 -  [`SDC-739 <https://jira.onap.org/browse/SDC-739>`__\ ] - CD healthcheck of SDC failing periodically 35% of the time (since Feb 75%)
2527 -  [`SDC-748 <https://jira.onap.org/browse/SDC-748>`__\ ] - Build failure due to translator core tests getting stuck
2528 -  [`SDC-765 <https://jira.onap.org/browse/SDC-765>`__\ ] - Error 500 when trying to edit a connection
2529 -  [`SDC-770 <https://jira.onap.org/browse/SDC-770>`__\ ] - SDC openecomp-be build failure on missing build-tools-1.2.0-SNAPSHOT.jar
2530 -  [`SDC-773 <https://jira.onap.org/browse/SDC-773>`__\ ] - SDC Import Export Executors should be supported.
2531 -  [`SDC-774 <https://jira.onap.org/browse/SDC-774>`__\ ] - fix parameter value check in vm grouping
2532 -  [`SDC-776 <https://jira.onap.org/browse/SDC-776>`__\ ] - Sonar coverage drop onboarding
2533 -  [`SDC-777 <https://jira.onap.org/browse/SDC-777>`__\ ] - sonar scan alignement
2534 -  [`SDC-792 <https://jira.onap.org/browse/SDC-792>`__\ ] - Add a private constructor to hide the implicit public one to ConfigurationUtils
2535 -  [`SDC-811 <https://jira.onap.org/browse/SDC-811>`__\ ] - Assign Mib to Component
2536 -  [`SDC-830 <https://jira.onap.org/browse/SDC-830>`__\ ] - Broken mapping of ChoiceOrOther because of missing default constructor
2537 -  [`SDC-835 <https://jira.onap.org/browse/SDC-835>`__\ ] - Sonar issue fix - remove unused exception handling.
2538 -  [`SDC-843 <https://jira.onap.org/browse/SDC-843>`__\ ] - response code is not validate in C* chef
2539 -  [`SDC-861 <https://jira.onap.org/browse/SDC-861>`__\ ] - Error while importing VF (CSAR onboarded)
2540 -  [`SDC-872 <https://jira.onap.org/browse/SDC-872>`__\ ] - Collaboration : Dependencies are getting deleted after same HEAT is uploaded to VSP
2541 -  [`SDC-874 <https://jira.onap.org/browse/SDC-874>`__\ ] - fix upload csar unit tests
2542 -  [`SDC-876 <https://jira.onap.org/browse/SDC-876>`__\ ] - Null pointer exception while creating Deployment flavor
2543 -  [`SDC-879 <https://jira.onap.org/browse/SDC-879>`__\ ] - Improve ConfigurationUtils class
2544 -  [`SDC-881 <https://jira.onap.org/browse/SDC-881>`__\ ] - Toggle support for UI
2545 -  [`SDC-886 <https://jira.onap.org/browse/SDC-886>`__\ ] - ZipOutputStream need to be closed
2546 -  [`SDC-888 <https://jira.onap.org/browse/SDC-888>`__\ ] - sonar fix - Stack
2547 -  [`SDC-892 <https://jira.onap.org/browse/SDC-892>`__\ ] - Fail to Export VLM
2548 -  [`SDC-894 <https://jira.onap.org/browse/SDC-894>`__\ ] - Upgrade React version to 15.6
2549 -  [`SDC-896 <https://jira.onap.org/browse/SDC-896>`__\ ] - Lifecycle Operations artifact is not reflecting in CSAR for VSP Processes Type is Lifecycle_Operations
2550 -  [`SDC-898 <https://jira.onap.org/browse/SDC-898>`__\ ] - Update the snapshot in test-config for v1.1.1-SNAPSHOT
2551 -  [`SDC-904 <https://jira.onap.org/browse/SDC-904>`__\ ] - ToscaFileOutputServiceCsarImplTest has tests with shared state
2552 -  [`SDC-909 <https://jira.onap.org/browse/SDC-909>`__\ ] - Unit Test of sdc-workflow-designer-server project failed.
2553 -  [`SDC-931 <https://jira.onap.org/browse/SDC-931>`__\ ] - Contributor can also submit fix
2554 -  [`SDC-932 <https://jira.onap.org/browse/SDC-932>`__\ ] - Dropdown text is cut off
2555 -  [`SDC-935 <https://jira.onap.org/browse/SDC-935>`__\ ] - Incorrect FG version "0.0" appears in "vf-license-model.xml" file in csar
2556 -  [`SDC-940 <https://jira.onap.org/browse/SDC-940>`__\ ] - NPE during submit of VSP
2557 -  [`SDC-941 <https://jira.onap.org/browse/SDC-941>`__\ ] - Fix zusammen Import
2558 -  [`SDC-943 <https://jira.onap.org/browse/SDC-943>`__\ ] - React version downgrade
2559 -  [`SDC-944 <https://jira.onap.org/browse/SDC-944>`__\ ] - dox-sequence-diagram-ui render fix
2560 -  [`SDC-963 <https://jira.onap.org/browse/SDC-963>`__\ ] - Fix broken npm packages
2561 -  [`SDC-989 <https://jira.onap.org/browse/SDC-989>`__\ ] - SDC healthcheck fails with message DCAE is Down
2562 -  [`SDC-992 <https://jira.onap.org/browse/SDC-992>`__\ ] - SDC-FE container fails to start because of missing chef parameters
2563 -  [`SDC-993 <https://jira.onap.org/browse/SDC-993>`__\ ] - SDC simulator compilation issues
2564 -  [`SDC-996 <https://jira.onap.org/browse/SDC-996>`__\ ] - SRIOV - add annotations
2565 -  [`SDC-1010 <https://jira.onap.org/browse/SDC-1010>`__\ ] - Extending the value list of the RAM memory in the compute
2566 -  [`SDC-1016 <https://jira.onap.org/browse/SDC-1016>`__\ ] - ASDC is not associating get_file with a VF module, causing MSO not deploy get_file ( E2E - 405397, IST - 404072
2567 -  [`SDC-1050 <https://jira.onap.org/browse/SDC-1050>`__\ ] - Allow set Toggle feature ON on Flow - Test
2568 -  [`SDC-1051 <https://jira.onap.org/browse/SDC-1051>`__\ ] - Catalog Profile Is Broken
2569 -  [`SDC-1054 <https://jira.onap.org/browse/SDC-1054>`__\ ] - SDC-Cassandra fails in starting up on Heat
2570 -  [`SDC-1062 <https://jira.onap.org/browse/SDC-1062>`__\ ] - Failure to submit NFoD when backup NIC is set (Onboarding manual flow)
2571 -  [`SDC-1064 <https://jira.onap.org/browse/SDC-1064>`__\ ] - EP UUIDs in the vendor license model are not the same
2572 -  [`SDC-1071 <https://jira.onap.org/browse/SDC-1071>`__\ ] - Create properly session context in zusammen tools
2573 -  [`SDC-1077 <https://jira.onap.org/browse/SDC-1077>`__\ ] - Left panel buttons are enabled before creating a component
2574 -  [`SDC-1083 <https://jira.onap.org/browse/SDC-1083>`__\ ] - Problem with radio button in onboarding UI
2575 -  [`SDC-1084 <https://jira.onap.org/browse/SDC-1084>`__\ ] - ui heat validation tabs fixes
2576 -  [`SDC-1089 <https://jira.onap.org/browse/SDC-1089>`__\ ] - fix build for onboarding
2577 -  [`SDC-1090 <https://jira.onap.org/browse/SDC-1090>`__\ ] - Error-code POL5000 Internal Server Error.
2578 -  [`SDC-1092 <https://jira.onap.org/browse/SDC-1092>`__\ ] - SDC-CS memory leak?
2579 -  [`SDC-1093 <https://jira.onap.org/browse/SDC-1093>`__\ ] - Validation of VSP fails with error null
2580 -  [`SDC-1095 <https://jira.onap.org/browse/SDC-1095>`__\ ] - Jenkins build does not execute unit tests.
2581 -  [`SDC-1096 <https://jira.onap.org/browse/SDC-1096>`__\ ] - E2E Defect 430981 - ip_requirments for multiple ports with difference version
2582 -  [`SDC-1103 <https://jira.onap.org/browse/SDC-1103>`__\ ] - onap normatives are imported always
2583 -  [`SDC-1105 <https://jira.onap.org/browse/SDC-1105>`__\ ] - ForwardingPathBussinessLogicTest fails
2584 -  [`SDC-1107 <https://jira.onap.org/browse/SDC-1107>`__\ ] - E2E Defect 427115 - Port Mirroring: Incorrect Interfaces list - not correct Port Type
2585 -  [`SDC-1108 <https://jira.onap.org/browse/SDC-1108>`__\ ] - Scripts are using deprecated API
2586 -  [`SDC-1110 <https://jira.onap.org/browse/SDC-1110>`__\ ] - Fix BDD Test failure
2587 -  [`SDC-1113 <https://jira.onap.org/browse/SDC-1113>`__\ ] - E2E/Internal Defect - multiple ports (extCP) with wrong network-role
2588 -  [`SDC-1120 <https://jira.onap.org/browse/SDC-1120>`__\ ] - Empty error message during Proceed To Validation
2589 -  [`SDC-1123 <https://jira.onap.org/browse/SDC-1123>`__\ ] - The csar packages not passing onboarding during SDC sanity
2590 -  [`SDC-1124 <https://jira.onap.org/browse/SDC-1124>`__\ ] - Bug - The csar packages not passing onboarding during SDC sanity
2591 -  [`SDC-1126 <https://jira.onap.org/browse/SDC-1126>`__\ ] - Fixed merge issues regarding the plugins development
2592 -  [`SDC-1134 <https://jira.onap.org/browse/SDC-1134>`__\ ] - healed version of VSP is missing a Description
2593 -  [`SDC-1143 <https://jira.onap.org/browse/SDC-1143>`__\ ] - SDC docs: fix a typo in release notes
2594 -  [`SDC-1144 <https://jira.onap.org/browse/SDC-1144>`__\ ] - Fix SDC Sonar bugs
2595 -  [`SDC-1145 <https://jira.onap.org/browse/SDC-1145>`__\ ] - fix a SDC sonar NullPointer bug
2596 -  [`SDC-1146 <https://jira.onap.org/browse/SDC-1146>`__\ ] - fix sonar NullPointer bugs in SDC
2597 -  [`SDC-1150 <https://jira.onap.org/browse/SDC-1150>`__\ ] - Json Serialization of collections should hide empty attribute.
2598 -  [`SDC-1184 <https://jira.onap.org/browse/SDC-1184>`__\ ] - Unable to create VF after creating component dependency in VSP due to error
2599 -  [`SDC-1188 <https://jira.onap.org/browse/SDC-1188>`__\ ] - User Permission items
2600 -  [`SDC-1190 <https://jira.onap.org/browse/SDC-1190>`__\ ] - Java proxy classname in audit logs instead of resource name
2601 -  [`SDC-1192 <https://jira.onap.org/browse/SDC-1192>`__\ ] - ValidationVsp Cannot support multiple sessions
2602 -  [`SDC-1200 <https://jira.onap.org/browse/SDC-1200>`__\ ] - SDC tab shows "HTTP Error 305" after login and accessing from the portal
2603 -  [`SDC-1204 <https://jira.onap.org/browse/SDC-1204>`__\ ] - maven clean leaves files in target
2604 -  [`SDC-1206 <https://jira.onap.org/browse/SDC-1206>`__\ ] - Create VF fails with 404 error message for subinterface_indicator property
2605 -  [`SDC-1207 <https://jira.onap.org/browse/SDC-1207>`__\ ] - Distribution cannot create "UEB keys"
2606 -  [`SDC-1208 <https://jira.onap.org/browse/SDC-1208>`__\ ] - Missing heat script for deploying sdc-workflow designer
2607 -  [`SDC-1209 <https://jira.onap.org/browse/SDC-1209>`__\ ] - Missing uuid & operationId while navigate from sdc to wf-designer
2608 -  [`SDC-1210 <https://jira.onap.org/browse/SDC-1210>`__\ ] - Format Issue in the Example Resource File
2609 -  [`SDC-1211 <https://jira.onap.org/browse/SDC-1211>`__\ ] - Issues from Nexus-IQ
2610 -  [`SDC-1212 <https://jira.onap.org/browse/SDC-1212>`__\ ] - Issues of the BPMN Converter
2611 -  [`SDC-1214 <https://jira.onap.org/browse/SDC-1214>`__\ ] - Fix for healing of vlan tagging and annotations
2612 -  [`SDC-1215 <https://jira.onap.org/browse/SDC-1215>`__\ ] - Errors in Retrieving Data From SDC
2613 -  [`SDC-1222 <https://jira.onap.org/browse/SDC-1222>`__\ ] - base_sdc-python docker image build failure
2614 -  [`SDC-1234 <https://jira.onap.org/browse/SDC-1234>`__\ ] - Vsp certified version which gets healed - remains draft
2615 -  [`SDC-1235 <https://jira.onap.org/browse/SDC-1235>`__\ ] - Extend Service Task Miss 'class' Information
2616 -  [`SDC-1236 <https://jira.onap.org/browse/SDC-1236>`__\ ] - Null Fields Should not Be Find in the Extend Servcie Task
2617 -  [`SDC-1237 <https://jira.onap.org/browse/SDC-1237>`__\ ] - ui-styling-fixes
2618 -  [`SDC-1239 <https://jira.onap.org/browse/SDC-1239>`__\ ] - ui-attachments-page-bug-fix
2619 -  [`SDC-1241 <https://jira.onap.org/browse/SDC-1241>`__\ ] - SDC-BE pod started but it's responding with 503 HTTP code
2620 -  [`SDC-1244 <https://jira.onap.org/browse/SDC-1244>`__\ ] - Issue in healing zusammen MainTool
2621 -  [`SDC-1245 <https://jira.onap.org/browse/SDC-1245>`__\ ] - jenkins release jobs are failing
2622 -  [`SDC-1247 <https://jira.onap.org/browse/SDC-1247>`__\ ] - SDC tester page hangs when clicking on Accept button
2623 -  [`SDC-1248 <https://jira.onap.org/browse/SDC-1248>`__\ ] - support 5 digit port number
2624 -  [`SDC-1249 <https://jira.onap.org/browse/SDC-1259>`__\ ] - not able to get the value fromProperty node
2625 -  [`SDC-1250 <https://jira.onap.org/browse/SDC-1250>`__\ ] - Not Possible to accept "VF" in test
2626 -  [`SDC-1251 <https://jira.onap.org/browse/SDC-1251>`__\ ] - Catalog UI - Plugin Loader doesn't finish even though the plugin is already loaded
2627 -  [`SDC-1255 <https://jira.onap.org/browse/SDC-1255>`__\ ] - Create VF fails for heats "vOTA123.zip" and "2016-144_vmstore_30_1702.zip"
2628 -  [`SDC-1256 <https://jira.onap.org/browse/SDC-1256>`__\ ] - change the order of items in version page according to version number
2629 -  [`SDC-1261 <https://jira.onap.org/browse/SDC-1261>`__\ ] - Unable to create more than one component dependency for VSP
2630 -  [`SDC-1262 <https://jira.onap.org/browse/SDC-1262>`__\ ] - Add multiple servers for BDD testing
2631 -  [`SDC-1265 <https://jira.onap.org/browse/SDC-1265>`__\ ] - SDC OOM Install elastic search in crashbackloop
2632 -  [`SDC-1267 <https://jira.onap.org/browse/SDC-1267>`__\ ] - service submit for testing fails
2633 -  [`SDC-1268 <https://jira.onap.org/browse/SDC-1268>`__\ ] - Submit for testing fails
2634 -  [`SDC-1269 <https://jira.onap.org/browse/SDC-1269>`__\ ] - Error message appear twice
2635 -  [`SDC-1271 <https://jira.onap.org/browse/SDC-1271>`__\ ] - Incorrect message when not choosing commit
2636 -  [`SDC-1273 <https://jira.onap.org/browse/SDC-1273>`__\ ] - Unable to submit the NS to testing
2637 -  [`SDC-1274 <https://jira.onap.org/browse/SDC-1274>`__\ ] - NFOD - Error when adding nic to component
2638 -  [`SDC-1275 <https://jira.onap.org/browse/SDC-1275>`__\ ] - Logging core tests fail on Linux without hostname
2639 -  [`SDC-1279 <https://jira.onap.org/browse/SDC-1279>`__\ ] - fix marge job
2640 -  [`SDC-1280 <https://jira.onap.org/browse/SDC-1280>`__\ ] - 'Model Schema' is not available for any API in onboarding Swagger
2641 -  [`SDC-1281 <https://jira.onap.org/browse/SDC-1281>`__\ ] - TOSCA Analyzer - null point exception
2642 -  [`SDC-1283 <https://jira.onap.org/browse/SDC-1283>`__\ ] - Onboarding filter archive to active changes when pressing on workspace button
2643 -  [`SDC-1284 <https://jira.onap.org/browse/SDC-1284>`__\ ] - fix catalog-be start
2644 -  [`SDC-1292 <https://jira.onap.org/browse/SDC-1292>`__\ ] - Service Distribution is not happening under Operator role
2645 -  [`SDC-1293 <https://jira.onap.org/browse/SDC-1293>`__\ ] - Facing issues while onboarding
2646 -  [`SDC-1295 <https://jira.onap.org/browse/SDC-1295>`__\ ] - work flow release jobs are failing
2647 -  [`SDC-1303 <https://jira.onap.org/browse/SDC-1303>`__\ ] - Certified activity spec status fetched as 'draft' right after attribute action not at all specified in the body
2648 -  [`SDC-1304 <https://jira.onap.org/browse/SDC-1304>`__\ ] - Sorting version lists
2649 -  [`SDC-1305 <https://jira.onap.org/browse/SDC-1305>`__\ ] - VSP Component Function input validation should be removed
2650 -  [`SDC-1308 <https://jira.onap.org/browse/SDC-1308>`__\ ] - SDC fails health check in OOM deployment
2651 -  [`SDC-1309 <https://jira.onap.org/browse/SDC-1309>`__\ ] - SDC fails health check on HEAT deployment
2652 -  [`SDC-1315 <https://jira.onap.org/browse/SDC-1315>`__\ ] - Nested Dependency Issue
2653 -  [`SDC-1321 <https://jira.onap.org/browse/SDC-1321>`__\ ] - Catalog Docker swagger not loading
2654 -  [`SDC-1328 <https://jira.onap.org/browse/SDC-1328>`__\ ] - plug-in Iframe changes size on WINDOW_OUT event to composition page
2655 -  [`SDC-1329 <https://jira.onap.org/browse/SDC-1329>`__\ ] - Warning in generated CSAR
2656 -  [`SDC-1332 <https://jira.onap.org/browse/SDC-1332>`__\ ] - Enable VNF market place in sdc deployment
2657 -  [`SDC-1336 <https://jira.onap.org/browse/SDC-1336>`__\ ] - SDC service category missing Network Service and E2E Service types
2658 -  [`SDC-1337 <https://jira.onap.org/browse/SDC-1337>`__\ ] - Unexpected entry for interfaces + interface_types when no operation is defined
2659 -  [`SDC-1341 <https://jira.onap.org/browse/SDC-1341>`__\ ] - SDC-DMAAP connection fails in multi-node cluster
2660 -  [`SDC-1347 <https://jira.onap.org/browse/SDC-1347>`__\ ] - Wrap plug-ins API call in a promise to prevent loading issues of SDC UI
2661 -  [`SDC-1349 <https://jira.onap.org/browse/SDC-1349>`__\ ] - Filter By vendor view - list of vsp is not closed
2662 -  [`SDC-1351 <https://jira.onap.org/browse/SDC-1351>`__\ ] - Viewer can archive and restore
2663 -  [`SDC-1352 <https://jira.onap.org/browse/SDC-1352>`__\ ] - SDC service design Properties Assignment page doesn't function properly
2664 -  [`SDC-1354 <https://jira.onap.org/browse/SDC-1354>`__\ ] - DCAE wrong jetty truststore file name
2665 -  [`SDC-1355 <https://jira.onap.org/browse/SDC-1355>`__\ ] - Onborading permissions: change items' owner works partially
2666 -  [`SDC-1356 <https://jira.onap.org/browse/SDC-1356>`__\ ] - Wrong FE version name
2667 -  [`SDC-1366 <https://jira.onap.org/browse/SDC-1366>`__\ ] - New version created based on old-unhealed version is not getting healed
2668 -  [`SDC-1376 <https://jira.onap.org/browse/SDC-1376>`__\ ] - dcae_fe: Update context path to dcaed
2669 -  [`SDC-1382 <https://jira.onap.org/browse/SDC-1382>`__\ ] - "Property Assignment" does not show the list of properties in OOM-deployed env
2670
2671 Security Notes
2672 --------------
2673
2674 SDC 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 SDC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28377537>`__.
2675
2676 Quick Links:
2677
2678 - `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__
2679 - `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__
2680 - `Project Vulnerability Review Table for SDC <https://wiki.onap.org/pages/viewpage.action?pageId=28377537>`__
2681
2682 **Known Issues**
2683
2684 -  [`SDC-1380 <https://jira.onap.org/browse/SDC-1380>`__\ ] - Missing Inheritance of VduCp in SDC distributed CSAR package
2685 -  [`SDC-1182 <https://jira.onap.org/browse/SDC-1182>`__\ ] - SDC must no log serviceInstanceID and SERVICE_INSTANCE_ID
2686
2687 **Upgrade Notes**
2688
2689         N/A
2690
2691 **Deprecation Notes**
2692
2693         N/A
2694
2695 **Other**
2696
2697         N/A
2698
2699 Version: 1.1.0
2700 ==============
2701
2702 :Release Date: 2017-11-15
2703
2704 SDC SDKs Versions
2705 -----------------
2706
2707 -  sdc-distribution-client
2708
2709    :Version: 1.1.32
2710
2711     -  sdc-tosca
2712
2713        :Version: 1.1.32
2714
2715
2716 Release Purpose
2717 ----------------
2718 The Amsterdam release is the first ONAP release.
2719 This release is focused on creating a merged architecture between the OpenECOMP and OpenO components.
2720 In addition, the release enhances the list of supported use cases to support the `VoLTE <https://wiki.onap.org/pages/viewpage.action?pageId=6593603>`_ and `vCPE <https://wiki.onap.org/pages/viewpage.action?pageId=3246168>`_ use cases.
2721
2722 New Features
2723 ------------
2724 -  Full and comprehensive VNF/Software Application(VF) and service design
2725 -  Collaborative design
2726 -  VNF/VF/SERVICE testing and certification
2727 -  Distribution to ONAP
2728 -  External API- for VNF/VF and  service
2729 -  Integration with BSS / Customer ordering.
2730
2731 **Epics**
2732
2733 -  [`SDC-52 <https://jira.onap.org/browse/SDC-52>`__\ ] - SDC Opensource
2734    tech gaps
2735 -  [`SDC-53 <https://jira.onap.org/browse/SDC-53>`__\ ] - F28350/302244
2736    [MVP] SDC 1710 - Increment Conformance Level
2737 -  [`SDC-54 <https://jira.onap.org/browse/SDC-54>`__\ ] - F36419/299760
2738    [EPIC] - [MVP] SDC 1710 - Introduce a new Asset Type: PNF
2739 -  [`SDC-55 <https://jira.onap.org/browse/SDC-55>`__\ ] - F34117/305092
2740    [EPIC] - [MVP] SDC 1710 - Enhance the CP
2741 -  [`SDC-56 <https://jira.onap.org/browse/SDC-56>`__\ ] - F36795/298830
2742    [EPIC] - Provide a new Capability to Onboard non-HEAT VNFs based on a
2743    Questionnaire.
2744 -  [`SDC-57 <https://jira.onap.org/browse/SDC-57>`__\ ] - F36795/150093
2745    [EPIC] - Enhance the VNF Model to include VNFC (VFC)
2746 -  [`SDC-58 <https://jira.onap.org/browse/SDC-58>`__\ ] - F36795/291353
2747    EPIC] - [MVP] ASDC 1710 -TOSCA Parser - Stand alone
2748 -  [`SDC-59 <https://jira.onap.org/browse/SDC-59>`__\ ] - F36795/296771
2749    [EPIC] - [MVP] SDC 1710 - TOSCA Parser - Support Complex Inputs
2750 -  [`SDC-60 <https://jira.onap.org/browse/SDC-60>`__\ ] - F36795/309319
2751    EPIC] - Provide Additional Artifact type relevant for VNF Onboarding.
2752 -  [`SDC-61 <https://jira.onap.org/browse/SDC-61>`__\ ] - F36797/291413
2753    [EPIC] - Enhance the VFC Model with additional Properties for VFC
2754    characterization
2755 -  [`SDC-62 <https://jira.onap.org/browse/SDC-62>`__\ ] - F36801/152151
2756    [EPIC] - [MVP] ASDC 1707 - Tosca Schema files
2757 -  [`SDC-63 <https://jira.onap.org/browse/SDC-63>`__\ ] - F36257/292814
2758    EPIC] - [MVP] SDC 1710 NFR - Enhance the System Health Check API
2759 -  [`SDC-64 <https://jira.onap.org/browse/SDC-64>`__\ ] - 306915 EPIC:
2760    [DevOps] - SSL Certificates separation of certificates for the
2761    deployment code
2762 -  [`SDC-66 <https://jira.onap.org/browse/SDC-66>`__\ ] - Workflow
2763    Designer
2764 -  [`SDC-71 <https://jira.onap.org/browse/SDC-71>`__\ ] - Workflow
2765    Management
2766 -  [`SDC-99 <https://jira.onap.org/browse/SDC-99>`__\ ] - Onbording
2767    Tosca VNF
2768 -  [`SDC-111 <https://jira.onap.org/browse/SDC-111>`__\ ] - swagger
2769    restful interface support
2770 -  [`SDC-116 <https://jira.onap.org/browse/SDC-116>`__\ ] - bpmn
2771    workflow modeler
2772 -  [`SDC-218 <https://jira.onap.org/browse/SDC-218>`__\ ] - support
2773    integration with VFC
2774 -  [`SDC-219 <https://jira.onap.org/browse/SDC-219>`__\ ] - Support for
2775    uCPE usecase
2776 -  [`SDC-287 <https://jira.onap.org/browse/SDC-287>`__\ ] - catalog
2777    support TOSCA CSAR import and distribution
2778 -  [`SDC-326 <https://jira.onap.org/browse/SDC-326>`__\ ] - Support work
2779    flows in SDC
2780
2781 **Stories**
2782
2783 -  [`SDC-28 <https://jira.onap.org/browse/SDC-28>`__\ ] - TDP 291354 -
2784    JTOSCA repo initial commit
2785 -  [`SDC-67 <https://jira.onap.org/browse/SDC-67>`__\ ] - Workflow
2786    designer support json object type
2787 -  [`SDC-68 <https://jira.onap.org/browse/SDC-68>`__\ ] - Workflow
2788    designer support Swagger definition
2789 -  [`SDC-69 <https://jira.onap.org/browse/SDC-69>`__\ ] - WorkFlow Input
2790    Parameter Designer
2791 -  [`SDC-70 <https://jira.onap.org/browse/SDC-70>`__\ ] - WorkFlow
2792    Diagram Editor
2793 -  [`SDC-72 <https://jira.onap.org/browse/SDC-72>`__\ ] - Export
2794    WorkFlow
2795 -  [`SDC-74 <https://jira.onap.org/browse/SDC-74>`__\ ] - Delete
2796    WorkFlow
2797 -  [`SDC-75 <https://jira.onap.org/browse/SDC-75>`__\ ] - Modify
2798    WorkFlow
2799 -  [`SDC-76 <https://jira.onap.org/browse/SDC-76>`__\ ] - Add WorkFlow
2800 -  [`SDC-81 <https://jira.onap.org/browse/SDC-81>`__\ ] - Support VNF
2801    Package Specification
2802 -  [`SDC-92 <https://jira.onap.org/browse/SDC-92>`__\ ] - Topology
2803    Diagram Editor
2804 -  [`SDC-94 <https://jira.onap.org/browse/SDC-94>`__\ ] - Support
2805    Package draft
2806 -  [`SDC-95 <https://jira.onap.org/browse/SDC-95>`__\ ] - Support
2807    Package draft
2808 -  [`SDC-96 <https://jira.onap.org/browse/SDC-96>`__\ ] - Package
2809    multiple-versions support
2810 -  [`SDC-97 <https://jira.onap.org/browse/SDC-97>`__\ ] - CLI Package
2811    Validation and Packaging tool
2812 -  [`SDC-98 <https://jira.onap.org/browse/SDC-98>`__\ ] - Template
2813    management
2814 -  [`SDC-112 <https://jira.onap.org/browse/SDC-112>`__\ ] - support
2815    swagger specification interface definition
2816 -  [`SDC-113 <https://jira.onap.org/browse/SDC-113>`__\ ] - support set
2817    swagger info by swagger string
2818 -  [`SDC-114 <https://jira.onap.org/browse/SDC-114>`__\ ] - support set
2819    swagger info by url
2820 -  [`SDC-115 <https://jira.onap.org/browse/SDC-115>`__\ ] - support
2821    invoke restful interfaces defined by swagger specification
2822 -  [`SDC-117 <https://jira.onap.org/browse/SDC-117>`__\ ] - support bpmn
2823    workflow nodes(start, end, exclusive gateway, parallel gateway)
2824 -  [`SDC-119 <https://jira.onap.org/browse/SDC-119>`__\ ] - support set
2825    conditoin for gateway
2826 -  [`SDC-120 <https://jira.onap.org/browse/SDC-120>`__\ ] - support set
2827    input and output params for start event and end event
2828 -  [`SDC-121 <https://jira.onap.org/browse/SDC-121>`__\ ] - support
2829    quote output of previous workflow node for params
2830 -  [`SDC-122 <https://jira.onap.org/browse/SDC-122>`__\ ] - support
2831    quote input of start event for params
2832 -  [`SDC-161 <https://jira.onap.org/browse/SDC-161>`__\ ] - Remove
2833    MojoHaus Maven plug-in from pom file
2834 -  [`SDC-223 <https://jira.onap.org/browse/SDC-223>`__\ ] - Attachment
2835    display changes - UI
2836 -  [`SDC-224 <https://jira.onap.org/browse/SDC-224>`__\ ] - Tosca based
2837    onbaording enrichment - BE
2838 -  [`SDC-225 <https://jira.onap.org/browse/SDC-225>`__\ ] - Tosca
2839    validation in the attachment - BE
2840 -  [`SDC-226 <https://jira.onap.org/browse/SDC-226>`__\ ] - Support
2841    TOSCA CSAR attachments and validation in overview display - BE
2842 -  [`SDC-227 <https://jira.onap.org/browse/SDC-227>`__\ ] - Create new
2843    VSP, onboard from TOSCA file - BE
2844 -  [`SDC-228 <https://jira.onap.org/browse/SDC-228>`__\ ] - Tosca based
2845    onbaording enrichment - UI
2846 -  [`SDC-229 <https://jira.onap.org/browse/SDC-229>`__\ ] - Support
2847    TOSCA attachments in overview display - UI
2848 -  [`SDC-230 <https://jira.onap.org/browse/SDC-230>`__\ ] - Create new
2849    VSP, onboard from TOSCA file - UI
2850 -  [`SDC-231 <https://jira.onap.org/browse/SDC-231>`__\ ] - VNF package
2851    manifest file parsing - BE
2852 -  [`SDC-232 <https://jira.onap.org/browse/SDC-232>`__\ ] - Import TOSCA
2853    YAML CSAR - BE
2854 -  [`SDC-240 <https://jira.onap.org/browse/SDC-240>`__\ ] - WorkFlow
2855    Deisigner seed code
2856 -  [`SDC-248 <https://jira.onap.org/browse/SDC-248>`__\ ] - add verify
2857    job for workflow-designer in ci-manager
2858 -  [`SDC-255 <https://jira.onap.org/browse/SDC-255>`__\ ] - support add
2859    workflow node
2860 -  [`SDC-257 <https://jira.onap.org/browse/SDC-257>`__\ ] - save and
2861    query workflow definition data from catalog
2862 -  [`SDC-269 <https://jira.onap.org/browse/SDC-269>`__\ ] - support set
2863    microservice info
2864 -  [`SDC-276 <https://jira.onap.org/browse/SDC-276>`__\ ] - add dynamic
2865    dox scheme creation
2866 -  [`SDC-282 <https://jira.onap.org/browse/SDC-282>`__\ ] - support rest
2867    task node
2868 -  [`SDC-288 <https://jira.onap.org/browse/SDC-288>`__\ ] - Independent
2869    Versioning and Release Process
2870 -  [`SDC-294 <https://jira.onap.org/browse/SDC-294>`__\ ] - support bpmn
2871    timer element
2872 -  [`SDC-295 <https://jira.onap.org/browse/SDC-295>`__\ ] - delete node
2873    or connection by keyboard
2874 -  [`SDC-299 <https://jira.onap.org/browse/SDC-299>`__\ ] - Port
2875    mirroring
2876 -  [`SDC-306 <https://jira.onap.org/browse/SDC-306>`__\ ] - Replace
2877    Dockefiles with new baselines
2878 -  [`SDC-318 <https://jira.onap.org/browse/SDC-318>`__\ ] - Provide
2879    preset definitions for the enitity types standardized by the
2880    tosca-nfv specification.
2881 -  [`SDC-325 <https://jira.onap.org/browse/SDC-325>`__\ ] - Add "Network
2882    Service" and "E2E Service" to the predefined list of SDC categories.
2883 -  [`SDC-327 <https://jira.onap.org/browse/SDC-327>`__\ ] - add new
2884    artifact type to SDC
2885 -  [`SDC-329 <https://jira.onap.org/browse/SDC-329>`__\ ] - add
2886    categories to define SDC service
2887 -  [`SDC-339 <https://jira.onap.org/browse/SDC-339>`__\ ] - project
2888    package and create dockfile
2889 -  [`SDC-355 <https://jira.onap.org/browse/SDC-355>`__\ ] - support set
2890    value for branch node
2891 -  [`SDC-360 <https://jira.onap.org/browse/SDC-360>`__\ ] - Import New
2892    VF vCSCF
2893 -  [`SDC-370 <https://jira.onap.org/browse/SDC-370>`__\ ] - sdc
2894    documentation
2895 -  [`SDC-379 <https://jira.onap.org/browse/SDC-379>`__\ ] - Write
2896    functional test cases based on the functionality tested by sanity
2897    docker
2898 -  [`SDC-476 <https://jira.onap.org/browse/SDC-476>`__\ ] - add sonar
2899    branch to sdc project pom
2900 -  [`SDC-481 <https://jira.onap.org/browse/SDC-481>`__\ ] - update
2901    swagger
2902 -  [`SDC-498 <https://jira.onap.org/browse/SDC-498>`__\ ] - Support and
2903    align CSAR's for VOLTE
2904 -  [`SDC-506 <https://jira.onap.org/browse/SDC-506>`__\ ] - Fill SDC
2905    read the docs sections
2906 -  [`SDC-517 <https://jira.onap.org/browse/SDC-517>`__\ ] - ONAP support
2907 -  [`SDC-521 <https://jira.onap.org/browse/SDC-521>`__\ ] - CSIT and
2908    sanity stabilization
2909 -  [`SDC-522 <https://jira.onap.org/browse/SDC-522>`__\ ] - sync 1710
2910    defects into ONAP
2911 -  [`SDC-586 <https://jira.onap.org/browse/SDC-586>`__\ ] - Support and
2912    align CSAR's for VOLTE
2913 -  [`SDC-594 <https://jira.onap.org/browse/SDC-594>`__\ ] - Fill SDC
2914    read the docs sections
2915 -  [`SDC-608 <https://jira.onap.org/browse/SDC-608>`__\ ] - CSIT and
2916    sanity stabilization
2917 -  [`SDC-615 <https://jira.onap.org/browse/SDC-615>`__\ ] - add new
2918    artifact type to SDC
2919 -  [`SDC-619 <https://jira.onap.org/browse/SDC-619>`__\ ] - ONAP support
2920 -  [`SDC-623 <https://jira.onap.org/browse/SDC-623>`__\ ] - Independent
2921    Versioning and Release Process
2922
2923 Bug Fixes
2924 ---------
2925
2926 -  [`SDC-160 <https://jira.onap.org/browse/SDC-160>`__\ ] - substitution
2927    mapping problem
2928 -  [`SDC-256 <https://jira.onap.org/browse/SDC-256>`__\ ] - modify
2929    workflow version in package.json
2930 -  [`SDC-263 <https://jira.onap.org/browse/SDC-263>`__\ ] - Exception is
2931    not showing the correct error
2932 -  [`SDC-270 <https://jira.onap.org/browse/SDC-270>`__\ ] - The node
2933    template name in the capability/requirement mapping map is not
2934    synchronized while modify a node template' name.
2935 -  [`SDC-273 <https://jira.onap.org/browse/SDC-273>`__\ ] - Error:
2936    Internal Server Error. Please try again later
2937 -  [`SDC-280 <https://jira.onap.org/browse/SDC-280>`__\ ] - SDC
2938    healthcheck 500 on Rackspace deployment
2939 -  [`SDC-283 <https://jira.onap.org/browse/SDC-283>`__\ ] - jjb daily
2940    build fail
2941 -  [`SDC-289 <https://jira.onap.org/browse/SDC-289>`__\ ] - UI shows
2942    {length} and {maxLength} instead of actual limit values
2943 -  [`SDC-290 <https://jira.onap.org/browse/SDC-290>`__\ ] - discrepancy
2944    between the BE and FE on the "Create New License Agreement" Wizard
2945 -  [`SDC-296 <https://jira.onap.org/browse/SDC-296>`__\ ] - The default
2946    value of the VF input parameter is incorrect.
2947 -  [`SDC-297 <https://jira.onap.org/browse/SDC-297>`__\ ] - adjust
2948    textarea component style
2949 -  [`SDC-298 <https://jira.onap.org/browse/SDC-298>`__\ ] - The exported
2950    CSAR package of VFC lacks the definition of capability types
2951    standardized in the tosca-nfv specification.
2952 -  [`SDC-300 <https://jira.onap.org/browse/SDC-300>`__\ ] - GET query to
2953    metadata fails requested service not found
2954 -  [`SDC-307 <https://jira.onap.org/browse/SDC-307>`__\ ] - add sequence
2955    flow after refresh
2956 -  [`SDC-308 <https://jira.onap.org/browse/SDC-308>`__\ ] - save new
2957    position after node dragged
2958 -  [`SDC-309 <https://jira.onap.org/browse/SDC-309>`__\ ] - The exported
2959    CSAR package of VF lacks the definition of relationship types
2960    standardized in the tosca-nfv specification.
2961 -  [`SDC-310 <https://jira.onap.org/browse/SDC-310>`__\ ] - The exported
2962    CSAR package of VFC lacks the definition of data types standardized
2963    in the tosca-nfv specification.
2964 -  [`SDC-313 <https://jira.onap.org/browse/SDC-313>`__\ ] - requirement
2965    id is not correct
2966 -  [`SDC-323 <https://jira.onap.org/browse/SDC-323>`__\ ] - The scalar
2967    unit type value is in correctly created
2968 -  [`SDC-335 <https://jira.onap.org/browse/SDC-335>`__\ ] - swagger
2969    convert error
2970 -  [`SDC-337 <https://jira.onap.org/browse/SDC-337>`__\ ] - add missing
2971    global type
2972 -  [`SDC-338 <https://jira.onap.org/browse/SDC-338>`__\ ] - submit fails
2973    when uploading CSAR file
2974 -  [`SDC-344 <https://jira.onap.org/browse/SDC-344>`__\ ] - move jtosca
2975    version to main pom
2976 -  [`SDC-349 <https://jira.onap.org/browse/SDC-349>`__\ ] - add global
2977    type for import tosca
2978 -  [`SDC-351 <https://jira.onap.org/browse/SDC-351>`__\ ] - enable port
2979    mirroring
2980 -  [`SDC-353 <https://jira.onap.org/browse/SDC-353>`__\ ] - ONAP 1.1.0
2981    SDC distributions failing in ORD - Add Software Product - Status 500
2982 -  [`SDC-363 <https://jira.onap.org/browse/SDC-363>`__\ ] - data convert
2983    error for tree node
2984 -  [`SDC-369 <https://jira.onap.org/browse/SDC-369>`__\ ] - invalid tag
2985    defined for docker
2986 -  [`SDC-375 <https://jira.onap.org/browse/SDC-375>`__\ ] - Onboarding
2987    build time
2988 -  [`SDC-381 <https://jira.onap.org/browse/SDC-381>`__\ ] - VLM update
2989    with EP/LKG - null error
2990 -  [`SDC-389 <https://jira.onap.org/browse/SDC-389>`__\ ] - Default
2991    value of properties do not match
2992 -  [`SDC-390 <https://jira.onap.org/browse/SDC-390>`__\ ] - fix docker
2993    file script error
2994 -  [`SDC-407 <https://jira.onap.org/browse/SDC-407>`__\ ] - VLM Refresh
2995    issue in orphans list on added agreement
2996 -  [`SDC-410 <https://jira.onap.org/browse/SDC-410>`__\ ] - Import
2997    normatives not running + Upgrade normatives not imports the onap
2998    types
2999 -  [`SDC-431 <https://jira.onap.org/browse/SDC-431>`__\ ] - Artifacts
3000    not generated for PNF Resource and hence not enabling model
3001    distribution to A&AI
3002 -  [`SDC-435 <https://jira.onap.org/browse/SDC-435>`__\ ] - sdc staging
3003    job is failing
3004 -  [`SDC-436 <https://jira.onap.org/browse/SDC-436>`__\ ] - sdc release
3005    stagging is failing on release 1.1.0
3006 -  [`SDC-441 <https://jira.onap.org/browse/SDC-441>`__\ ] - module-0
3007    with version 1.0 not found in MSO Catalog DB
3008 -  [`SDC-443 <https://jira.onap.org/browse/SDC-443>`__\ ] - Fix SDC
3009    inter-DC overlay configuration model to support multiple networks
3010 -  [`SDC-444 <https://jira.onap.org/browse/SDC-444>`__\ ] -
3011    sdc-sdc-workflow-designer-master-stage-site-java Jenkins job failed
3012 -  [`SDC-448 <https://jira.onap.org/browse/SDC-448>`__\ ] - Onboarding
3013    of VNF Base\_VLB failed
3014 -  [`SDC-452 <https://jira.onap.org/browse/SDC-452>`__\ ] - Workflow
3015    designer UI doesn't show up
3016 -  [`SDC-454 <https://jira.onap.org/browse/SDC-454>`__\ ] - vMME CSAR
3017    from vendor failed SDC onboarding
3018 -  [`SDC-457 <https://jira.onap.org/browse/SDC-457>`__\ ] - artifacts
3019    are not copied to CSAR
3020 -  [`SDC-460 <https://jira.onap.org/browse/SDC-460>`__\ ] -
3021    vCSCF\_aligned.csar Tosca.meta Entry definition file is missing
3022 -  [`SDC-461 <https://jira.onap.org/browse/SDC-461>`__\ ] - sidebar
3023    element background color changed
3024 -  [`SDC-471 <https://jira.onap.org/browse/SDC-471>`__\ ] - Predefined
3025    Network Service is missing in Generic Service Category
3026 -  [`SDC-474 <https://jira.onap.org/browse/SDC-474>`__\ ] - Issue in
3027    Onboarding converting occurrences in node\_types section
3028 -  [`SDC-477 <https://jira.onap.org/browse/SDC-477>`__\ ] -
3029    SDC-base-docker jetty base failed to run apt-get
3030 -  [`SDC-483 <https://jira.onap.org/browse/SDC-483>`__\ ] - Zip file
3031    stored under vendor CSAR Artifacts directory is not included in CSAR
3032    created by SDC after VSP import
3033 -  [`SDC-491 <https://jira.onap.org/browse/SDC-491>`__\ ] - Artifact are
3034    incorrectly passed
3035 -  [`SDC-495 <https://jira.onap.org/browse/SDC-495>`__\ ] - artifacts
3036    are not packed correctly when uploading csar
3037 -  [`SDC-525 <https://jira.onap.org/browse/SDC-525>`__\ ] - Docker RUN
3038    chmod fails
3039 -  [`SDC-528 <https://jira.onap.org/browse/SDC-528>`__\ ] - SDC
3040    Backend/frontend not starting
3041 -  [`SDC-533 <https://jira.onap.org/browse/SDC-533>`__\ ] - Fail to get
3042    correct labels of requirements of nodes in service template
3043 -  [`SDC-537 <https://jira.onap.org/browse/SDC-537>`__\ ] - Backend
3044    doesn't respond on port 8181 after heat deployment
3045 -  [`SDC-544 <https://jira.onap.org/browse/SDC-544>`__\ ] - Should not
3046    be validating message router certificate
3047 -  [`SDC-546 <https://jira.onap.org/browse/SDC-546>`__\ ] - Fix SCH to
3048    properly set "useHttpsWithDmaap"
3049 -  [`SDC-547 <https://jira.onap.org/browse/SDC-547>`__\ ] - SDC server
3050    error when registering for distribution
3051 -  [`SDC-548 <https://jira.onap.org/browse/SDC-548>`__\ ] - Distribution
3052    failing to SO in SDC client tosca parser null pointer
3053 -  [`SDC-561 <https://jira.onap.org/browse/SDC-561>`__\ ] - SDC version
3054    1.1.32 is not available in nexus, blocking SO docker build
3055
3056 **Known Issues**
3057
3058         N/A
3059
3060 **Upgrade Notes**
3061
3062 Beijing backward compatibility to Amsterdam is not supported.
3063
3064 **Deprecation Notes**
3065
3066         N/A
3067
3068 **Other**
3069
3070         N/A
3071
3072 End of Release Notes