cinderlib 2.1.0 (ussuri)
We are jazzed to announce the release of: cinderlib 2.1.0: Direct usage of Cinder Block Storage drivers without the services This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/cinderlib Download the package from: https://tarballs.openstack.org/cinderlib/ Please report issues through: https://bugs.launchpad.net/cinderlib/+bugs For more details, please see below. Changes in cinderlib 2.0.0..2.1.0 --------------------------------- 7fdbadd Update requirements and lower-constraints 2fe1ba2 Update TOX_CONSTRAINTS_FILE for stable/ussuri 40106f9 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 9 ++++++--- requirements.txt | 3 ++- test-requirements.txt | 11 +++++++++-- tox.ini | 14 +++++--------- 6 files changed, 25 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index afeb1c2..94b53e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -cinder>=15.0.0 # Apache-2.0 +cinder>=16.0.0,<17.0.0 # Apache-2.0 +os-brick>=3.0.1 diff --git a/test-requirements.txt b/test-requirements.txt index 3368534..cc10812 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0 -ddt>=1.0.1 # MIT +ddt>=1.2.1 # MIT @@ -12 +12,8 @@ testtools>=2.2.0 # MIT -stestr>=1.0.0 # Apache-2.0 +stestr!=2.3.0,>=2.2.0 # Apache-2.0 +# +# These are included to constrain the range of possible versions +# considered by the pip resolver. They are not direct dependencies +# of cinderlib. +oslo.config>=5.2.0 # Apache-2.0 +oslo.context>=2.22.0 # Apache-2.0 +oslo.db>=4.35.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org