We are thrilled to announce the release of: sushy 5.0.0: Sushy is a small Python library to communicate with Redfish based systems 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://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 5.0.0 ^^^^^ Bug Fixes * Correctly handles error code "Base.1.12.ActionParameterMissing" when dealing with hardware that requires "TransferProtocolType" for virtual media operations and has different message in RelatedProperties response. Changes in sushy 4.8.0..5.0.0 ----------------------------- 8929cce reno: Update master for unmaintained/yoga 5d217b7 Force constraints when installing a package during tox test 7bbec20 [codespell] Adding CI target for Tox Codespell eeb1158 [codespell] Adding Tox Target for Codespell a7f9492 [codespell] Fixing Spelling Mistakes 80fd7a3 Update supported python versions f4b84ab Handle a different related properties for missing TransferProtocolType 43ed6a6 Handle session-uri in body Diffstat (except docs and test files) ------------------------------------- .../action-parameter-missing-7d234b96b5b1d81a.yaml | 6 +++++ .../add-default-identity-10c5dd23bed0e915.yaml | 2 +- ...-read-and-connect-timeout-9f7dc3ed63c192c8.yaml | 2 +- .../disable-conn-pooling-3456782afe56ac94.yaml | 2 +- releasenotes/source/yoga.rst | 2 +- setup.cfg | 10 +++++--- sushy/auth.py | 6 ++--- sushy/connector.py | 4 ++-- sushy/main.py | 9 ++++++- sushy/resources/manager/virtual_media.py | 3 ++- sushy/resources/registry/attribute_registry.py | 2 +- sushy/resources/registry/message_registry.py | 2 +- sushy/resources/system/constants.py | 6 ++--- sushy/resources/system/system.py | 2 +- sushy/standard_registries/Base.1.0.0.json | 2 +- sushy/standard_registries/Base.1.4.0.json | 2 +- .../transfer_proto_required_error3.json | 22 +++++++++++++++++ .../unit/resources/manager/test_virtual_media.py | 10 ++++++++ tox.ini | 13 +++++++++- zuul.d/project.yaml | 2 ++ zuul.d/sushy-jobs.yaml | 7 ++++++ 25 files changed, 123 insertions(+), 27 deletions(-)
participants (1)
-
no-reply@openstack.org