Bump version to 0.8.0

Change-Id: Ic527dd173cc1d7277f52f843003f2c6736eb44a1
This commit is contained in:
Simon Pasquier 2015-07-08 18:38:46 +02:00
parent e44f16ac1c
commit e502ec895d
2 changed files with 7 additions and 3 deletions

View File

@ -44,13 +44,13 @@ To install the InfluxDB-Grafana plugin, follow these steps:
Fuel Master node yet.
```
scp influxdb_grafana-0.7-0.7.0-0.noarch.rpm root@<the Fuel Master node IP address>:
scp influxdb_grafana-0.8-0.8.0-0.noarch.rpm root@<the Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install influxdb_grafana-0.7-0.7.0-0.noarch.rpm
fuel plugins --install influxdb_grafana-0.8-0.8.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -139,6 +139,10 @@ None.
Release Notes
-------------
**0.8.0**
*
**0.7.0**
* Initial release of the plugin. This is a beta version.

View File

@ -3,7 +3,7 @@ name: influxdb_grafana
# Human-readable name for your plugin
title: The InfluxDB-Grafana Server Plugin
# Plugin version
version: '0.7.0'
version: '0.8.0'
# Description
description: Deploy InfluxDB server and the Grafana web interface.
# Required fuel version