[Docs] Update version to 0.10.2

* Added support to handle scripts execution option that is required for
  the Telemetry plugin.
* Fixed issue to allow the configuration of a list of LDAP servers.

Change-Id: I86f7072692e74b9015dba08827344cadc26c7d91
This commit is contained in:
Guillaume Thouvenin 2016-09-26 12:32:54 +02:00
parent c31a112428
commit 9de3e0e414
5 changed files with 20 additions and 8 deletions

View File

@ -9,7 +9,7 @@ project = u'The StackLight Elasticsearch-Kibana Plugin for Fuel'
copyright = u'2016, Mirantis Inc.'
version = '0.10'
release = '0.10.1'
release = '0.10.2'
exclude_patterns = []

View File

@ -43,7 +43,7 @@ from the Fuel plugins' catalog:
.. code-block:: console
[root@home ~]# scp elasticsearch_kibana-0.10-0.10.1-1.noarch.rpm \
[root@home ~]# scp elasticsearch_kibana-0.10-0.10.2-1.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-0.10-0.10.1-1.noarch.rpm
[root@fuel ~]# fuel plugins --install elasticsearch_kibana-0.10-0.10.2-1.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 | 0.10.1 | 4.0.0
1 | elasticsearch_kibana | 0.10.2 | 4.0.0
Install from source
@ -138,8 +138,8 @@ 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 | 0.10.1 | 4.0.0
1 | elasticsearch_kibana | 0.10.2 | 4.0.0
.. raw:: latex
\pagebreak
\pagebreak

View File

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

View File

@ -3,6 +3,18 @@
Release notes
=============
Version 0.10.2
--------------
The StackLight Elasticsearch-Kibana plugin 0.10.2 contains the following
updates:
* Fixed issue to allow the configuration of a list of LDAP servers. See
`#1624002 <https://bugs.launchpad.net/lma-toolchain/+bug/1624002>`_.
* Added support to handle scripts execution option that is required for
the Telemetry plugin.
Version 0.10.1
--------------

View File

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