Bump version to 1.1

Change-Id: I4bd2bc55eaefc8b514b88cb2b8c02d5d876e9e29
This commit is contained in:
Simon Pasquier 2017-03-09 09:51:19 +01:00
parent 0d2dea001e
commit 7a6567ba85
6 changed files with 12 additions and 9 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The StackLight Elasticsearch-Kibana Plugin for Fuel' project = u'The StackLight Elasticsearch-Kibana Plugin for Fuel'
copyright = u'2016, Mirantis Inc.' copyright = u'2016, Mirantis Inc.'
version = '1.0' version = '1.1'
release = '1.0.0' release = '1.1.0'
exclude_patterns = [] exclude_patterns = []

View File

@ -43,7 +43,7 @@ from the Fuel plugins' catalog:
.. code-block:: console .. code-block:: console
[root@home ~]# scp elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm \ [root@home ~]# scp elasticsearch_kibana-1.1-1.1.0-0.noarch.rpm \
root@<Fuel Master node IP address>: root@<Fuel Master node IP address>:
#. Install the plugin using the `Fuel Plugins CLI #. Install the plugin using the `Fuel Plugins CLI
@ -51,7 +51,7 @@ from the Fuel plugins' catalog:
.. code-block:: console .. code-block:: console
[root@fuel ~]# fuel plugins --install elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm [root@fuel ~]# fuel plugins --install elasticsearch_kibana-1.1-1.1.0-0.noarch.rpm
#. Verify that the plugin is installed correctly: #. Verify that the plugin is installed correctly:
@ -60,7 +60,7 @@ from the Fuel plugins' catalog:
[root@fuel ~]# fuel plugins --list [root@fuel ~]# fuel plugins --list
id | name | version | package_version id | name | version | package_version
---|----------------------|----------|---------------- ---|----------------------|----------|----------------
1 | elasticsearch_kibana | 1.0.0 | 4.0.0 1 | elasticsearch_kibana | 1.1.0 | 4.0.0
Install from source Install from source
@ -138,7 +138,7 @@ file directly on the Fuel Master node not to copy that file later on.
[root@fuel ~]# fuel plugins --list [root@fuel ~]# fuel plugins --list
id | name | version | package_version id | name | version | package_version
---|----------------------|---------|---------------- ---|----------------------|---------|----------------
1 | elasticsearch_kibana | 1.0.0 | 4.0.0 1 | elasticsearch_kibana | 1.1.0 | 4.0.0
.. raw:: latex .. raw:: latex

View File

@ -3,7 +3,7 @@
Limitations Limitations
=========== ===========
The StackLight Elasticsearch-Kibana plugin 1.0.0 has the following The StackLight Elasticsearch-Kibana plugin 1.1.0 has the following
limitations: limitations:
* Currently, the maximum size of an Elasticsearch cluster that can be * Currently, the maximum size of an Elasticsearch cluster that can be

View File

@ -3,6 +3,9 @@
Release notes Release notes
============= =============
Version 1.1.0
-------------
Version 1.0.0 Version 1.0.0
------------- -------------

View File

@ -3,7 +3,7 @@
Requirements Requirements
============ ============
The StackLight Elasticsearch-Kibana Plugin 1.0.0 has the following The StackLight Elasticsearch-Kibana Plugin 1.1.0 has the following
requirements: requirements:
+------------------------+------------------------------------------------------------------------------------------+ +------------------------+------------------------------------------------------------------------------------------+

View File

@ -3,7 +3,7 @@ name: elasticsearch_kibana
# Human-readable name for your plugin # Human-readable name for your plugin
title: The StackLight Elasticsearch-Kibana Server Plugin title: The StackLight Elasticsearch-Kibana Server Plugin
# Plugin version # Plugin version
version: '1.0.0' version: '1.1.0'
# Description # Description
description: Deploy Elasticsearch and the Kibana web interface. description: Deploy Elasticsearch and the Kibana web interface.
# Required fuel version # Required fuel version