[release-announce] cinderlib 4.1.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 13 16:31:53 UTC 2021


We are happy to announce the release of:

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

This release is part of the xena 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 4.0.0..4.1.0
---------------------------------

e13887e Continue xena development
e5518c5 Drop lower-constraints file
7b6cbda Update TOX setenv
68519a8 Update master for stable/wallaby
c47820d Update contributor docs
0423c18 Open cinderlib for xena development


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

lower-constraints.txt                   | 10 ----
releasenotes/source/index.rst           |  1 +
releasenotes/source/wallaby.rst         |  6 +++
requirements.txt                        |  8 +--
tox.ini                                 | 15 +++---
6 files changed, 114 insertions(+), 22 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4b007a5..f9c6f76 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-# restrict cinder to the wallaby series only
-cinder>=18.0.0,<19.0.0 # Apache-2.0
-# specify brick wallaby (upper bound controlled by openstack upper-constraints)
-os-brick>=4.3.1
+# restrict cinder to the xena release only
+cinder>=19.0.0,<20.0.0 # Apache-2.0
+# brick upper bound is controlled by xena/upper-constraints
+os-brick>=5.0.1






More information about the Release-announce mailing list