We are stoked to announce the release of: sushy 4.1.3: Sushy is a small Python library to communicate with Redfish based systems This release is part of the yoga stable 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.1.3 ^^^^^ Bug Fixes * Alters eTag handling in PATCH requests: First, the original eTag is used. In case of a failure, if the eTag provided was weak, it is converted to a strong format by removing the weak prefix. If this approach is not applicable or fails, the final attempt is made omitting the eTag entirely. By taking this approach, no workarounds are applied if BMC is handling eTags as expected and in case of failures, known workarounds are attempted, improving overall resiliency. Changes in sushy 4.1.2..4.1.3 ----------------------------- 1da4385 Improve resiliency of eTag handling Diffstat (except docs and test files) ------------------------------------- .../notes/releasenote-d7138d1e1d414632.yaml | 10 ++ sushy/connector.py | 93 ++++++++++- sushy/resources/base.py | 17 +- sushy/resources/system/system.py | 5 +- .../unit/resources/manager/test_virtual_media.py | 4 +- 7 files changed, 286 insertions(+), 39 deletions(-)
participants (1)
-
no-reply@openstack.org