[release-announce] sushy 1.5.0 (rocky)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Mon Jun 25 12:45:06 UTC 2018
    
    
  
We are happy to announce the release of:
sushy 1.5.0: Sushy is a small Python library to communicate with
Redfish based systems
This release is part of the rocky release series.
The source is available from:
    https://git.openstack.org/cgit/openstack/sushy
Download the package from:
    https://tarballs.openstack.org/sushy/
Please report issues through launchpad:
    https://storyboard.openstack.org/#!/project/960
For more details, please see below.
1.5.0
^^^^^
New Features
************
* Adds mappings and constants for possible values of the Indicator
  LED value in the System class.
Bug Fixes
*********
* Fixes malformed value of the "BootSourceOverrideMode" element
  which goes against the Redfish schema and causes some of the boot
  mode calls to fail.
Changes in sushy 1.4.0..1.5.0
-----------------------------
31cdd0f Change BootSourceOverrideMode from BIOS to Legacy
fcb590e fix tox python3 overrides
d223fff Add reusable ActionField
1b10e1c tox: Use default Python 3 version, remove pypy
0b9497d Create mappings for System Indicator LED
Diffstat (except docs and test files)
-------------------------------------
.../notes/fix-malformed-boot-mode-1ba1117cad8dcc47.yaml    |  6 ++++++
.../notes/indicator-led-mappings-e7b34da03f6abb06.yaml     |  5 +++++
sushy/resources/common.py                                  |  8 +++++---
sushy/resources/system/constants.py                        | 14 ++++++++++++++
sushy/resources/system/mappings.py                         |  9 ++++++++-
sushy/resources/system/system.py                           |  4 ++--
tox.ini                                                    |  8 +++++++-
8 files changed, 49 insertions(+), 8 deletions(-)
    
    
More information about the Release-announce
mailing list