diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 15:45:42 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 15:47:55 +0800 |
commit | dad5977774c2ebfeb5c6e316e42e8d062587c4da (patch) | |
tree | e33055653e4b62f36673b28cda592ad67f45c2d9 /docs/release-notes.rst | |
parent | 5fdea037527de48b786591fd3ce1241a20ad6c6a (diff) |
Update the Release Notes
Updated the "Updates" section
Updated the "Security Issues" section
Change-Id: Ie8eddaf991a42713056d577165ce0d007ac5e88a
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7c5b9ff..2845e4b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -11,10 +11,10 @@ reason which causes the failure or degradation of services by digging into the ocean of events collected from different levels of the telecom cloud. -Version: 1.0.0 +Version: 1.1.0 -------------- -:Release Date: 2017-11-16 +:Release Date: 2018-05-24 **New Features** @@ -28,19 +28,26 @@ the following features: **Bug Fixes** -This is the initial release. +N/A **Known Issues** -If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module. +- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module. +- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future. **Security Issues** -N/A +Holmes is following the CII Best Practices Badge program. Most of its vulnerability issues have been fixed in Beijing Release except for the issues brought in by jackson-databind which is introduced indirectly by third-party dependencies (namely Dropwizard). The impact analysis can be found at `Holmes Security/Vulnerability Threat Impact Analysis <https://wiki.onap.org/pages/viewpage.action?pageId=28378012>`_ + **Upgrade Notes** -This is the inital release. +- `HOLMES-99 <https://jira.onap.org/browse/HOLMES-99>`_ Updated the Drools engine to Version 6.5.0. +- `HOLMES-104 <https://jira.onap.org/browse/HOLMES-104>`_ Update all interfaces to enforce the HTTPS protocal. +- `HOLMES-112 <https://jira.onap.org/browse/HOLMES-112>`_ Following the guideline of the Logging Enhancements Project to implement log collection. +- `HOLMES-106 <https://jira.onap.org/browse/HOLMES-106>`_ Implemented horizontal scaling. +- `HOLMES-123 <https://jira.onap.org/browse/HOLMES-123>`_ Fixed some vulnerability issues identified by Nexus IQ. + **Deprecation Notes** |