[release-announce] os-brick 3.2.1 (victoria)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Tue Aug  4 15:26:57 UTC 2020
    
    
  
We are thrilled to announce the release of:
os-brick 3.2.1: OpenStack Cinder brick library for managing local
volume attaches
This release is part of the victoria 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 3.2.0..3.2.1
--------------------------------
4bd4066 Add TODO to switch to new style rbd commands
fc6ca22 Replace sg_scan with lsscsi to get '[H:C:T:L]'
ee34d92 rbd: Warn if ceph udev rules are not configured
e24bf5f Bump hacking to 3.1.0
499d3a8 Remove translation sections from setup.cfg
Diffstat (except docs and test files)
-------------------------------------
bindep.txt                                 |  1 +
os_brick/initiator/connectors/rbd.py       | 41 +++++++++++++++++++++++-------
os_brick/initiator/linuxscsi.py            | 34 +++++++++++++++----------
setup.cfg                                  | 13 ----------
test-requirements.txt                      |  2 +-
6 files changed, 57 insertions(+), 40 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 9dd1095..35b642a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0.1,<3.1.0 # Apache-2.0
+hacking>=3.1.0,<3.2.0 # Apache-2.0
    
    
More information about the Release-announce
mailing list