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'
copyright = u'2016, Mirantis Inc.'
version = '1.0'
release = '1.0.0'
version = '1.1'
release = '1.1.0'
exclude_patterns = []

View File

@ -43,7 +43,7 @@ from the Fuel plugins' catalog:
.. 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>:
#. Install the plugin using the `Fuel Plugins CLI
@ -51,7 +51,7 @@ from the Fuel plugins' catalog:
.. 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:
@ -60,7 +60,7 @@ from the Fuel plugins' catalog:
[root@fuel ~]# fuel plugins --list
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
@ -138,7 +138,7 @@ file directly on the Fuel Master node not to copy that file later on.
[root@fuel ~]# fuel plugins --list
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

View File

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

View File

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

View File

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

View File

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