We are amped to announce the release of: python-ironicclient 5.10.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.10.0 ^^^^^^ New Features * Support added to set "disable power off" on nodes. Changes in python-ironicclient 5.9.0..5.10.0 -------------------------------------------- bcf2fa8 reno: Update master for unmaintained/2023.1 016a168 Add support to set 'disable_power_off' f2bed8f Support /v1/shards Diffstat (except docs and test files) ------------------------------------- ironicclient/common/http.py | 2 +- ironicclient/osc/v1/baremetal_node.py | 33 +++++- ironicclient/osc/v1/baremetal_shard.py | 36 +++++++ ironicclient/v1/client.py | 2 + ironicclient/v1/node.py | 14 +-- ironicclient/v1/resource_fields.py | 10 +- ironicclient/v1/shard.py | 39 +++++++ .../disable_power_off_api-1d9efcb96c5ba37f.yaml | 4 + releasenotes/source/2023.1.rst | 2 +- setup.cfg | 1 + 14 files changed, 354 insertions(+), 15 deletions(-)