[release-announce] os-brick 3.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 29 20:26:50 UTC 2020


We are delighted to announce the release of:

os-brick 3.2.0: OpenStack Cinder brick library for managing local
volume attaches

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/os-brick

Download the package from:

    https://pypi.org/project/os-brick

Please report issues through:

    https://bugs.launchpad.net/os-brick/+bugs

For more details, please see below.

3.2.0
^^^^^

Bug Fixes

* Fix an incompatibility with ceph 13.2.0 (Mimic) or later, caused
  by a change in the output of "rbd map".

Changes in os-brick 3.1.0..3.2.0
--------------------------------

188cbed Switch from unittest2 compat methods to Python 3.x methods
a87ef7b rbd: Support 'rbd showmapped' output from ceph 13.2.0+
5d5f8e0 Fix os-brick in virtual environments
0804e81 Bump pycodestyle to 2.6.0
d95ebc4 Update lower-constraints versions
0d6f6bd Add iscsi-initiator-utils requirement
720270d Add oslo.context dependency
223a849 Add oslo.serialization dependency


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

bindep.txt                                         |  3 +
lower-constraints.txt                              | 73 ++++++++++------------
os_brick/initiator/connectors/hgst.py              |  4 +-
os_brick/initiator/connectors/iscsi.py             |  6 +-
os_brick/initiator/connectors/rbd.py               | 38 ++++++++++-
os_brick/privileged/__init__.py                    | 13 +++-
os_brick/remotefs/remotefs.py                      |  4 +-
.../initiator/connectors/test_fibre_channel.py     |  2 +-
.../notes/bug-1884052-798094496dccf23c.yaml        |  5 ++
requirements.txt                                   | 12 ++--
test-requirements.txt                              |  7 ++-
15 files changed, 124 insertions(+), 67 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 40dcf9f..e5a2d24 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
+pbr!=2.1.0,>=5.4.1 # Apache-2.0
+eventlet>=0.25.1 # MIT
@@ -8,2 +8,3 @@ oslo.concurrency>=3.26.0 # Apache-2.0
-oslo.log>=3.36.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
+oslo.context>=2.23.0 # Apache-2.0
+oslo.log>=3.44.0 # Apache-2.0
+oslo.i18n>=3.24.0 # Apache-2.0
@@ -10,0 +12 @@ oslo.privsep>=1.32.0 # Apache-2.0
+oslo.serialization>=2.29.0 # Apache-2.0
@@ -12 +14 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=3.34.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 42c20fb..9dd1095 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
-coverage!=4.4,>=4.0 # Apache-2.0
+coverage!=4.4,>=4.1 # Apache-2.0
@@ -9 +9 @@ oslotest>=3.2.0 # Apache-2.0
-testscenarios>=0.4 # Apache-2.0/BSD
+testscenarios>=0.5.0 # Apache-2.0/BSD
@@ -13 +13,2 @@ oslo.vmware>=2.17.0 # Apache-2.0
-castellan>=0.16.0 # Apache-2.0
+castellan>=1.3.0 # Apache-2.0
+pycodestyle==2.6.0 # MIT






More information about the Release-announce mailing list