We enthusiastically announce the release of: sushy 1.3.3: Sushy is a small Python library to communicate with Redfish based systems This release is part of the queens stable 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://bugs.launchpad.net/sushy For more details, please see below. 1.3.3 ^^^^^ 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.3.2..1.3.3 ----------------------------- 28556aa import zuul job settings from project-config a1db2b7 Change BootSourceOverrideMode from BIOS to Legacy b3f4b75 Gate fix: Cap hacking to avoid gate failure Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/fix-malformed-boot-mode-1ba1117cad8dcc47.yaml | 6 ++++++ sushy/resources/system/mappings.py | 2 +- test-requirements.txt | 2 +- zuul.d/project.yaml | 8 ++++++++ 4 files changed, 16 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 55ac42e..b01ecad 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.0.0 # Apache-2.0 +hacking>=1.0.0,<1.1.0 # Apache-2.0