[release-announce] os-brick 5.2.0 (yoga)
no-reply at openstack.org
no-reply at openstack.org
Fri Feb 18 15:44:23 UTC 2022
We contentedly announce the release of:
os-brick 5.2.0: OpenStack Cinder brick library for managing local
volume attaches
This release is part of the yoga 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.
Changes in os-brick 5.1.0..5.2.0
--------------------------------
2662047 Failure to generate hostnqn in case missing "show-hostnqn" sub-command
6fc125b Add "known issues" note to yoga os-brick release
5902166 nvmeof connector check controller already connected
8fb0282 Update requirements minima for Yoga release
3f03310 Updating python testing as per Yoga testing runtime
b0356db Lightos connector - refactor disconnect volume
ef88402 Robust md creation/ending
71a6ea1 Reuse get_host_nqn code
4911486 nvmeof connector utilize replica_count
5614196 NVMeOF connector support multipath-enabled kernels
5938703 releasenotes: add Lightbits LightOS connector release note
627da6a Lightbits LightOS driver
d2f602f Prevent CI from running on irrelevant files
adde4de Fix PowerFlex connector HTTPS certificate validation
5c623f9 mypy: utils.py
b29f152 mypy: exception.py
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 11 +-
mypy-files.txt | 3 +
os_brick/exception.py | 19 +-
os_brick/initiator/__init__.py | 1 +
os_brick/initiator/connector.py | 3 +
os_brick/initiator/connectors/lightos.py | 340 +++++++++++++++++++++
os_brick/initiator/connectors/nvmeof.py | 110 +++----
os_brick/initiator/connectors/scaleio.py | 28 +-
os_brick/privileged/lightos.py | 30 ++
os_brick/privileged/nvmeof.py | 11 +-
os_brick/utils.py | 45 ++-
...ustered-nvmetcp-connector-fd8dfd73330973e9.yaml | 10 +
...or-certificate-validation-cf9ffc98391115d5.yaml | 5 +
.../notes/bug-1938870-af85c420d1a108a9.yaml | 5 +
...support-multipath-kernels-ff6f1f27fdea2c8e.yaml | 7 +
.../fix-generate-hostnqn-in-case-old-nvmecli.yaml | 8 +
.../notes/yoga-known-issues-f1248af0e328d63e.yaml | 10 +
requirements.txt | 22 +-
setup.cfg | 1 +
test-requirements.txt | 8 +-
24 files changed, 882 insertions(+), 136 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8d46ae0..803ad06 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,10 +5,10 @@
-pbr>=5.5.1 # Apache-2.0
-eventlet>=0.30.1 # MIT
-oslo.concurrency>=4.4.0 # Apache-2.0
-oslo.context>=3.1.1 # Apache-2.0
-oslo.log>=4.4.0 # Apache-2.0
-oslo.i18n>=5.0.1 # Apache-2.0
-oslo.privsep>=2.4.0 # Apache-2.0
-oslo.serialization>=4.1.0 # Apache-2.0
-oslo.service>=2.5.0 # Apache-2.0
-oslo.utils>=4.8.0 # Apache-2.0
+pbr>=5.8.0 # Apache-2.0
+eventlet>=0.30.1,!=0.32.0 # MIT
+oslo.concurrency>=4.5.0 # Apache-2.0
+oslo.context>=3.4.0 # Apache-2.0
+oslo.log>=4.6.1 # Apache-2.0
+oslo.i18n>=5.1.0 # Apache-2.0
+oslo.privsep>=2.6.2 # Apache-2.0
+oslo.serialization>=4.2.0 # Apache-2.0
+oslo.service>=2.8.0 # Apache-2.0
+oslo.utils>=4.12.1 # Apache-2.0
@@ -17 +17 @@ tenacity>=6.3.1 # Apache-2.0
-os-win>=5.4.0 # Apache-2.0
+os-win>=5.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9ee86ee..7fcd33a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ ddt>=1.4.1 # MIT
-oslotest>=4.4.1 # Apache-2.0
+oslotest>=4.5.0 # Apache-2.0
@@ -12,3 +12,3 @@ testtools>=2.4.0 # MIT
-stestr>=3.1.0 # Apache-2.0
-oslo.vmware>=3.8.0 # Apache-2.0
-castellan>=3.7.0 # Apache-2.0
+stestr>=3.2.1 # Apache-2.0
+oslo.vmware>=3.10.0 # Apache-2.0
+castellan>=3.10.0 # Apache-2.0
More information about the Release-announce
mailing list