We are gleeful to announce the release of: os-brick 3.0.1: OpenStack Cinder brick library for managing local volume attaches This release is part of the ussuri 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. 3.0.1 ^^^^^ Other Notes * This release contains some minor driver fixes. * Please keep in mind that the minum version of Python supported by this release is Python 3.6. Changes in os-brick 3.0.0..3.0.1 -------------------------------- ebe6a04 Add release note for ussuri cycle release 9415b3b rbd: Use showmapped to find the root RBD device during disconnect_volume 2fa4c86 doc/source/conf.py is not executable 3042510 Ussuri contrib docs community goal 5d75175 connectors/nvme: Wait until nvme device shows up in kernel 1448c7f Raise hacking version to 2.0.0 8ef7c54 Port the os-bricks jobs to Zuul v3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 39 +++--- CONTRIBUTING.rst | 23 +-- lower-constraints.txt | 2 +- os_brick/initiator/connectors/disco.py | 26 ++-- os_brick/initiator/connectors/nvmeof.py | 103 +++++++++++++- os_brick/initiator/connectors/rbd.py | 33 ++++- os_brick/local_dev/lvm.py | 5 +- .../notes/ussuri-release-979d709dfa7df068.yaml | 8 ++ test-requirements.txt | 2 +- 14 files changed, 410 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 78e3e2a..81f1fcd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org