From b5d633517e26ff2d8500ee4d1d2b9c18de9d3294 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 28 Apr 2016 15:19:45 +0200 Subject: [PATCH] Bump version to 0.10 Change-Id: I6987c320b3cf0de41852625d2c50d53b23e54b7a --- doc/source/conf.py | 4 ++-- doc/source/installation.rst | 6 +++--- doc/source/overview.rst | 4 ++-- doc/source/releases.rst | 3 +++ metadata.yaml | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b905100..3b75064 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,8 +8,8 @@ master_doc = 'index' project = u'The LMA Infrastructure Alerting plugin for Fuel' copyright = u'2015, Mirantis Inc.' -version = '0.9' -release = '0.9.0' +version = '0.10' +release = '0.10.0' exclude_patterns = [] diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 2ac5a8b..d0abc89 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -13,20 +13,20 @@ Catalog, you need to follow these steps: 2. Copy the RPM file to the Fuel Master node:: - [root@home ~]# scp lma_infrastructure_alerting-0.9-0.9.0-0.noarch.rpm \ + [root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.0-0.noarch.rpm \ root@: 3. Install the plugin using the `Fuel CLI `_:: [root@fuel ~]# fuel plugins --install \ - lma_infrastructure_alerting-0.9-0.9.0-0.noarch.rpm + lma_infrastructure_alerting-0.10-0.10.0-0.noarch.rpm 4. Verify that the plugin is installed correctly:: [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|-----------------------------|---------|---------------- - 1 | lma_infrastructure_alerting | 0.9.0 | 4.0.0 + 1 | lma_infrastructure_alerting | 0.10.0 | 4.0.0 LMA Infrastructure Alerting Fuel Plugin install from source ----------------------------------------------------------- diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 1728f0f..0d7d0d0 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -33,10 +33,10 @@ Requirements +------------------------+------------------------------------------------------------------------------------------+ | Mirantis OpenStack | 8.0 | +------------------------+------------------------------------------------------------------------------------------+ -| The LMA Collector | 0.9 | +| The LMA Collector | 0.10 | | Fuel Plugin | | +------------------------+------------------------------------------------------------------------------------------+ -| The LMA InfluxDB | 0.9 | +| The LMA InfluxDB | 0.10 | | Grafana Fuel Plugin | This is optional and only needed if you want to create alarms in Nagios™ for | | | time-series stored in InfluxDB. | +------------------------+------------------------------------------------------------------------------------------+ diff --git a/doc/source/releases.rst b/doc/source/releases.rst index dadf782..3acd5bd 100644 --- a/doc/source/releases.rst +++ b/doc/source/releases.rst @@ -3,6 +3,9 @@ Release Notes ============= +0.10.0 +------ + 0.9.0 ----- diff --git a/metadata.yaml b/metadata.yaml index eb5a0a4..71e8d33 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: lma_infrastructure_alerting # Human-readable name for your plugin title: The LMA Infrastructure Alerting Plugin # Plugin version -version: '0.9.0' +version: '0.10.0' # Description description: Deploy tools to send alerts concerning the OpenStack infrastructure. # Required fuel version