We eagerly announce the release of: sushy 4.1.2: 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. Changes in sushy 4.1.1..4.1.2 ----------------------------- 1ae8e49 Capture requests errors 56182b3 Do not send compression as acceptable encoding 96fc205 Handle mismatch between registry Identity and the way it's referred to 932ea33 Handle AccessError with Basic Auth instead of "reauth" 38e62dd Fix session authentication issues 3d00642 Update TOX_CONSTRAINTS_FILE for stable/yoga 0c9c50a Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ...neral-requests-exceptions-b5fd706597708fb6.yaml | 8 ++ ...ffer-compression-encoding-884ca8a7458cb096.yaml | 16 +++ ...-basic-auth-access-errors-393b368b31f5cad2.yaml | 9 ++ ...on-fallback-failure-fixes-4f0dcfdad1afd2d7.yaml | 26 ++++ sushy/auth.py | 80 ++++++++--- sushy/connector.py | 48 ++++++- sushy/main.py | 66 ++++++++- sushy/resources/sessionservice/sessionservice.py | 20 +-- sushy/resources/system/bios.py | 3 +- .../session_creation_headers_no_location.json | 17 +++ .../sessionservice/test_sessionservice.py | 12 +- tox.ini | 10 +- 18 files changed, 683 insertions(+), 103 deletions(-)
participants (1)
-
no-reply@openstack.org