diff --git a/doc/source/conf.py b/doc/source/conf.py index 541df329..4d8b8ca6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 = [] diff --git a/doc/source/install.rst b/doc/source/install.rst index b3307114..fa36dcff 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -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@: #. 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 diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index 82e398cb..43290c58 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -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 diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index 6e4e2307..9c6fbe5a 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -3,6 +3,9 @@ Release notes ------------- +Version 1.1.0 ++++++++++++++ + Version 1.0.0 +++++++++++++ diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index f4741c18..545af511 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -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** | diff --git a/metadata.yaml b/metadata.yaml index 38666c6b..dc8a14d3 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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