Releases: DMTF/Redfish-Tacklebox
Releases · DMTF/Redfish-Tacklebox
3.3.8
3.3.7
Changes since last release:
[3.3.7] - 2025-01-17
- Added option to 'rf_bios_settings.py' to reset BIOS to the default settings
- Added 'rf_firmware_inventory.py' script to collect and display firmware versions
3.3.6
Changes since last release:
[3.3.6] - 2024-10-25
- Added '--timeout' option to rf_update.py to manually specify a timeout for the file transfer
3.3.5
Changes since last release:
[3.3.5] - 2024-09-27
- Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images
3.3.4
Changes since last release:
[3.3.4] - 2024-08-09
- Fixed file handling for certificate installation
- Modified formatting of the sensor table from 'rf_sensor_list.py' to not truncate readings
3.3.3
Changes since last release:
[3.3.3] - 2024-07-12
- Fixed 'list' commands for 'rf_power_equipment.py' and 'rf_thermal_equipment.py' to handle cases where properties are not supported or null
3.3.2
Changes since last release:
[3.3.2] - 2024-06-14
- Added new 'rf_thermal_equipment.py' tool for managing thermal equipment, such as CDUs
3.3.1
Changes since last release:
[3.3.1] - 2024-06-07
- Fixed change that was added for protecting from BrokenPipeError exceptions to not crash on Windows
3.3.0
Changes since last release:
[3.3.0] - 2024-06-07
- Added handling for printing array properties with 'null' entries where allowed
- Removed truncation of log messages to fit the console screen in 'rf_logs.py'
3.2.9
Changes since last release:
[3.2.9] - 2024-05-31
- Added protection from BrokenPipeError exceptions when piping rf_logs.py output