Bump plugin version to 0.10.3

Change-Id: I6ebac33f86a63a61bcc153f187014329248fc8c2
This commit is contained in:
Simon Pasquier 2017-01-18 17:49:37 +01:00
parent acce42de96
commit 3b81228807
5 changed files with 15 additions and 7 deletions

View File

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

View File

@ -38,7 +38,7 @@ the Fuel plugins catalog:**
.. code-block:: console
[root@home ~]# scp influxdb_grafana-0.10-0.10.2-1.noarch.rpm \
[root@home ~]# scp influxdb_grafana-0.10-0.10.3-1.noarch.rpm \
root@<Fuel Master node IP address>:
#. Install the plugin using the `Fuel Plugins CLI
@ -46,7 +46,7 @@ the Fuel plugins catalog:**
.. code-block:: console
[root@fuel ~]# fuel plugins --install influxdb_grafana-0.10-0.10.2-1.noarch.rpm
[root@fuel ~]# fuel plugins --install influxdb_grafana-0.10-0.10.3-1.noarch.rpm
#. Verify that the plugin is installed correctly:
@ -55,7 +55,7 @@ the Fuel plugins catalog:**
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|----------|----------------
1 | influxdb_grafana | 0.10.2 | 4.0.0
1 | influxdb_grafana | 0.10.3 | 4.0.0
Install from source
-------------------
@ -131,4 +131,4 @@ that file later on.
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|----------|----------------
1 | influxdb_grafana | 0.10.2 | 4.0.0
1 | influxdb_grafana | 0.10.3 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight InfluxDB-Grafana plugin 0.10.2 has the following limitation:
The StackLight InfluxDB-Grafana plugin 0.10.x has the following limitation:
* The size of an InfluxDB cluster the Fuel plugin can deploy is limited to
three nodes. Additionally, each node of the InfluxDB cluster is configured to

View File

@ -3,6 +3,14 @@
Release notes
-------------
Version 0.10.3
++++++++++++++
The StackLight InfluxDB-Grafana plugin 0.10.3 contains the following updates:
* Fix installation of the InfluxDB package for 9.x environments. See
`#1652640 <https://bugs.launchpad.net/lma-toolchain/+bug/1652640>`_.
Version 0.10.2
++++++++++++++

View File

@ -3,7 +3,7 @@ name: influxdb_grafana
# Human-readable name for your plugin
title: The StackLight InfluxDB-Grafana Server Plugin
# Plugin version
version: '0.10.2'
version: '0.10.3'
# Description
description: Deploy the InfluxDB and Grafana servers.
# Required fuel version