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,7 +46,7 @@ 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:
@ -54,8 +54,8 @@ the Fuel plugins catalog:**
[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
------------------- -------------------

View File

@ -3,7 +3,7 @@
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

View File

@ -3,6 +3,9 @@
Release notes Release notes
------------- -------------
Version 1.0.0
+++++++++++++
Version 0.10.0 Version 0.10.0
++++++++++++++ ++++++++++++++

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