[release-announce] os-brick 6.3.0 (bobcat)
no-reply at openstack.org
no-reply at openstack.org
Fri May 12 14:41:27 UTC 2023
We joyfully announce the release of:
os-brick 6.3.0: OpenStack Cinder brick library for managing local
volume attaches
This release is part of the bobcat 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.
6.3.0
^^^^^
New Features
* FC connector: Added support to "force" and "ignore_errors"
parameters on "disconnect_volume" method.
Changes in os-brick 6.2.0..6.3.0
--------------------------------
1b739ed Revert "Fix iSCSI disconnect_volume when flush fails"
570df49 Support force disconnect for FC
8070ac3 Fix iSCSI disconnect_volume when flush fails
e04d0de Bump mypy to 1.1.1
9496bb2 LVM: Fix supports_full_pool_create
e15edf6 Add Python 3.10 to setup.cfg metadata
f184c8a Set packages in setup.cfg
a0bc09b Update master for stable/2023.1
653c4c5 Update hacking to 5.0
05052a1 LVM: Fix bare raise on LVM command error
Diffstat (except docs and test files)
-------------------------------------
os_brick/initiator/connectors/fibre_channel.py | 36 ++++--
.../initiator/connectors/fibre_channel_s390x.py | 11 +-
os_brick/initiator/linuxscsi.py | 18 +++
os_brick/local_dev/lvm.py | 4 +-
.../initiator/connectors/test_fibre_channel.py | 129 ++++++++++++++++++++-
.../connectors/test_fibre_channel_s390x.py | 25 +++-
.../fc-force-disconnect-1a33cf46c233dd04.yaml | 5 +
releasenotes/source/2023.1.rst | 6 +
releasenotes/source/index.rst | 1 +
setup.cfg | 4 +
test-requirements.txt | 6 +-
12 files changed, 283 insertions(+), 20 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 6593bf4..2019300 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=4.1.0,<4.2.0 # Apache-2.0
+hacking>=5.0.0,<5.1.0 # Apache-2.0
@@ -16 +16 @@ castellan>=3.10.0 # Apache-2.0
-pycodestyle==2.6.0 # MIT
+pycodestyle==2.8.0 # MIT
@@ -20 +20 @@ bandit>=1.7.0,<1.8.0 # Apache-2.0
-mypy>=0.982 # MIT
+mypy>=1.1.1 # MIT
More information about the Release-announce
mailing list