Bump version to 0.8.0

Change-Id: I9f0b7c999d9397e8cf7e636b8e46a5704205a0f4
This commit is contained in:
Simon Pasquier 2015-07-08 18:40:36 +02:00
parent 4c95def3cb
commit 35e2d0a5ab
2 changed files with 7 additions and 3 deletions

View File

@ -45,13 +45,13 @@ To install the Elasticsearch-Kibana plugin, follow these steps:
Fuel Master node yet.
```
scp elasticsearch_kibana-0.7-0.7.0-0.noarch.rpm root@<Fuel Master node IP address>:
scp elasticsearch_kibana-0.8-0.8.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install elasticsearch_kibana-0.7-0.7.0-0.noarch.rpm
fuel plugins --install elasticsearch_kibana-0.8-0.8.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -144,6 +144,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: elasticsearch_kibana
# Human-readable name for your plugin
title: The Elasticsearch-Kibana Server Plugin
# Plugin version
version: '0.7.0'
version: '0.8.0'
# Description
description: Deploy Elasticsearch server and the Kibana web interface (refer to the Elasticsearch-Kibana user guide for instructions).
# Required fuel version