[release-announce] cinderlib 3.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 14 14:01:35 UTC 2021


We are satisfied to announce the release of:

cinderlib 3.0.0: Direct usage of Cinder Block Storage drivers without
the services

This release is part of the victoria 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..3.0.0
---------------------------------

f9b2b76 Update requirements and lower-constraints
da63dfd Update tox.ini for wallaby supported pythons
9f72ebe [goal] Migrate cinderlib jobs to focal
6ad3c4a Fix cinderlib-lvm-functional
6522756 drop use of pkg_resources
55e78be Update master for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                               | 26 +++++++++++++-------------
cinderlib/__init__.py                    | 12 +++++++++---
lower-constraints.txt                    | 14 ++++++++------
playbooks/required-projects-bindeps.yaml | 27 +++++++++++++++++++++++++++
releasenotes/source/index.rst            |  1 +
releasenotes/source/ussuri.rst           |  6 ++++++
requirements.txt                         |  3 ++-
test-requirements.txt                    | 18 ++++++++++++------
tox.ini                                  | 19 ++++++++++++++-----
9 files changed, 92 insertions(+), 34 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index afeb1c2..942afcb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
-cinder>=15.0.0 # Apache-2.0
+cinder>=17.0.0 # Apache-2.0
+importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3368534..ac8ee6e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,4 +5,4 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-hacking>=3.0.1,<3.1.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
-ddt>=1.0.1 # MIT
+pbr>=5.4.1 # Apache-2.0
+hacking>=3.0.1,<3.2.0 # Apache-2.0
+coverage!=4.4,>=4.1 # Apache-2.0
+ddt>=1.2.1 # MIT
@@ -11,2 +11,8 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=2.2.0 # MIT
-stestr>=1.0.0 # Apache-2.0
+testtools>=2.4.0 # MIT
+stestr>=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.context>=2.23.0 # Apache-2.0
+oslo.db>=6.0.0 # Apache-2.0






More information about the Release-announce mailing list