[release-announce] sushy 4.4.2 (antelope)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 10 16:32:43 UTC 2023


We are thrilled to announce the release of:

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

This release is part of the antelope 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.4.2
^^^^^

Bug Fixes

* Fixes exceeding retries. Before this fix running sushy for longer
  it no longer retried for temporary failures when it should.

* Fixes 'Unsupported parameter name @Redfish.OperationApplyTime'
  error on iDRAC firmware version 6.00.02.00 or newer when deleting
  volumes.

* Workaround for https://github.com/psf/requests/issues/3829 If the
  env "REQUESTS_CA_BUNDLE" is set the "requests.Session()" ignores the
  verify parameter. Therefore the verify parameter is moved directly
  into the function call of requests.

Changes in sushy 4.4.1..4.4.2
-----------------------------

98c8999 workaround: requests verify handling if env is set
a330427 Remove setuptools workaround
22ca7f4 Fix tox4 and setuptools errors
42071d1 Fix exceeding retries
74f95b1 Fix volume deletion on newer iDRACs


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

.../fix-exceeding-retries-663ab543cc14f261.yaml    |  5 ++
...operational_time_property-f53f650d8612a847.yaml |  4 ++
...-requests-verify-handling-6879c273b651246f.yaml |  9 +++
setup.cfg                                          |  1 +
sushy/connector.py                                 | 38 ++++++++---
sushy/resources/system/storage/volume.py           | 18 ++++-
.../unit/resources/system/storage/test_volume.py   | 79 ++++++++++++++++++++++
tox.ini                                            |  1 -
zuul.d/project.yaml                                |  2 +-
10 files changed, 154 insertions(+), 22 deletions(-)







More information about the Release-announce mailing list