Bump plugin version to 0.9.0

Change-Id: Ia70a367aedef289a7d466d297aa9225a255e958f
This commit is contained in:
Simon Pasquier 2015-12-10 17:06:35 +01:00
parent e89b1db388
commit d70acfb432
4 changed files with 11 additions and 6 deletions

View File

@ -11,8 +11,8 @@ master_doc = 'index'
project = u'The Elasticsearch-Kibana plugin for Fuel'
copyright = u'2015, Mirantis Inc.'
version = '0.8'
release = '0.8.0'
version = '0.9'
release = '0.9.0'
exclude_patterns = []

View File

@ -13,19 +13,19 @@ Catalog, you need to follow these steps:
2. Copy the RPM file to the Fuel Master node::
[root@home ~]# scp elasticsearch_kibana-0.8-0.8.0-0.noarch.rpm \
[root@home ~]# scp elasticsearch_kibana-0.9-0.9.0-0.noarch.rpm \
root@<Fuel Master node IP address>:
3. Install the plugin using the `Fuel CLI <http://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#using-fuel-cli>`_::
[root@fuel ~]# fuel plugins --install elasticsearch_kibana-0.8-0.8.0-0.noarch.rpm
[root@fuel ~]# fuel plugins --install elasticsearch_kibana-0.9-0.9.0-0.noarch.rpm
4. Verify that the plugin is installed correctly::
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|---------|----------------
1 | elasticsearch_kibana | 0.8.0 | 3.0.0
1 | elasticsearch_kibana | 0.9.0 | 3.0.0
Elasticsearch-Kibana Fuel Plugin install from source
----------------------------------------------------

View File

@ -3,6 +3,11 @@
Release Notes
=============
Version 0.9.0
-------------
*
Version 0.8.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: '0.8.0'
version: '0.9.0'
# Description
description: Deploy Elasticsearch server and the Kibana web interface (refer to the Elasticsearch-Kibana user guide for instructions).
# Required fuel version