We exuberantly announce the release of: sushy 4.2.1: Sushy is a small Python library to communicate with Redfish based systems This release is part of the zed 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.2.1 ^^^^^ Bug Fixes * Fixes an issue in the sushy connector object handling where a Sushy client utilizing "basic" authentication would not raise an AccessError exception once the credentials stopped working. We now explicitly check to see if "basic" authentication is in use, and raise the exception if an AccessError is encountered. Changes in sushy 4.2.0..4.2.1 ----------------------------- f804e95 Handle mismatch between registry Identity and the way it's referred to 1057857 Handle AccessError with Basic Auth instead of "reauth" d62e160 Replace the netboot job with a local-boot one 0179cab Remove unicode literal from code 6b8596a Update jobs names Diffstat (except docs and test files) ------------------------------------- ...-basic-auth-access-errors-393b368b31f5cad2.yaml | 9 +++++++ releasenotes/source/conf.py | 16 +++++------ sushy/auth.py | 1 + sushy/connector.py | 9 +++++++ sushy/main.py | 1 - sushy/resources/system/bios.py | 3 ++- zuul.d/project.yaml | 8 +++--- zuul.d/sushy-jobs.yaml | 8 +++--- 11 files changed, 81 insertions(+), 23 deletions(-)
participants (1)
-
no-reply@openstack.org