From e502ec895d2fba716ebb840c14f3cd0e39afcbf7 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 8 Jul 2015 18:38:46 +0200 Subject: [PATCH] Bump version to 0.8.0 Change-Id: Ic527dd173cc1d7277f52f843003f2c6736eb44a1 --- README.md | 8 ++++++-- metadata.yaml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8f112f4..da45c3fa 100644 --- a/README.md +++ b/README.md @@ -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@: + scp influxdb_grafana-0.8-0.8.0-0.noarch.rpm root@: ``` 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. diff --git a/metadata.yaml b/metadata.yaml index d8c4805b..177474ec 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.7.0' +version: '0.8.0' # Description description: Deploy InfluxDB server and the Grafana web interface. # Required fuel version