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