From 8fb5b0c3693b506ecbd19d40fa7035720fe22554 Mon Sep 17 00:00:00 2001 From: Mykyta Karpin Date: Mon, 23 Jan 2017 10:45:10 +0200 Subject: [PATCH] Release plugin 3.0.1 version Change-Id: Ia4f9355aea0be9255e4d4df19242b53e29545889 --- doc/source/changelog.rst | 4 ++++ doc/source/conf.py | 4 ++-- doc/source/installation.rst | 6 +++--- doc/source/removal.rst | 2 +- metadata.yaml | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 17897cb..81d73b5 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,6 +1,10 @@ Release notes / Changelog ========================= +**3.0.1** + +* Tasks version 2.0.0 is set by default [LP #1638617] + **3.0.0** * Support of ldap proxy diff --git a/doc/source/conf.py b/doc/source/conf.py index 7808c35..8eb5887 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,8 +11,8 @@ master_doc = 'index' project = u'The LDAP plugin for Fuel' copyright = u'2016, Mirantis Inc.' -version = '3.0-3.0.0-1' -release = '3.0-3.0.0-1' +version = '3.0-3.0.1-1' +release = '3.0-3.0.1-1' exclude_patterns = [] diff --git a/doc/source/installation.rst b/doc/source/installation.rst index b0e7b72..c31e3ac 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -15,12 +15,12 @@ To install LDAP plugin, follow these steps: that). If you do not have the Fuel Master node yet, see `Quick Start Guide `_:: - # scp ldap-3.0-3.0.0-1.noarch.rpm root@:/tmp + # scp ldap-3.0-3.0.1-1.noarch.rpm root@:/tmp #. Log into the Fuel Master node. Install the plugin:: # cd /tmp - # fuel plugins --install ldap-3.0-3.0.0-1.noarch.rpm + # fuel plugins --install ldap-3.0-3.0.1-1.noarch.rpm #. Check if the plugin was installed successfully @@ -29,4 +29,4 @@ To install LDAP plugin, follow these steps: # fuel plugins id | name | version | package_version | releases ---+------+---------+-----------------+-------------------- - 1 | ldap | 3.0.0 | 3.0.0 | ubuntu (mitaka-9.0) + 1 | ldap | 3.0.1 | 3.0.0 | ubuntu (mitaka-9.0) diff --git a/doc/source/removal.rst b/doc/source/removal.rst index 1937657..be084cf 100644 --- a/doc/source/removal.rst +++ b/doc/source/removal.rst @@ -5,7 +5,7 @@ Delete all environments, in which the LDAP plugin has been enabled. #. Uninstall the plugin:: - # fuel plugins --remove ldap==3.0.0 + # fuel plugins --remove ldap==3.0.1 #. Check if the plugin was uninstalled successfully:: diff --git a/metadata.yaml b/metadata.yaml index 7525b41..911b4a7 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,6 +1,6 @@ name: ldap title: LDAP plugin for Keystone -version: '3.0.0' +version: '3.0.1' description: Enable to use LDAP authentication backend for Keystone fuel_version: ['9.0'] licenses: ['Apache License Version 2.0']