diff --git a/doc/source/conf.py b/doc/source/conf.py index 4617c78..748f3ee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,8 +8,8 @@ master_doc = 'index' project = u'The StackLight Infrastructure Alerting 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 1045f59..c588cb9 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -35,7 +35,7 @@ of the Fuel plugins catalog:** .. code-block:: console - [root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.0-0.noarch.rpm \ + [root@home ~]# scp lma_infrastructure_alerting-1.0-1.0.0-0.noarch.rpm \ root@: #. Install the plugin using the `Fuel Plugins CLI @@ -44,7 +44,7 @@ of the Fuel plugins catalog:** .. code-block:: console [root@fuel ~]# fuel plugins --install \ - lma_infrastructure_alerting-0.10-0.10.0-0.noarch.rpm + lma_infrastructure_alerting-1.0-1.0.0-0.noarch.rpm #. Verify that the plugin is installed correctly: @@ -53,7 +53,7 @@ of the Fuel plugins catalog:** [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|-----------------------------|---------|---------------- - 1 | lma_infrastructure_alerting | 0.10.0 | 4.0.0 + 1 | lma_infrastructure_alerting | 1.0.0 | 4.0.0 Install from source @@ -124,4 +124,4 @@ Now that you have created the RPM file, install the plugin using the .. code-block:: console - [root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm \ No newline at end of file + [root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index 12ecc41..18231d7 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -3,8 +3,8 @@ Limitations ----------- -The StackLight Infrastructure Alerting plugin 0.10.0 has the following +The StackLight Infrastructure Alerting plugin 1.0.0 has the following limitation: * If Nagios is installed on several nodes for high availability, the alerts - history will be lost in case of a server failover. \ No newline at end of file + history will be lost in case of a server failover. diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index f60b360..25125ed 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 ++++++++++++++ diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 10ba472..881df66 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -7,7 +7,7 @@ Requirements ------------ -The StackLight Infrastructure Alerting plugin 0.10.0 has the following +The StackLight Infrastructure Alerting plugin 1.0.0 has the following requirements: +------------------------+------------------------------------------------------------------------------------------+ @@ -32,4 +32,4 @@ requirements: | Grafana Plugin | | | | This is optional and only needed if you want to create alarms in Nagios for | | | time-series stored in InfluxDB. | -+------------------------+------------------------------------------------------------------------------------------+ \ No newline at end of file ++------------------------+------------------------------------------------------------------------------------------+ diff --git a/metadata.yaml b/metadata.yaml index c5b2a0e..ff65f6b 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: lma_infrastructure_alerting # Human-readable name for your plugin title: The StackLight Infrastructure Alerting Plugin # Plugin version -version: '0.10.0' +version: '1.0.0' # Description description: Deploy tools to send alerts concerning the OpenStack infrastructure. # Required fuel version