Releases: DMTF/Redfish-Tacklebox
Releases · DMTF/Redfish-Tacklebox
3.1.6
Changes since last release:
[3.1.6] - 2023-07-27
- Corrected excaption raising in several manager methods to properly reference the manager's identifier
- Added 'settime' command to 'rf_manager_config.py'
3.1.5
Changes since last release:
[3.1.5] - 2023-07-07
- Added 'rf_licenses.py' tool to manage licenses on a Redfish service
- Added 'resettodefaults' subcommand to 'rf_manager_config.py'
- Updated 'setnet' in 'rf_manager_config.py' to allow for the 'Enabled' value for DHCPv6 control
3.1.4
Changes since last release:
[3.1.4] - 2023-06-16
- Updated collection handling for systems, managers, and chassis to differentiate between HTTP 404 from other non-successful responses
3.1.3
Changes since last release:
[3.1.3] - 2023-04-25
- Extended 'rf_raw_request.py' to allow it to send binary data from a file
3.1.2
Changes since last release:
[3.1.2] - 2023-01-13
- Added support for multipart HTTP push updates
1.3.1
Changes since last release:
[1.3.1] - 2022-12-02
- Corrected the usage of the 'workaround' flag in rf_bios_settings.py
- Added 'debug' argument to capture HTTP traces and exceptions to a log
- Enhanced system inventory logic to ensure properties are of the expected format instead of throwing an exception when malformed
1.3.0
Changes since last release:
[1.3.0] - 2022-11-18
- Fixed bug where rf_raw_request.py would perform 'HEAD' instead of 'DELETE' when 'DELETE' is specified
1.2.9
Changes since last release:
[1.2.9] - 2022-09-23
- Corrected passing of the event_types argument from rf_event_service.py when creating an event subscription
1.2.8
Changes since last release:
[1.2.8] - 2022-08-12
- Corrected flow when handling system reset exceptions to ensure it stays raised
1.2.7
Changes since last release:
[1.2.7] - 2022-08-05
- Corrected 'rf_sensor_list.py' to not assume all excerpts contain a reading
- Updated allowable reset types to include 'Suspend', 'Pause', and 'Resume'
- Updated error path for system reset requests to append reset types allowed by the system to the exception message