ironic-lib 6.1.0 (dalmatian)
We are happy to announce the release of: ironic-lib 6.1.0: Ironic common library This release is part of the dalmatian 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://bugs.launchpad.net/ironic-lib/+bugs For more details, please see below. 6.1.0 ^^^^^ Bug Fixes * Adds support for disks with 4096 sector size when cleaning disk metadata. Previously, only 512 sector size disks where supported. Changes in ironic-lib 6.0.0..6.1.0 ---------------------------------- 571b074 destroy_disk_metadata: support 4096 sector size 11dc763 Remove old excludes Diffstat (except docs and test files) ------------------------------------- ironic_lib/disk_utils.py | 45 +++++++++--- .../support-4096-sector-size-aa479b4040399975.yaml | 5 ++ requirements.txt | 6 +- test-requirements.txt | 6 +- 6 files changed, 114 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c652c43..e880065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 70bf626..009d830 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org