From e7ff40268002f5b22b74bd2c74d688e07664763b Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Tue, 15 Nov 2016 15:46:44 +0100 Subject: [PATCH] Bump plugin version to 0.10.3 Change-Id: I4db8aef5f0c8e3fa0ea40812824f5d45c7a30e72 --- doc/user/source/conf.py | 2 +- doc/user/source/install.rst | 8 ++++---- doc/user/source/limitations.rst | 2 +- doc/user/source/release_notes.rst | 6 ++++++ doc/user/source/requirements.rst | 4 ++-- metadata.yaml | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/user/source/conf.py b/doc/user/source/conf.py index e4655fddf..be25465d2 100644 --- a/doc/user/source/conf.py +++ b/doc/user/source/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Mirantis Inc.' # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.2' +release = '0.10.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/user/source/install.rst b/doc/user/source/install.rst index 2c3c8933c..bb36f31ac 100644 --- a/doc/user/source/install.rst +++ b/doc/user/source/install.rst @@ -15,7 +15,7 @@ plugins catalog:** .. code-block:: console - [root@home ~]# scp lma_collector-0.10-0.10.2-1.noarch.rpm \ + [root@home ~]# scp lma_collector-0.10-0.10.3-1.noarch.rpm \ root@: #. Install the plugin using the @@ -23,7 +23,7 @@ plugins catalog:** .. code-block:: console - [root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.2-1.noarch.rpm + [root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.3-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 | 0.10.2 | 4.0.0 + 1 | lma_collector | 0.10.3 | 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 | 0.10.2 | 4.0.0 + 1 | lma_collector | 0.10.3 | 4.0.0 diff --git a/doc/user/source/limitations.rst b/doc/user/source/limitations.rst index d65ebbf54..efb50249c 100644 --- a/doc/user/source/limitations.rst +++ b/doc/user/source/limitations.rst @@ -3,7 +3,7 @@ Limitations ----------- -The StackLight Collector plugin 0.10.2 has the following limitations: +The StackLight Collector plugin 0.10.3 has the following limitations: * The plugin is not compatible with an OpenStack environment deployed with nova-network. diff --git a/doc/user/source/release_notes.rst b/doc/user/source/release_notes.rst index f33c40e45..3b078eaba 100644 --- a/doc/user/source/release_notes.rst +++ b/doc/user/source/release_notes.rst @@ -7,6 +7,12 @@ Release notes ------------- +Version 0.10.3 +++++++++++++++ + + * Enforced timezone setting in log processing. + See `#1633074 `_. + Version 0.10.2 ++++++++++++++ diff --git a/doc/user/source/requirements.rst b/doc/user/source/requirements.rst index 95ea70c3d..e1adf847f 100644 --- a/doc/user/source/requirements.rst +++ b/doc/user/source/requirements.rst @@ -7,12 +7,12 @@ Requirements ------------ -The StackLight Collector plugin 0.10.2 has the following requirements: +The StackLight Collector plugin 0.10.3 has the following requirements: +-------------------------------------------------------+-------------------------------------------------------------------+ | Requirement | Version/Comment | +=======================================================+===================================================================+ -| Mirantis OpenStack | 8.0 or 9.0 | +| Mirantis OpenStack | 8.0 or 9.x | +-------------------------------------------------------+-------------------------------------------------------------------+ | A running Elasticsearch server (for log analytics) | 1.7.4 or higher, the RESTful API must be enabled over port 9200 | +-------------------------------------------------------+-------------------------------------------------------------------+ diff --git a/metadata.yaml b/metadata.yaml index 3dd47e324..aabbd8b74 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: lma_collector # Human-readable name for your plugin title: The StackLight Collector Plugin # Plugin version -version: 0.10.2 +version: 0.10.3 # 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