We exuberantly announce the release of: sushy 3.10.0: Sushy is a small Python library to communicate with Redfish based systems This release is part of the xena release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 3.10.0 ^^^^^^ New Features ************ * Adds "Drive.volumes" property for list of volumes that drive is part of. Bug Fixes ********* * Removes the requirement from *Context* to be present when requesting a subscription, some BMCs do not report *Context* when the subscription is created with empty string and would cause *MissingAttributeError*. * Fixes "Processor.sub_processors" for "'Processor' object has no attribute 'conn'" error. Changes in sushy 3.9.1..3.10.0 ------------------------------ 0a8d5e1 Fix Context for EventDestination 0eaacad Add Drive.volumes af951ac Fix Processor.sub_processors bf50d73 Protect Connector against empty auth object 99b4340 Update min version of tox to use allowlist Diffstat (except docs and test files) ------------------------------------- .../notes/add-drive-volumes-971d80644c3bd1e0.yaml | 4 ++++ ..._context_eventdestination-9a96c34dd7edbeca.yaml | 6 ++++++ .../notes/fix-subprocessors-3b619434dba4636d.yaml | 5 +++++ sushy/connector.py | 3 ++- sushy/resources/eventservice/eventdestination.py | 2 +- sushy/resources/system/processor.py | 14 ++++++------ sushy/resources/system/storage/drive.py | 19 ++++++++++++++++ .../unit/json_samples/subprocessor_collection.json | 9 ++++++++ .../resources/eventservice/test_evendestination.py | 25 ++++++++++++++++++++++ .../unit/resources/system/storage/test_drive.py | 23 ++++++++++++++++++++ tox.ini | 4 ++-- 16 files changed, 165 insertions(+), 11 deletions(-)
participants (1)
-
no-reply@openstack.org