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

no-reply at openstack.org no-reply at openstack.org
Mon Mar 8 11:58:51 UTC 2021


We are ecstatic to announce the release of:

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

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

4.0.2
^^^^^

Bug Fixes

* Bug #1897787 (https://bugs.launchpad.net/cinder/+bug/1897787): Fix
  Fibre Channel not flushing volumes on detach when a multipath
  connection was requested on their attach, but one was not found.

Changes in os-brick 4.0.1..4.0.2
--------------------------------

3adcb40 FC: Fix not flushing on detach
9317f9f ScaleIO: More connection info backward compatibility
2bf4dcc opencas: Use BrickException instead of Exception
958e4f5 Improve error handling on target query
1ffde6b Adjust requirements and lower-constraints


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

lower-constraints.txt                              | 12 +++++------
os_brick/caches/opencas.py                         |  4 ++--
os_brick/initiator/connectors/fibre_channel.py     | 23 ++++++++++++++++------
os_brick/initiator/connectors/iscsi.py             |  5 ++++-
os_brick/initiator/connectors/scaleio.py           |  2 +-
os_brick/initiator/linuxscsi.py                    | 19 ++++++++++++------
.../initiator/connectors/test_fibre_channel.py     |  5 +++++
.../fc-flush-single-path-22ed6cc7b56a6d9b.yaml     |  6 ++++++
requirements.txt                                   | 10 +++++-----
test-requirements.txt                              |  1 -
13 files changed, 93 insertions(+), 29 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e5a2d24..06e4e3a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,4 +13,4 @@ oslo.serialization>=2.29.0 # Apache-2.0
-oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.utils>=3.34.0 # Apache-2.0
-requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT
+oslo.service>=1.31.0 # Apache-2.0
+oslo.utils>=3.36.0 # Apache-2.0
+requests>=2.19.0 # Apache-2.0
+six>=1.11.0 # MIT
@@ -18 +18 @@ tenacity>=6.0.0 # Apache-2.0
-os-win>=3.0.0 # Apache-2.0
+os-win>=4.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 82e69f6..0ebcd19 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +13,0 @@ castellan>=1.3.0 # Apache-2.0
-pycodestyle==2.6.0 # MIT






More information about the Release-announce mailing list