Bump version to 1.0.0

Change-Id: I98bc29a389f1a8cbfdaa9abcae0e7c7041116658
This commit is contained in:
Simon Pasquier 2016-07-25 16:21:27 +02:00
parent e362e7bbad
commit ddaa77fe7c
5 changed files with 15 additions and 12 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The StackLight InfluxDB-Grafana Plugin for Fuel' project = u'The StackLight InfluxDB-Grafana Plugin for Fuel'
copyright = u'2016, Mirantis Inc.' copyright = u'2016, Mirantis Inc.'
version = '0.10' version = '1.0'
release = '0.10.0' release = '1.0.0'
exclude_patterns = [] exclude_patterns = []

View File

@ -38,7 +38,7 @@ the Fuel plugins catalog:**
.. code-block:: console .. code-block:: console
[root@home ~]# scp influxdb_grafana-0.10-0.10.0-1.noarch.rpm \ [root@home ~]# scp influxdb_grafana-1.0-1.0.0-1.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
@ -46,16 +46,16 @@ the Fuel plugins catalog:**
.. code-block:: console .. code-block:: console
[root@fuel ~]# fuel plugins --install influxdb_grafana-0.10-0.10.0-1.noarch.rpm [root@fuel ~]# fuel plugins --install influxdb_grafana-1.0-1.0.0-1.noarch.rpm
#. Verify that the plugin is installed correctly: #. Verify that the plugin is installed correctly:
.. code-block:: console .. code-block:: console
[root@fuel ~]# fuel plugins --list [root@fuel ~]# fuel plugins --list
id | name | version | package_version id | name | version | package_version
---|----------------------|----------|---------------- ---|----------------------|---------|----------------
1 | influxdb_grafana | 0.10.0 | 4.0.0 1 | influxdb_grafana | 1.0.0 | 4.0.0
Install from source Install from source
------------------- -------------------
@ -123,4 +123,4 @@ Now that you have created the RPM file, install the plugin using the
.. code-block:: console .. code-block:: console
[root@fuel ~] fuel plugins --install ./fuel-plugin-influxdb-grafana/*.noarch.rpm [root@fuel ~] fuel plugins --install ./fuel-plugin-influxdb-grafana/*.noarch.rpm

View File

@ -3,10 +3,10 @@
Limitations Limitations
----------- -----------
The StackLight InfluxDB-Grafana plugin 0.10.0 has the following limitation: The StackLight InfluxDB-Grafana plugin 1.0.0 has the following limitation:
* The size of an InfluxDB cluster the Fuel plugin can deploy is limited to * 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 three nodes. Additionally, each node of the InfluxDB cluster is configured to
run under the *meta* node role and the *data* node role. Therefore, it is not run under the *meta* node role and the *data* node role. Therefore, it is not
possible to separate the nodes participating in the Raft consensus cluster possible to separate the nodes participating in the Raft consensus cluster
from the nodes accessing the data replicas. from the nodes accessing the data replicas.

View File

@ -3,6 +3,9 @@
Release notes Release notes
------------- -------------
Version 1.0.0
+++++++++++++
Version 0.10.0 Version 0.10.0
++++++++++++++ ++++++++++++++
@ -44,4 +47,4 @@ The StackLight InfluxDB-Grafana plugin 0.8.0 contains the following updates:
Version 0.7.0 Version 0.7.0
+++++++++++++ +++++++++++++
The initial release of the plugin. This is a beta version. The initial release of the plugin. This is a beta version.

View File

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