We are tickled pink to announce the release of: sushy 4.6.0: Sushy is a small Python library to communicate with Redfish based systems This release is part of the caracal 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.6.0 ^^^^^ Bug Fixes * Fixes missing ETag in PATCH operation against Redfish resources with backward compatibility for Redfish implementation which doesn't work with ETag in header. Changes in sushy 4.5.1..4.6.0 ----------------------------- 4ff512a Fix missing ETag when patching Redfish resource 82772d3 Update master for stable/2023.2 89a0988 Fix wrong _get_registry logic in ResourceBase Diffstat (except docs and test files) ------------------------------------- .../notes/fix-missing-etags-ded8c0bb31fafef7.yaml | 6 ++++++ releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + sushy/resources/base.py | 2 +- sushy/resources/chassis/chassis.py | 3 ++- sushy/resources/manager/virtual_media.py | 4 +++- sushy/resources/settings.py | 2 +- sushy/resources/system/bios.py | 4 ++++ sushy/resources/system/secure_boot.py | 4 +++- sushy/resources/system/storage/controller.py | 4 ++++ sushy/resources/system/storage/drive.py | 3 ++- sushy/resources/system/system.py | 3 ++- .../unit/resources/manager/test_virtual_media.py | 5 ++++- .../resources/system/storage/test_controller.py | 5 ++++- .../unit/resources/system/storage/test_drive.py | 4 +++- .../unit/resources/system/test_secure_boot.py | 4 +++- 20 files changed, 89 insertions(+), 26 deletions(-)
participants (1)
-
no-reply@openstack.org