diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2019-10-10 00:12:10 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2019-10-10 19:31:11 +0800 |
commit | 868fc665d42a669a7ac73af9af2605cc50635f30 (patch) | |
tree | 26fd549b45b6ff7f79ae32b140c92d5681c2af34 /docs/release-notes.rst | |
parent | ea9e0d5d76b339b335623c365bc4a80d5ac64f0f (diff) |
Updated the Release Notes
Change-Id: Id8944784aed0a118f706d81821a638e618c19991
Issue-ID: HOLMES-267
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d2f03bd..d30bfd1 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,47 @@ and services, including hosts, vims, VNFs and NSs. Holmes aims to find the root 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: 5.0.1 +-------------- + +:Release Date: 2019-10-17 + + +**New Features** +N/A + +**Bug Fixes** +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. +- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future. + +**Security Issues** + +HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, some of the items that remain open have been assessed for risk and determined to be false positive and the rest are planned to be resolved in the next release. + +Quick Links: + - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_ + + - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_ + + +**Upgrade Notes** + +N/A + + +**Deprecation Notes** + +N/A + + +**Other** + +N/A + Version: 1.2.6 -------------- |