cinderlib 5.2.0 (bobcat)
We are satisfied to announce the release of: cinderlib 5.2.0: Direct usage of Cinder Block Storage drivers without the services This release is part of the bobcat 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.1.0..5.2.0 --------------------------------- ab28330 Continue 2023.2 (Bobcat) development f1af46d persistence: Handle switch to alembic 98fc4b6 Add sqlalchemy-migrate dependency 6bb58dd Use openstack-tox-py311 fb61781 Add tooz to test-requirements 496ef8d Open cinderlib for 2023.2 (Bobcat) development b66c34f Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 67 +++++++++++++++------------ cinderlib/persistence/dbms.py | 17 ++++--- releasenotes/source/2023.1.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 6 +-- test-requirements.txt | 1 + tox.ini | 10 ++-- 8 files changed, 68 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e4fb968..4567e27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -# restrict cinder to the 2023.1 series only -cinder>=22.0.0,<23.0.0 # Apache-2.0 +# restrict cinder to the 2023.2 series only +cinder>=23.0.0,<24.0.0 # Apache-2.0 @@ -4 +4 @@ cinder>=22.0.0,<23.0.0 # Apache-2.0 -os-brick>=6.2.0 # Apache-2.0 +os-brick>=6.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 97d223b..f2b2a57 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,0 +12 @@ testtools>=2.4.0 # MIT +tooz[etcd3gw]>=2.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org