Bump version to 1.0.0

Change-Id: I8ebaa67c4b1da8dea914ea740323ef9cca8836f3
This commit is contained in:
Simon Pasquier 2016-07-25 16:31:33 +02:00
parent ebd0392130
commit cda8da401f
6 changed files with 14 additions and 11 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The StackLight Infrastructure Alerting Plugin for Fuel' project = u'The StackLight Infrastructure Alerting 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

@ -35,7 +35,7 @@ of the Fuel plugins catalog:**
.. code-block:: console .. 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@<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
@ -44,7 +44,7 @@ of the Fuel plugins catalog:**
.. code-block:: console .. code-block:: console
[root@fuel ~]# fuel plugins --install \ [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: #. Verify that the plugin is installed correctly:
@ -53,7 +53,7 @@ of 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 | lma_infrastructure_alerting | 0.10.0 | 4.0.0 1 | lma_infrastructure_alerting | 1.0.0 | 4.0.0
Install from source Install from source

View File

@ -3,7 +3,7 @@
Limitations Limitations
----------- -----------
The StackLight Infrastructure Alerting plugin 0.10.0 has the following The StackLight Infrastructure Alerting plugin 1.0.0 has the following
limitation: limitation:
* If Nagios is installed on several nodes for high availability, the alerts * If Nagios is installed on several nodes for high availability, the alerts

View File

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

View File

@ -7,7 +7,7 @@
Requirements Requirements
------------ ------------
The StackLight Infrastructure Alerting plugin 0.10.0 has the following The StackLight Infrastructure Alerting plugin 1.0.0 has the following
requirements: requirements:
+------------------------+------------------------------------------------------------------------------------------+ +------------------------+------------------------------------------------------------------------------------------+

View File

@ -3,7 +3,7 @@ name: lma_infrastructure_alerting
# Human-readable name for your plugin # Human-readable name for your plugin
title: The StackLight Infrastructure Alerting Plugin title: The StackLight Infrastructure Alerting Plugin
# Plugin version # Plugin version
version: '0.10.0' version: '1.0.0'
# Description # Description
description: Deploy tools to send alerts concerning the OpenStack infrastructure. description: Deploy tools to send alerts concerning the OpenStack infrastructure.
# Required fuel version # Required fuel version