[release-announce] [cinder] os-brick 2.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 21 21:27:48 UTC 2017


We are amped to announce the release of:

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

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in os-brick 2.0.0..2.1.0
--------------------------------

657ba45 Make close on luks volumes idempotent
63c220e Remove setting of version/release from releasenotes
905e731 Adding NVMEoF for initiator CLI
e8fa8fd Updated from global requirements
d5a69a4 Updated from global requirements
99f6709 Always set ignoreskipactivation on snapshot creation


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

os_brick/encryptors/luks.py                      |   7 +-
os_brick/initiator/__init__.py                   |   1 +
os_brick/initiator/connector.py                  |   3 +
os_brick/initiator/connectors/nvme.py            | 190 +++++++++++++++++++++++
os_brick/local_dev/lvm.py                        |   3 +-
releasenotes/source/conf.py                      |  14 +-
requirements.txt                                 |   4 +-
test-requirements.txt                            |   4 +-
10 files changed, 381 insertions(+), 21 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d1f2c4b..249a5c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ oslo.service>=1.24.0 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
@@ -17 +17 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 14cf636..4e8a3ec 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ ddt>=1.0.1 # MIT
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
@@ -15 +15 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list