From d63072e372be195b5ba59bf3199bd12b2ed31a55 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 10 Dec 2015 16:47:10 +0100 Subject: [PATCH] Bump plugin version to 0.9.0 Change-Id: I3fb6c0885d1824dc410f9c912ac16898a5475e82 --- doc/source/conf.py | 4 ++-- doc/source/user/installation.rst | 6 +++--- doc/source/user/releases.rst | 5 +++++ metadata.yaml | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 19a41b3f4..9a4137bc0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2015, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/user/installation.rst b/doc/source/user/installation.rst index 7df5a42e1..0123a5beb 100644 --- a/doc/source/user/installation.rst +++ b/doc/source/user/installation.rst @@ -30,19 +30,19 @@ Catalog, you need to follow these steps: 2. Copy the RPM file to the Fuel Master node:: - [root@home ~]# scp lma_collector-0.8-0.8.0-1.noarch.rpm \ + [root@home ~]# scp lma_collector-0.9-0.9.0-1.noarch.rpm \ root@: 3. Install the plugin using the `Fuel CLI `_:: - [root@fuel ~]# fuel plugins --install lma_collector-0.8-0.8.0-1.noarch.rpm + [root@fuel ~]# fuel plugins --install lma_collector-0.9-0.9.0-1.noarch.rpm 4. Verify that the plugin is installed correctly:: [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|----------------------|---------|---------------- - 1 | lma_collector | 0.8.0 | 2.0.0 + 1 | lma_collector | 0.9.0 | 2.0.0 LMA Collector Fuel Plugin install from source diff --git a/doc/source/user/releases.rst b/doc/source/user/releases.rst index 3e0313aa5..ebf636962 100644 --- a/doc/source/user/releases.rst +++ b/doc/source/user/releases.rst @@ -3,6 +3,11 @@ Release Notes ============= +Version 0.9.0 +------------- + +* + Version 0.8.0 ------------- diff --git a/metadata.yaml b/metadata.yaml index 5e37b8102..065eea71f 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: lma_collector # Human-readable name for your plugin title: The Logging, Monitoring and Alerting (LMA) Collector Plugin # Plugin version -version: 0.8.0 +version: 0.9.0 # Description description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB. # Required fuel version