[release-announce] ironic-lib 5.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 19 13:17:39 UTC 2021


We are satisfied to announce the release of:

ironic-lib 5.0.0: Ironic common library

This release is part of the xena 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.7.1..5.0.0
----------------------------------

12bca21 json_rpc: setup.cfg is missing entrypoint for json_rpc's list_opts
f6ddd09 json_rpc: list_opts() should return tuple
b750b74 Add lower-constraints job to current development branch
54a176a Increase version of hacking and pycodestyle
d33cf3e Use the json format output of qemu-img info
f7db05c Update min version of tox to use allowlist
e4d7c1f utils.execute: log stdout and stderr even on failure
6aa9425 Remove the logic specific to the way deployment works


Diffstat (except docs and test files)
-------------------------------------

ironic_lib/disk_utils.py            |  434 +-------------
ironic_lib/json_rpc/__init__.py     |    2 +-
ironic_lib/utils.py                 |   23 +-
lower-constraints.txt               |   21 +
requirements.txt                    |    3 +-
setup.cfg                           |    1 +
test-requirements.txt               |    3 -
tox.ini                             |    8 +-
zuul.d/project.yaml                 |    1 +
11 files changed, 64 insertions(+), 1555 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 21a3153..23e1322 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,2 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
-requests>=2.14.2 # Apache-2.0
+oslo.utils>=3.34.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3dba768..70bf626 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,3 +9,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-# doc requirements
-doc8>=0.6.0 # Apache-2.0
-






More information about the Release-announce mailing list