From e670a0300a5f86733aa7259fa24f70a411e4314a Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 9 Mar 2017 09:21:53 +0100 Subject: [PATCH] Bump version to 1.1 Change-Id: I62ea33c82de2dd01fc6cf6dad4b06148faa598c6 --- doc/user/source/conf.py | 4 ++-- doc/user/source/install.rst | 8 ++++---- doc/user/source/limitations.rst | 2 +- doc/user/source/release_notes.rst | 3 +++ doc/user/source/requirements.rst | 2 +- metadata.yaml | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/doc/user/source/conf.py b/doc/user/source/conf.py index 6d89b19b8..0606d35fd 100644 --- a/doc/user/source/conf.py +++ b/doc/user/source/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.1.0' # 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 9cc5779f4..080af8b28 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-1.0.0-1.0.0-1.noarch.rpm \ + [root@home ~]# scp lma_collector-1.1-1.1.0-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-1.0.0-1.0.0-1.noarch.rpm + [root@fuel ~]# fuel plugins --install lma_collector-1.1-1.1.0-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.1.0 | 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 \ No newline at end of file + 1 | lma_collector | 1.1.0 | 4.0.0 diff --git a/doc/user/source/limitations.rst b/doc/user/source/limitations.rst index e2ae0c2ae..d613ea428 100644 --- a/doc/user/source/limitations.rst +++ b/doc/user/source/limitations.rst @@ -3,7 +3,7 @@ Limitations ----------- -The StackLight Collector plugin 1.0.0 has the following limitations: +The StackLight Collector plugin 1.1.0 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 30c86abbc..c398b54cf 100644 --- a/doc/user/source/release_notes.rst +++ b/doc/user/source/release_notes.rst @@ -7,6 +7,9 @@ Release notes ------------- +Version 1.1.0 ++++++++++++++ + Version 1.0.0 +++++++++++++ diff --git a/doc/user/source/requirements.rst b/doc/user/source/requirements.rst index 90e7a3cde..2cad73c27 100644 --- a/doc/user/source/requirements.rst +++ b/doc/user/source/requirements.rst @@ -7,7 +7,7 @@ Requirements ------------ -The StackLight Collector plugin 1.0.0 has the following requirements: +The StackLight Collector plugin 1.1.0 has the following requirements: +-------------------------------------------------------+-------------------------------------------------------------------+ | Requirement | Version/Comment | diff --git a/metadata.yaml b/metadata.yaml index b10dd233c..2e00e3425 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: 1.0.0 +version: 1.1.0 # 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