Victoria Series Release Notes¶
3.4.1-3¶
Bug Fixes¶
Fixes an issue in performing action
#Bios.ResetBios
when no body in POST request provided and BMC responds with HTTP 400 Bad request, for example, Dell R630 having iDRAC 2.75.75.75. See story 2008198 for details.
Reduce the logging from sushy by logging only attributes and values set in the redfish response, not the entire json.
3.4.1¶
Bug Fixes¶
Makes message parsing more resilient by handling the case where the message ID only contains a message key and no registry name. In this case, fall back to the
Messages
message registry file and then to theBaseMessages
message registry file. If the message ID cannot be found, then set the message tounknown
. When parsing messages, if not enough arguments were supplied, then fill in the remaining arguments withunknown
.
3.4.0¶
New Features¶
Adds support for
bios
resource to allow specifying BIOS attribute update time and maintenance window when updating BIOS attributes usingset_attribute
orset_attributes
.The update is backward compatible and when new parameters not passed, they default to
None
.Also adds
maintenance_window
forbios
resource to expose default maintenance window set by the system if any.
Added the ability to monitor the progress of a firmware update by changing the
simple_update
operation to return a task monitor object.
Bug Fixes¶
Instead of trying to GET /redfish/v1/SessionService, which is usually reachable via authentication, fail, and then guess /redfish/v1/SessionService/Sessions as Sessions URL, we try first to use directly the Sessions URL provided by the root service, if available.
3.3.1¶
Security Issues¶
No longer logs passwords and auth tokens in DEBUG mode when using SessionService for authentication.
Bug Fixes¶
Fixes bugs in the
UpdateService.software_inventory
andUpdateService.firmware_inventory
properties making them operational.
3.3.0¶
New Features¶
Add RAIDType property to the Volume resource and SupportedRAIDTypes property to the Storage resource.
Make POST and DELETE operations in Volume and VolumeCollection blocking.
Bug Fixes¶
Fixes Sushy OEM extension loading when using multiple servers that caused loaded extensions to point to server for which the extension was loaded first.