We are jazzed to announce the release of: python-ironicclient 5.9.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through: https://bugs.launchpad.net/python-ironicclient/+bugs For more details, please see below. 5.9.0 ^^^^^ Bug Fixes * Display correct field for the port name of the Port resource. Changes in python-ironicclient 5.8.0..5.9.0 ------------------------------------------- 051fd89 Remove Functional Tests 2caa47f fix port name in Port resource 621f6ea bump minimum pbr version for pip 23.1 support 2c189bc Remove Python 3.8 support 8d7a6e7 Replace outdated python job template 91e0e5b Fix detailed node history list 77842b8 Update master for stable/2024.2 28bc669 Add tests for OSC baremetal chassis create command Diffstat (except docs and test files) ------------------------------------- .coveragerc | 1 - .../functional/osc/v1/test_baremetal_allocation.py | 187 -------- .../osc/v1/test_baremetal_chassis_basic.py | 86 ---- .../osc/v1/test_baremetal_chassis_create.py | 73 ++++ .../osc/v1/test_baremetal_conductor_basic.py | 38 -- .../osc/v1/test_baremetal_deploy_template_basic.py | 177 -------- .../osc/v1/test_baremetal_driver_basic.py | 57 --- .../functional/osc/v1/test_baremetal_node_basic.py | 231 ---------- .../osc/v1/test_baremetal_node_create_negative.py | 47 -- .../osc/v1/test_baremetal_node_fields.py | 136 ------ .../osc/v1/test_baremetal_node_negative.py | 83 ---- .../osc/v1/test_baremetal_node_power_states.py | 58 --- .../osc/v1/test_baremetal_node_provision_states.py | 84 ---- .../functional/osc/v1/test_baremetal_port_basic.py | 124 ------ .../osc/v1/test_baremetal_port_create.py | 75 ---- .../osc/v1/test_baremetal_portgroup_basic.py | 128 ------ ironicclient/v1/node.py | 2 +- ironicclient/v1/resource_fields.py | 3 +- playbooks/functional/run.yaml | 54 --- pyproject.toml | 2 +- .../notes/fix-port-name-0d8190665b89c6d7.yaml | 4 + releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.cfg | 6 +- setup.py | 2 +- tox.ini | 6 - zuul.d/ironicclient-jobs.yaml | 36 -- zuul.d/project.yaml | 10 +- 38 files changed, 96 insertions(+), 2620 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 77be99f..14ef5b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr>=6.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org