d5da2fb7cd3aed21597f85c57c3538cc06efc55c
[music.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. _release_notes:
4
5
6 Release Notes
7 =============
8 Initial Release for Frankfurt
9
10 Version: 3.2.40
11 ---------------
12
13 :Release Date: 2020-05-20
14
15 **New Features**
16
17 - MUSIC now runs on a springboot server, instead of a standalone tomcat server
18
19 - HTTPS support for clients through AAF certificates
20
21 - A background lock clean up daemon will periodically check the status of current locks, cleaning up 'stale' references.
22 Clients should see a performance boost if they were previously dealing with many stale locks.
23
24 - Improved error messaging to the user, allowing clients to better debug their applications
25
26 - Continued adherence to ONAP S3P requirements
27
28
29 **Bug Fixes**
30     - `MUSIC-573 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-573`_ Pods still run as root
31
32     - `MUSIC-557 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-557`_ Test coverage goals met, and migrated to new sonar location
33
34     - `MUSIC-530 <https://jira.onap.org/browse/MUSIC-530>`_ Security Vulnerability in pom.xml fix
35
36
37
38 **Known Issues**
39 N/A
40
41 **Security Notes**
42
43 MUSIC 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 MUSIC open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45285410>`_.
44
45 Quick Links:
46
47 - `MUSIC project page <https://wiki.onap.org/display/DW/MUSIC+Project>`_
48 - `MUSIC Frankfurt Release <https://wiki.onap.org/display/DW/MUSIC+Frankfurt>`_
49 - `Passing Badge information for MUSIC <https://bestpractices.coreinfrastructure.org/en/projects/1722>`_
50 - `MUSIC Architecture Page <TBD>`_
51 - `Project Vulnerability Review Table for MUSIC <https://wiki.onap.org/pages/viewpage.action?pageId=64004601>`_
52
53 **Upgrade Notes**
54
55     N/A
56
57 **Deprecation Notes**
58
59     N/A
60
61 **Other**
62
63     N/A
64
65 ===========
66
67 End of Release Notes