We are pumped to announce the release of: sushy 5.0.1 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://bugs.launchpad.net/sushy/+bugs For more details, please see below. 5.0.1 ^^^^^ Bug Fixes * Adds a work-around for cases where "Accept-Encoding: identity" is not accepted. * Adds the ability to retry an attempt to determine a Manager for a System when ManagedBy attribute is missing but Managers attribute is present. This resolves issues with certain hardware models such as Huawei 1288H. * The "Name" field of a StorageControllers sub-field of a Storage resource is no longer mandatory. Changes in sushy 5.0.0..5.0.1 ----------------------------- 2805e27 When ManagedBy attribute is missing from System retry with Managers 285498f Name is not mandatory for Storage/StorageControllers ddd61c7 Handle NotAcceptable when Accept-Encoding: identity is not allowed e143e36 Update TOX_CONSTRAINTS_FILE for stable/2024.1 55c61a5 Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../notes/accept-encoding-4646ea43998f80bd.yaml | 5 + ...etry-on-missing-managedby-b2a5240eab8b4262.yaml | 6 + .../storage-controller-name-6924b71a97f78481.yaml | 5 + sushy/connector.py | 42 ++++-- sushy/exceptions.py | 6 + sushy/resources/system/storage/storage.py | 2 +- sushy/resources/system/system.py | 18 ++- .../system_managedby_missing_manager_present.json | 166 +++++++++++++++++++++ .../unit/resources/system/storage/test_storage.py | 1 - tox.ini | 12 +- 14 files changed, 336 insertions(+), 53 deletions(-)
participants (1)
-
no-reply@openstack.org