[release-announce] python-ironicclient 4.11.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 25 12:58:25 UTC 2022


We are delighted to announce the release of:

python-ironicclient 4.11.0: OpenStack Bare Metal Provisioning API
Client Library

This release is part of the yoga 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://storyboard.openstack.org/#!/project/openstack/python-
ironicclient

For more details, please see below.

4.11.0
^^^^^^

New Features

* Adds support for API version "1.78" and "node history"
  functionality allowing users to query a list of events, and retrieve
  a single history event from a baremetal node.

* Adds "get_history_list" and "get_history_event" methods to the
  python client library. These methods allow operators to query
  recorded node event information from an ironic API, where supported
  and enabled.

Changes in python-ironicclient 4.10.0..4.11.0
---------------------------------------------

6c3f20a Use only Yoga tests
bedb66b Updating python testing classifier as per Yoga testing runtime
2e0cef2 Add node history support
bd76a57 Validate path when passing a config-drive


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

ironicclient/common/http.py                        |  2 +-
ironicclient/osc/v1/baremetal_node.py              | 74 ++++++++++++++++++++++
ironicclient/v1/node.py                            | 61 +++++++++++++++++-
ironicclient/v1/resource_fields.py                 | 22 +++++++
.../notes/add-node-history-b9b9beeb0200f185.yaml   |  9 +++
setup.cfg                                          |  3 +
zuul.d/project.yaml                                | 10 ---
10 files changed, 247 insertions(+), 14 deletions(-)







More information about the Release-announce mailing list