From 58e25aad466deed0640f9573fca19bb3a4a9128c Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Tue, 15 Nov 2016 15:55:27 +0100 Subject: [PATCH] Bump plugin version to 0.10.3 Change-Id: I6ba7c00096535854c97878580c9a429b249e370d --- doc/source/conf.py | 2 +- doc/source/install.rst | 8 ++++---- doc/source/limitations.rst | 2 +- doc/source/release_notes.rst | 9 ++++++++- doc/source/requirements.rst | 8 ++++---- metadata.yaml | 2 +- 6 files changed, 19 insertions(+), 12 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 43b8532..6cc07df 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -9,7 +9,7 @@ project = u'The StackLight Infrastructure Alerting Plugin for Fuel' copyright = u'2016, Mirantis Inc.' version = '0.10' -release = '0.10.2' +release = '0.10.3' exclude_patterns = [] diff --git a/doc/source/install.rst b/doc/source/install.rst index ce0617a..dd650ba 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -35,7 +35,7 @@ of the Fuel plugins catalog:** .. code-block:: console - [root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.2-1.noarch.rpm \ + [root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.3-1.noarch.rpm \ root@: #. Install the plugin using the `Fuel Plugins CLI @@ -44,7 +44,7 @@ of the Fuel plugins catalog:** .. code-block:: console [root@fuel ~]# fuel plugins --install \ - lma_infrastructure_alerting-0.10-0.10.2-1.noarch.rpm + lma_infrastructure_alerting-0.10-0.10.3-1.noarch.rpm #. Verify that the plugin is installed correctly: @@ -53,7 +53,7 @@ of the Fuel plugins catalog:** [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|-----------------------------|---------|---------------- - 1 | lma_infrastructure_alerting | 0.10.2 | 4.0.0 + 1 | lma_infrastructure_alerting | 0.10.3 | 4.0.0 Install from source @@ -132,4 +132,4 @@ have to copy that file later on. [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|-----------------------------|---------|---------------- - 1 | lma_infrastructure_alerting | 0.10.2 | 4.0.0 + 1 | lma_infrastructure_alerting | 0.10.3 | 4.0.0 diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index cb680ff..1486d56 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -3,7 +3,7 @@ Limitations ----------- -The StackLight Infrastructure Alerting plugin 0.10.2 has the following +The StackLight Infrastructure Alerting plugin 0.10.3 has the following limitation: * If Nagios is installed on several nodes for high availability, the alerts diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index 252ed78..bdb5fce 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -3,7 +3,14 @@ Release notes ------------- -Version 0.10.2 +Version 0.10.3 +++++++++++++++ + +* Fixed wrong log rotation of Nagios WSGI application logs. + See `#1635222 `_. + + +Versio 0.10.2 ++++++++++++++ The StackLight Infrastructure Alerting plugin 0.10.2 contains the following diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 9f750fb..ea4f326 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -7,7 +7,7 @@ Requirements ------------ -The StackLight Infrastructure Alerting plugin 0.10.2 has the following +The StackLight Infrastructure Alerting plugin 0.10.3 has the following requirements: +------------------------+------------------------------------------------------------------------------------------+ @@ -23,12 +23,12 @@ requirements: | | A typical setup would at least require a quad-core server with 8 GB of RAM and fast disks| | | (ideally, SSDs). | +------------------------+------------------------------------------------------------------------------------------+ -| Mirantis OpenStack | 8.0, 9.0 | +| Mirantis OpenStack | 8.0, 9.x | +------------------------+------------------------------------------------------------------------------------------+ -| The StackLight | 0.10 | +| The StackLight | 0.10.x | | Collector Plugin | | +------------------------+------------------------------------------------------------------------------------------+ -| The StackLight InfluxDB| 0.10 | +| The StackLight InfluxDB| 0.10.x | | Grafana Plugin | | | | This is optional and only needed if you want to create alarms in Nagios for | | | time-series stored in InfluxDB. | diff --git a/metadata.yaml b/metadata.yaml index e6fcd95..5758166 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: lma_infrastructure_alerting # Human-readable name for your plugin title: The StackLight Infrastructure Alerting Plugin # Plugin version -version: '0.10.2' +version: '0.10.3' # Description description: Deploy tools to send alerts concerning the OpenStack infrastructure. # Required fuel version