diff --git a/doc/source/conf.py b/doc/source/conf.py index 0c3123c6..bc5b798c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,8 +11,8 @@ master_doc = 'index' project = u'The InfluxDB-Grafana plugin for Fuel' copyright = u'2015, Mirantis Inc.' -version = '0.8' -release = '0.8.0' +version = '0.9' +release = '0.9.0' exclude_patterns = [] diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 779f03bd..64472482 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.8-0.8.0-1.noarch.rpm \ + [root@home ~]# scp influxdb_grafana-0.9-0.9.0-1.noarch.rpm \ root@: 3. Install the plugin using the `Fuel CLI `_:: - [root@fuel ~]# fuel plugins --install influxdb_grafana-0.8-0.8.0-1.noarch.rpm + [root@fuel ~]# fuel plugins --install influxdb_grafana-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 | influxdb_grafana | 0.8.0 | 3.0.0 + 1 | influxdb_grafana | 0.9.0 | 3.0.0 InfluxDB-Grafana Fuel Plugin install from source ------------------------------------------------ diff --git a/doc/source/releases.rst b/doc/source/releases.rst index f62fef7f..ab96c474 100644 --- a/doc/source/releases.rst +++ b/doc/source/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 0a2deda5..1541713e 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.8.0' +version: '0.9.0' # Description description: Deploy InfluxDB server and the Grafana web interface. # Required fuel version