X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Frelease-notes.rst;h=2845e4bcd2c12fab1b4f8094093c90f259f13cf7;hb=adf983c3fa5c0be8fe05d349190b149da1effb2e;hp=8ec147978a932fde9afc7774df70513d5dd7d6ae;hpb=c1911e7cc30fb4998851478a4322c33e10c8cbed;p=holmes%2Frule-management.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8ec1479..2845e4b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -11,33 +11,52 @@ 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** In the Amsterdam release, Holmes is mainly intended to support the alarm correlation analysis for the VoLTE scenario. To get us there, Holmes provides the following features: + - `Rule Management `_ The feature provides interfaces for the users to create, query, update and delete rules. In this release, they are used along with the DCAE interfaces to accomplish the deployment (creation/update) of the control loop related rules. + - `Engine Management `_ The feature is not exposed to the end user directly. It's mainly used internally by Holmes as a container for the execution of rules. It provides interface for rule verification and deployment/un-deployment. **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 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 `_ + + **Upgrade Notes** +- `HOLMES-99 `_ Updated the Drools engine to Version 6.5.0. +- `HOLMES-104 `_ Update all interfaces to enforce the HTTPS protocal. +- `HOLMES-112 `_ Following the guideline of the Logging Enhancements Project to implement log collection. +- `HOLMES-106 `_ Implemented horizontal scaling. +- `HOLMES-123 `_ Fixed some vulnerability issues identified by Nexus IQ. + + **Deprecation Notes** +N/A + **Other** +N/A + =========== End of Release Notes