diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-04-21 10:29:40 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-21 11:11:15 +0000 |
commit | f9fe4f0289710ddee7d55ba72232e9fd1fe90a28 (patch) | |
tree | 57a3e8056e02deda981814fab1ddec0ea49d705f | |
parent | 1a7328539ebfae1be8ed525fd7fead7af88a95d2 (diff) |
Update release notes for 1.10.4
Change-Id: I0742f624a2aa05071658c427900dea1d11e46f73
Issue-ID: SDC-3909
Signed-off-by: MichaelMorris <michael.morris@est.tech>
-rw-r--r-- | docs/release-notes.rst | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 14897d35e1..d0795b028b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,6 +5,76 @@ Release Notes ============= +Version: 1.10.4 +============== + +:Release Date: 2022-04-21 + +SDC SDKs Versions +----------------- + +- sdc-distribution-client + + :Version: 1.4.5 + +- sdc-tosca + + :Version: 1.6.6 + +Release Purpose +---------------- +SDC Jakarta + +**Epics** + N/A + +**Stories** + N/A + +**Bug Fixes** +* `SDC-3926 <https://jira.onap.org/browse/SDC-3926>`_ - Setting value of list or map property with complex type results in single value +* `SDC-3937 <https://jira.onap.org/browse/SDC-3937>`_ - PM_DICTIONARY check is causing nullpointer +* `SDC-3939 <https://jira.onap.org/browse/SDC-3939>`_ - NPE thrown in service import +* `SDC-3967 <https://jira.onap.org/browse/SDC-3967>`_ - Fix encoding/decoding issue +* `DOC-765 <https://jira.onap.org/browse/DOC-765>`_ - RTD verify job is failing + +**Tasks** +* `SDC-3927 <https://jira.onap.org/browse/SDC-3927>`_ - Remove unused vulnerable dependency + +Security Notes +-------------- + +*Fixed Security Issues* + + N/A + +*Known Security Issues* + +* `OJSI-94 <https://jira.onap.org/browse/OJSI-94>`_ - sdc-wfd-fe allows to impersonate any user by setting USER_ID + +*Known Vulnerabilities in Used Modules* + +Quick Links: + +- `SDC project page <https://wiki.onap.org/pages/viewpage.action?pageId=6592847>`__ +- `Passing Badge information for SDC <https://bestpractices.coreinfrastructure.org/en/projects/1629>`__ + +**Known Issues** + +- Uploading and on-boarding several VSP in parallel can cause SDC exceptions, a user should retry failed operations which typically succeed on second try. + +**Upgrade Notes** + + N/A + +**Deprecation Notes** + + N/A + +**Other** + + N/A + Version: 1.10.3 ============== |