Current Series Release Notes¶
5.6.0-7¶
New Features¶
Redfish HTTP requests in Sushy now retry automatically on common transient connection errors such as connection timeouts or refused connections. This helps avoid deployment or teardown failures due to temporary BMC unavailability. The number of retries and the delay are controlled by the existing options server_side_retries and server_side_retries_delay.
Extend the NetworkAdapters resource to include information about the firmware.
Adds
set_datetime
method to theManager
resource, allowing clients to update the BMC’sDateTime
andDateTimeLocalOffset
fields via Redfish PATCH. This enables management of time settings on Redfish-compliant BMCs through sushy.
Bug Fixes¶
Fix the Target property in the Dell OEM, it should be an array as a value instead of a string.
Fixes incompatibility with SuperMicro ars-111gl-nhr which uses ‘Cd’ device string for virtual media boot as opposed to ‘UsbCd’ typical to most SuperMicro servers.
5.6.0¶
Prelude¶
sushy-oem-idrac has been merged into this package, removing the need to install it separately.
Upgrade Notes¶
You must uninstall sushy-oem-idrac as a separate package when upgrading.