We are chuffed to announce the release of: sushy 4.8.0: Sushy is a small Python library to communicate with Redfish based systems This release is part of the caracal 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. 4.8.0 ^^^^^ New Features ************ * Adds a "boot_progress" mapped object to the System object. Inside of this object, a "last_state" value maps to values provided by the "sushy.BootProgressState" enum. Also exposes, for information purposes, the "last_boot_seconds_count", "last_state_updated_at", and "oem_last_state" values, which map to the DMTF Redfish values "LastBootTimeSeconds", "LastStateTime", and "OemLastState" fields for the "BootProgress" object. * Adds support for virtual media via "System" resource. For more information, see bug 2039458 (https://bugs.launchpad.net/sushy/+bug/2039458). Bug Fixes ********* * Correctly handles errors on a request that is re-tried after refreshing an authentication token. Changes in sushy 4.7.0..4.8.0 ----------------------------- a9c4a8e Allows System to access VirtualMedia in Sushy e88e0d8 Add release version to release notes db87ff7 Handle exceptions after re-authentication 192d897 Remove version field from iLO error 3c49a85 Add a boot progress indicator Diffstat (except docs and test files) ------------------------------------- .../add-system-bootprogress-42ee452cfa279c63.yaml | 10 ++ releasenotes/notes/re-raise-1fe9f912691e893e.yaml | 5 + ...sushy-system-virtualmedia-7a61bd77780f7b0e.yaml | 6 + releasenotes/source/2023.1.rst | 6 +- releasenotes/source/2023.2.rst | 6 +- sushy/connector.py | 28 ++-- sushy/resources/system/constants.py | 38 +++++ sushy/resources/system/system.py | 35 +++++ .../json_samples/virtual_media_collectionv1_6.json | 12 ++ 16 files changed, 558 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org