[release-announce] os-brick 2.5.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu May 17 21:15:47 UTC 2018


We are satisfied to announce the release of:

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

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/os-brick

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in os-brick 2.4.0..2.5.0
--------------------------------

ef0ba1b Trivial: Update pypi url to new url
840c99e adding sheepdog connector for PPC64
db40d98 Fix FC: Only scan connected HBAs
f11695c add lower-constraints job
65f407d Include "nqn." in subsystem name
10be2fe add a getter for connector mapping
9dde35f uncap eventlet
02b78c5 Fix bindep for multipath
1c43a21 Updated from global requirements


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

.zuul.yaml                                       |  7 ++
README.rst                                       |  4 +-
bindep.txt                                       |  3 +-
lower-constraints.txt                            | 91 ++++++++++++++++++++++++
os_brick/initiator/connector.py                  | 43 +++++++----
os_brick/initiator/connectors/nvme.py            |  2 +-
os_brick/initiator/linuxfc.py                    | 36 ++++++++--
requirements.txt                                 |  4 +-
tox.ini                                          |  7 ++
12 files changed, 242 insertions(+), 29 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dc6e947..5c8666d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ Babel!=2.4.0,>=2.3.4 # BSD
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-oslo.concurrency>=3.25.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+oslo.concurrency>=3.26.0 # Apache-2.0






More information about the Release-announce mailing list