We are thrilled to announce the release of: sushy 3.4.3: Sushy is a small Python library to communicate with Redfish based systems This release is part of the victoria 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. 3.4.3 ^^^^^ Bug Fixes * Fixes TaskMonitor for hardware(ilo) that doesn't contain content- length in the response. This fix also uses task_uri instead of task_monitor uri to monitor redfish firmware update since using task_monitor uri doesn't provide appropriate response. * Automatically retries internal server errors from GET requests. Changes in sushy 3.4.2..3.4.3 ----------------------------- af4d7fb Ensure Content-Type header is set when required 8e28a4a Fix deprecation on collections.MutableMapping 76e7b04 Automatically retry HTTP 5xx on GET requests 4bca706 Fixes issue of redfish firmware update Diffstat (except docs and test files) ------------------------------------- ...ish-firmware-update-issue-273862b2a11e3536.yaml | 8 ++++++ releasenotes/notes/get-retry-9ca311caf8a0b7bb.yaml | 4 +++ sushy/connector.py | 24 ++++++++++++++++-- sushy/main.py | 2 +- sushy/resources/base.py | 2 +- sushy/resources/taskservice/taskmonitor.py | 9 +++---- sushy/resources/updateservice/updateservice.py | 6 +++++ .../unit/resources/taskservice/test_taskmonitor.py | 5 +++- .../resources/updateservice/test_updateservice.py | 29 ++++++++++++++++++++-- 11 files changed, 111 insertions(+), 14 deletions(-)