Fix version of the plugin

The current version is set to 0.1.0 because we're not production-ready
yet. The documentation has been updated to mention version 1.0.0 since
this will the first official release.

Change-Id: I2d2cd409331496d566e6ad7da4bd057505e76739
This commit is contained in:
Simon Pasquier 2015-03-25 16:17:49 +01:00
parent 0dead29aa1
commit e448adcd0b
4 changed files with 6 additions and 6 deletions

View File

@ -45,13 +45,13 @@ To install the Elasticsearch-Kibana plugin, follow these steps:
Fuel Master node yet.
```
scp elasticsearch_kibana-6.1-6.1.0-0.noarch.rpm root@<Fuel Master node IP address>:
scp elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install elasticsearch_kibana-6.1-6.1.0-0.noarch.rpm
fuel plugins --install elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -115,7 +115,7 @@ None.
Release Notes
-------------
**6.1.0**
**1.0.0**
* Initial release of the plugin

View File

@ -1,6 +1,6 @@
{
"name": "disk_management",
"version": "6.1.0",
"version": "1.0.0",
"author": "Guillaume Thouvenin <gthouvenin@mirantis.com>",
"summary": "Partition and configure disks",
"license": "Apache License 2.0",

View File

@ -1,6 +1,6 @@
{
"name": "lma_logging_analytics",
"version": "6.1.0",
"version": "1.0.0",
"author": "Guillaume Thouvenin <gthouvenin@mirantis.com>",
"summary": "Provides additional resources for the LMA logging analytics"
"license": "Apache License 2.0",

View File

@ -3,7 +3,7 @@ name: elasticsearch_kibana
# Human-readable name for your plugin
title: The Elasticsearch-Kibana Server Plugin
# Plugin version
version: '6.1.0'
version: '0.1.0'
# Description
description: Deploy Elasticsearch server and the Kibana web interface (refer to the Elasticsearch-Kibana user guide for instructions).
# Required fuel version