diff --git a/doc/user/source/releases.rst b/doc/user/source/releases.rst index a5667bf14..3f2fef96c 100644 --- a/doc/user/source/releases.rst +++ b/doc/user/source/releases.rst @@ -6,16 +6,47 @@ Release Notes Version 0.9.0 ------------- -* Collect libvirt metrics on compute nodes. -* Detect spikes of errors in the OpenStack services logs. -* Report OpenStack workers status per node. -* Support multi-environment deployments. -* Add support for Sahara logs and notifications 1493699 -* Several critical and high bugs fixes - * 1488717 Controller looses connection to elasticserch/kibana - * 1503251 The collector service stops when the local RabbitMQ server is down - * 1535577 Keystone HTTP metrics are missing - * 1549721 Reduce the monitoring scope of Rabbitmq queues +* Changes + + * Upgrade to Heka *0.10.0*. + + * Collect libvirt metrics on compute nodes. + + * Detect spikes of errors in the OpenStack services logs. + + * Report OpenStack workers status per node. + + * Support multi-environment deployments. + + * Add support for Sahara logs and notifications. + +* Bug fixes + + * Reconnect to the local RabbitMQ instance if the connection has been lost + (`#1503251 `_). + + * Enable buffering for Elasticsearch, InfluxDB, Nagios and TCP outputs to reduce + congestion in the Heka pipeline (`#1488717 + `_, `#1557388 + `_). + + * Return the correct status for Nova when Midonet is used (`#1531541 + `_). + + * Return the correct status for Neutron when Contrail is used (`#1546017 + `_). + + * Increase the maximum number of file descriptors (`#1543289 + `_). + + * Avoid spawning several hekad processes (`#1561109 + `_). + + * Remove the monitoring of individual queues of RabbitMQ (`#1549721 + `_). + + * Rotate hekad logs every 30 minutes if necessary (`#1561603 + `_). Version 0.8.0 -------------