diff options
author | Eric Debeau <eric.debeau@orange.com> | 2020-06-08 11:08:13 +0200 |
---|---|---|
committer | Brendan Tschaen <ctschaen@att.com> | 2020-06-08 15:58:09 +0000 |
commit | b29de7fce9b82434a826c274d2c410dd9c18e20d (patch) | |
tree | 91820446085b62978ebac368f1ee5f100fd59bdf | |
parent | 44e3b86a929bf646590db7c3dd94f8f46e629aba (diff) |
Correct bad links in release notes6.0.0-ONAPfrankfurt
Some links are not correct towards MUSIC-573 and MUSIC-557
Issue-ID: MUSIC-596
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I10a3e9444f72f6b31a041f772898330e5d6659d9
(cherry picked from commit 56ed97dfcda37953f4bcd486b5615d53ff093a07)
-rw-r--r-- | docs/release-notes.rst | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d5da2fb7..5e8885da 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,4 +1,5 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. _release_notes: @@ -18,18 +19,21 @@ Version: 3.2.40 - HTTPS support for clients through AAF certificates -- A background lock clean up daemon will periodically check the status of current locks, cleaning up 'stale' references. -Clients should see a performance boost if they were previously dealing with many stale locks. +- A background lock clean up daemon will periodically check the status of + current locks, cleaning up 'stale' references. + Clients should see a performance boost if they were previously dealing with + many stale locks. -- Improved error messaging to the user, allowing clients to better debug their applications +- Improved error messaging to the user, allowing clients to better debug their + applications - Continued adherence to ONAP S3P requirements **Bug Fixes** - - `MUSIC-573 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-573`_ Pods still run as root + - `MUSIC-573 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-573>`_ Pods still run as root - - `MUSIC-557 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-557`_ Test coverage goals met, and migrated to new sonar location + - `MUSIC-557 <https://jira.onap.org/projects/MUSIC/issues/MUSIC-557>`_ Test coverage goals met, and migrated to new sonar location - `MUSIC-530 <https://jira.onap.org/browse/MUSIC-530>`_ Security Vulnerability in pom.xml fix |