[cinder] python-brick-cinderclient-ext 0.6.0 (queens)
We are jazzed to announce the release of: python-brick-cinderclient-ext 0.6.0: python-cinderclient extension for local storage management This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-brick- cinderclient-ext Download the package from: https://pypi.python.org/pypi/python-brick-cinderclient-ext Please report issues through launchpad: https://bugs.launchpad.net/python-cinderclient For more details, please see below. Changes in python-brick-cinderclient-ext 0.5.0..0.6.0 ----------------------------------------------------- ea150f7 Update to new connector constants 9919524 Remove setting of version/release from releasenotes 4edaa06 Updated from global requirements 6065253 Add .stestr.conf configuration 570cd27 Cleanup test-requirements 33cf52b Updated from global requirements d56c8a7 Updated from global requirements ebbe8a8 Updated from global requirements 3c207e8 Update the documentation link for doc migration d7433cf Updated from global requirements 5b5dcb5 Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .stestr.conf | 3 +++ .testr.conf | 9 --------- brick_cinderclient_ext/volume_actions.py | 4 ++-- releasenotes/source/conf.py | 13 +++---------- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 6 +++--- setup.cfg | 2 +- test-requirements.txt | 8 ++++---- tox.ini | 15 +++++++++++++-- 11 files changed, 38 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5ac89ce..afb8791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-cinderclient>=3.0.0 # Apache-2.0 -os-brick>=1.15.1 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 +python-cinderclient>=3.2.0 # Apache-2.0 +os-brick>=1.15.2 # Apache-2.0 +oslo.concurrency>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7c3dc57..8eadba9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking<0.11,>=0.10.0 -python-cinderclient>=3.0.0 # Apache-2.0 +python-cinderclient>=3.2.0 # Apache-2.0 @@ -10 +9,0 @@ ddt>=1.0.1 # MIT -python-subunit>=0.0.18 # Apache-2.0/BSD @@ -12 +11 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -14 +13 @@ oslotest>=1.10.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -17,0 +17 @@ testtools>=1.4.0 # MIT +os-testr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org