Bump version to 1.1

Change-Id: If8a3fc1e18d42496e2c233da6f992671fe272fb8
This commit is contained in:
Simon Pasquier 2017-03-09 09:45:04 +01:00
parent 6baddedafe
commit 4ff01fe0a3
6 changed files with 12 additions and 9 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The StackLight InfluxDB-Grafana 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

@ -38,7 +38,7 @@ the Fuel plugins catalog:**
.. code-block:: console
[root@home ~]# scp influxdb_grafana-1.0-1.0.0-1.noarch.rpm \
[root@home ~]# scp influxdb_grafana-1.1-1.1.0-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-1.0-1.0.0-1.noarch.rpm
[root@fuel ~]# fuel plugins --install influxdb_grafana-1.1-1.1.0-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 | 1.0.0 | 4.0.0
1 | influxdb_grafana | 1.1.0 | 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 | 1.0.0 | 4.0.0
1 | influxdb_grafana | 1.1.0 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight InfluxDB-Grafana plugin 1.0.0 has the following limitation:
The StackLight InfluxDB-Grafana plugin 1.1.0 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,9 @@
Release notes
-------------
Version 1.1.0
+++++++++++++
Version 1.0.0
+++++++++++++

View File

@ -3,7 +3,7 @@
Requirements
------------
The StackLight InfluxDB-Grafana plugin 1.0.0 has the following requirements:
The StackLight InfluxDB-Grafana plugin 1.1.0 has the following requirements:
+-----------------------+------------------------------------------------------------------------+
| **Requirement** | **Version/Comment** |

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: '1.0.0'
version: '1.1.0'
# Description
description: Deploy the InfluxDB and Grafana servers.
# Required fuel version