We contentedly announce the release of: ironic-lib 4.2.0: Ironic common library This release is part of the ussuri 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. Changes in ironic-lib 4.1.0..4.2.0 ---------------------------------- f6cdde2 [trivial] add description of ignored flake8 checks 6c9d5dc Bump hacking to 3.0.0 f205334 Explicitly set ramdisk type Diffstat (except docs and test files) ------------------------------------- ironic_lib/disk_utils.py | 20 ++++++++++---------- ironic_lib/metrics.py | 4 ++-- ironic_lib/utils.py | 4 ++-- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 4 +++- zuul.d/ironic-lib-jobs.yaml | 1 + 8 files changed, 37 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7a72a4b..2e996f5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ flake8-import-order>=0.13 # LGPLv3 -hacking>=1.0.0,<1.1.0 # Apache-2.0 +hacking>=3.0.0,<3.1.0 # Apache-2.0