[release-announce] sushy 3.12.1 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed May 11 15:54:16 UTC 2022


We exuberantly announce the release of:

sushy 3.12.1: Sushy is a small Python library to communicate with
Redfish based systems

This release is part of the xena 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 3.12.0..3.12.1
-------------------------------

54e50a3 Follow up to Attempt using Redfish settings resource to get URI
570e662 Attempt using Redfish settings resource to get URI
a933c22 Re-trying InsertMedia call with TransferProtocolType if required
5b7b94b Use Etag in precondition header when setting boot options
0787074 Fix session authentication issues
9a04713 Revert "Raise an AccessError with SessionService init"
d6afaf5 Raise an AccessError with SessionService init
806622c Changing boot device string for vmedia on SuperMicro
c777ad6 Update TOX_CONSTRAINTS_FILE for stable/xena
52cef90 Update .gitreview for stable/xena


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
.../notes/change-bootdev-smc-ab30317eaf5c37d9.yaml |   5 +
...x-use-headers-for-options-736940b87c06c189.yaml |   4 +
...on-fallback-failure-fixes-4f0dcfdad1afd2d7.yaml |  26 ++++
...transferprototype-missing-9cae57f3ecf470a9.yaml |   7 +
...ttingsobject-if-supported-12a332f9905d64ce.yaml |   7 +
sushy/auth.py                                      |  79 +++++++---
sushy/connector.py                                 |  21 ++-
sushy/main.py                                      |  67 ++++++++-
sushy/resources/manager/virtual_media.py           |  26 +++-
sushy/resources/sessionservice/sessionservice.py   |  20 +--
sushy/resources/system/constants.py                |   9 ++
sushy/resources/system/mappings.py                 |   1 +
sushy/resources/system/system.py                   |  42 +++++-
.../session_creation_headers_no_location.json      |  17 +++
.../transfer_proto_required_error.json             |  22 +++
.../unit/resources/manager/test_virtual_media.py   |  15 ++
.../sessionservice/test_sessionservice.py          |  12 +-
tox.ini                                            |  10 +-
25 files changed, 800 insertions(+), 108 deletions(-)







More information about the Release-announce mailing list