[release-announce] cinderlib 5.1.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Thu May 4 09:45:16 UTC 2023


We jubilantly announce the release of:

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

This release is part of the antelope 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 5.0.0..5.1.0
---------------------------------

18c81f0 Continue 2023.1 (Antelope) development
d3c4852 Don't use deprecated config opt name in unit test
a123ff5 Fix DBMS storage plugin
436bc6d Fix tox.ini
642fbea Remove unnecessary #egg= URL fragment
0c0879a Open cinderlib for 2023.1 (Antelope) development
09dc1f7 Update master for stable/zed
af3a22e remove unicode prefix from code


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

.zuul.yaml                                    |  62 ++++++++------
cinderlib/persistence/dbms.py                 |  41 +++++++++-
releasenotes/source/index.rst                 |   1 +
releasenotes/source/zed.rst                   |   6 ++
requirements.txt                              |   8 +-
setup.cfg                                     |   1 +
tox.ini                                       |  49 ++++++-----
14 files changed, 141 insertions(+), 181 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1467d1a..e4fb968 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-# restrict cinder to the zed release only
-cinder>=21.0.0.0,<22.0.0  # Apache-2.0
-# brick upper bound is controlled by zed/upper-constraints
-os-brick>=6.1.0  # Apache-2.0
+# restrict cinder to the 2023.1 series only
+cinder>=22.0.0,<23.0.0  # Apache-2.0
+# brick upper bound is controlled by upper-constraints
+os-brick>=6.2.0  # Apache-2.0






More information about the Release-announce mailing list