[release-announce] sushy 2.0.1 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 7 17:07:13 UTC 2020


We joyfully announce the release of:

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

This release is part of the train 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.

2.0.1
^^^^^

Bug Fixes

* Fixes bug in "SimpleStorageCollection.disks_sizes_bytes" which
  assumed the type of a disk's "CapacityBytes" property is "integer".
  According to the Distributed Management Task Force (DMTF) Redfish
  standard schema [1], it can be "null", which is converted to "None"
  in Python. For more information, see story 2006918
  (https://storyboard.openstack.org/#!/story/2006918).

  [1] https://redfish.dmtf.org/schemas/SimpleStorage.v1_2_3.json

Changes in sushy 2.0.0..2.0.1
-----------------------------

2f961fc SSC.disks_sizes_bytes handle CapacityBytes is None
6ae2773 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
f94a5ed Update .gitreview for stable/train


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

.gitreview                                                  |  1 +
...storage-device-capacity-bytes-null-0672eed36d9da70a.yaml | 11 +++++++++++
sushy/resources/system/simple_storage.py                    |  3 ++-
tox.ini                                                     |  2 +-
5 files changed, 28 insertions(+), 2 deletions(-)







More information about the Release-announce mailing list