Bump version to 1.0.1

Change-Id: I9b939e7e4fa1b8243c8afc8746cdc4d9450deb77
This commit is contained in:
Simon Pasquier 2017-02-16 09:07:34 +01:00
parent f416bc9d68
commit f2653d5a82
6 changed files with 19 additions and 8 deletions

View File

@ -53,7 +53,7 @@ copyright = u'2016, Mirantis Inc.'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -15,7 +15,7 @@ plugins catalog:**
.. code-block:: console
[root@home ~]# scp lma_collector-1.0.0-1.0.0-1.noarch.rpm \
[root@home ~]# scp lma_collector-1.0-1.0.1-1.noarch.rpm \
root@<Fuel Master node IP address>:
#. Install the plugin using the
@ -23,7 +23,7 @@ plugins catalog:**
.. code-block:: console
[root@fuel ~]# fuel plugins --install lma_collector-1.0.0-1.0.0-1.noarch.rpm
[root@fuel ~]# fuel plugins --install lma_collector-1.0-1.0.1-1.noarch.rpm
#. Verify that the plugin is installed correctly:
@ -32,7 +32,7 @@ plugins catalog:**
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|---------|----------------
1 | lma_collector | 1.0.0 | 4.0.0
1 | lma_collector | 1.0.1 | 4.0.0
Install from source
@ -109,4 +109,4 @@ that file later on.
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|---------|----------------
1 | lma_collector | 1.0.0 | 4.0.0
1 | lma_collector | 1.0.1 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight Collector plugin 1.0.0 has the following limitations:
The StackLight Collector plugin 1.0.1 has the following limitations:
* The plugin is not compatible with an OpenStack environment deployed with
nova-network.

View File

@ -7,6 +7,17 @@
Release notes
-------------
Version 1.0.1
+++++++++++++
Bug fixes:
* Decrease the load on the OpenStack API services when collecting metrics.
* Report accurate Nova metrics with large number of instances. See `#1554502
<https://bugs.launchpad.net/lma-toolchain/+bug/1554502>`
* Fix alarms monitoring errors in the logs. See `#1662879
<https://bugs.launchpad.net/lma-toolchain/+bug/1662879>`
Version 1.0.0
+++++++++++++

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Collector plugin 1.0.0 has the following requirements:
The StackLight Collector plugin 1.0.1 has the following requirements:
+-------------------------------------------------------+-------------------------------------------------------------------+
| Requirement | Version/Comment |

View File

@ -3,7 +3,7 @@ name: lma_collector
# Human-readable name for your plugin
title: The StackLight Collector Plugin
# Plugin version
version: 1.0.0
version: 1.0.1
# Description
description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack.
# Required fuel version