diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-29 14:28:52 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-29 14:30:37 -0400 |
commit | 49e651863efedacaf392b67532f02775b1d0aff4 (patch) | |
tree | 2c5fa1b88bc36655a23fb8bf934329841cd00338 /docs/release-notes.rst | |
parent | 3801177ca5834c1e797062a53d730bed6c58b39b (diff) |
Address review comments for release notes
Addressed the following review comments from the Honolulu cherry pick:
- discuss purging of statistics table
- add version upgrades for io.netty & hazelcast
Issue-ID: POLICY-3164
Change-Id: I3be02f182b75883a0c3828131742451ce04494c3
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6d7a5401..7e36b3e3 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -97,6 +97,8 @@ Known Vulnerabilities Workarounds ~~~~~~~~~~~ +* `POLICY-2998 <https://jira.onap.org/browse/POLICY-2998>`_ - Provide a script to periodically purge the statistics table + Security Notes ============== @@ -117,6 +119,9 @@ Security Notes - Upgrade io.cucumber to 6.9.1 - Upgrade org.apache.commons:commons-lang3 to 3.11 - Upgrade commons-io to 2.8.0 +* `POLICY-2943 <https://jira.onap.org/browse/POLICY-2943>`_ - Review license scan issues + - Upgrade com.hazelcast to 4.1.1 + - Upgrade io.netty to 4.1.58.Final * `POLICY-2936 <https://jira.onap.org/browse/POLICY-2936>`_ - Upgrade to latest version of CDS API - Upgrade io.grpc to 1.35.0 - Upgrade com.google.protobuf to 3.14.0 |