We are stoked to announce the release of: ironic-lib 5.1.0: Ironic common library This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/ironic-lib Download the package from: https://pypi.org/project/ironic-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-lib For more details, please see below. 5.1.0 ^^^^^ Bug Fixes * Restore compatibility of blkid command with CentOS 7. For more details see Story 2009328 (https://storyboard.openstack.org/#!/story/2009328). Changes in ironic-lib 5.0.0..5.1.0 ---------------------------------- 731e2f9 Restore blkid compatibility with Centos 7 b6416ee Allow qemu-img to write out zeros to disk 15f5264 Add Python3 yoga unit tests b7f1211 Avoid using blkid in favour of lsblk and parted ac95888 Drop an explicit requirement of oslo.log Diffstat (except docs and test files) ------------------------------------- ironic_lib/auth_basic.py | 4 +- ironic_lib/disk_partitioner.py | 3 +- ironic_lib/disk_utils.py | 63 +++++++++++++---- ironic_lib/exception.py | 2 +- ironic_lib/json_rpc/client.py | 5 +- ironic_lib/json_rpc/server.py | 4 +- ironic_lib/keystone.py | 2 +- ironic_lib/mdns.py | 2 +- ironic_lib/metrics_statsd.py | 4 +- ...ore-centos7-compatibility-bfbe2bcf1d1fb7f0.yaml | 5 ++ requirements.txt | 1 - zuul.d/project.yaml | 2 +- 14 files changed, 120 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 23e1322..c652c43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ oslo.utils>=3.34.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org