From 82b7ced45f86acc967a9b65fb0c45f875e736668 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 28 Apr 2016 15:11:33 +0200 Subject: [PATCH] Bump to version 0.10 Change-Id: I860a2c1ab7979bb8ff7b7b754aa7f4144de593f5 --- doc/source/conf.py | 4 ++-- doc/source/installation.rst | 10 +++++----- doc/source/releases.rst | 3 +++ metadata.yaml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 17e21763..df907b45 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,8 +8,8 @@ master_doc = 'index' project = u'The InfluxDB-Grafana 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 8aaf2b37..7bcf7bdd 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -13,19 +13,19 @@ Catalog, you need to follow these steps: 2. Copy the RPM file to the Fuel Master node:: - [root@home ~]# scp influxdb_grafana-0.9-0.9.0-1.noarch.rpm \ + [root@home ~]# scp influxdb_grafana-0.10-0.10.0-1.noarch.rpm \ root@: 3. Install the plugin using the `Fuel CLI `_:: - [root@fuel ~]# fuel plugins --install influxdb_grafana-0.9-0.9.0-1.noarch.rpm + [root@fuel ~]# fuel plugins --install influxdb_grafana-0.10-0.10.0-1.noarch.rpm 4. Verify that the plugin is installed correctly:: [root@fuel ~]# fuel plugins --list - id | name | version | package_version - ---|----------------------|---------|---------------- - 1 | influxdb_grafana | 0.9.0 | 4.0.0 + id | name | version | package_version + ---|----------------------|----------|---------------- + 1 | influxdb_grafana | 0.10.0 | 4.0.0 InfluxDB-Grafana Fuel Plugin installtion from source ---------------------------------------------------- diff --git a/doc/source/releases.rst b/doc/source/releases.rst index 5d8fbaed..798dc874 100644 --- a/doc/source/releases.rst +++ b/doc/source/releases.rst @@ -3,6 +3,9 @@ Release Notes ============= +Version 0.10.0 +-------------- + Version 0.9.0 ------------- diff --git a/metadata.yaml b/metadata.yaml index 64dfe3c0..f8b29103 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: influxdb_grafana # Human-readable name for your plugin title: The InfluxDB-Grafana Server Plugin # Plugin version -version: '0.9.0' +version: '0.10.0' # Description description: Deploy InfluxDB server and the Grafana web interface. # Required fuel version