From 1ee4f74083c335218fd5bea0f3a957b6b217bf60 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Wed, 6 Apr 2016 12:00:00 +0200 Subject: [PATCH] Update release notes for 0.9.0 Change-Id: I6dacfd63f574faec1b41ff6622c86e39d5fe01d4 (cherry picked from commit 9c02c4993591a1d51247066cccbe70c17331d5a4) --- doc/user/source/releases.rst | 51 +++++++++++++++++++++++++++++------- 1 file changed, 41 insertions(+), 10 deletions(-) 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 -------------