diff --git a/doc/source/conf.py b/doc/source/conf.py index c16fecb6..541df329 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 = '0.10' -release = '0.10.0' +version = '1.0' +release = '1.0.0' exclude_patterns = [] diff --git a/doc/source/install.rst b/doc/source/install.rst index 91ab701e..4fc513a2 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-0.10-0.10.0-1.noarch.rpm \ + [root@home ~]# scp influxdb_grafana-1.0-1.0.0-1.noarch.rpm \ root@: #. Install the plugin using the `Fuel Plugins CLI @@ -46,16 +46,16 @@ the Fuel plugins catalog:** .. 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: .. code-block:: console [root@fuel ~]# fuel plugins --list - id | name | version | package_version - ---|----------------------|----------|---------------- - 1 | influxdb_grafana | 0.10.0 | 4.0.0 + id | name | version | package_version + ---|----------------------|---------|---------------- + 1 | influxdb_grafana | 1.0.0 | 4.0.0 Install from source ------------------- @@ -123,4 +123,4 @@ Now that you have created the RPM file, install the plugin using the .. code-block:: console - [root@fuel ~] fuel plugins --install ./fuel-plugin-influxdb-grafana/*.noarch.rpm \ No newline at end of file + [root@fuel ~] fuel plugins --install ./fuel-plugin-influxdb-grafana/*.noarch.rpm diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index 9bbe6292..82e398cb 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -3,10 +3,10 @@ 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 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 possible to separate the nodes participating in the Raft consensus cluster - from the nodes accessing the data replicas. \ No newline at end of file + from the nodes accessing the data replicas. diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index 7676c331..e1e0d384 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -3,6 +3,9 @@ Release notes ------------- +Version 1.0.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 +++++++++++++ -The initial release of the plugin. This is a beta version. \ No newline at end of file +The initial release of the plugin. This is a beta version. diff --git a/metadata.yaml b/metadata.yaml index 9de38ea0..38666c6b 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: '0.10.0' +version: '1.0.0' # Description description: Deploy the InfluxDB and Grafana servers. # Required fuel version