We are overjoyed to announce the release of: sushy 3.4.1: Sushy is a small Python library to communicate with Redfish based systems This release is part of the victoria 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. 3.4.1 ^^^^^ Bug Fixes * Makes message parsing more resilient by handling the case where the message ID only contains a message key and no registry name. In this case, fall back to the "Messages" message registry file and then to the "BaseMessages" message registry file. If the message ID cannot be found, then set the message to "unknown". When parsing messages, if not enough arguments were supplied, then fill in the remaining arguments with "unknown". Changes in sushy 3.4.0..3.4.1 ----------------------------- bb704a7 Trivial: add missing __init__.py to sushy/resources/taskservice aab6812 Make message parsing more resilient 7ec9021 Fix l-c job 3849988 Update TOX_CONSTRAINTS_FILE for stable/victoria 0f5a323 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 4 +- ...essage-parsing-resilience-534da532515a15da.yaml | 10 ++ sushy/main.py | 17 ++- sushy/resources/registry/message_registry.py | 42 ++++++- sushy/resources/taskservice/__init__.py | 0 .../resources/registry/test_message_registry.py | 127 +++++++++++++++++++++ tox.ini | 2 +- 9 files changed, 196 insertions(+), 15 deletions(-)
participants (1)
-
no-reply@openstack.org