Skip to content

Releases: DMTF/Redfish-Tacklebox

3.3.8

24 Jan 21:04
Compare
Choose a tag to compare

Changes since last release:

[3.3.8] - 2025-01-24

  • Added 'rf_sel.py' script to simplify the ability for a user to find the SEL on a service

3.3.7

17 Jan 21:21
Compare
Choose a tag to compare

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

25 Oct 19:18
Compare
Choose a tag to compare

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

27 Sep 19:29
Compare
Choose a tag to compare

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

09 Aug 20:05
Compare
Choose a tag to compare

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

12 Jul 19:27
Compare
Choose a tag to compare

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

14 Jun 19:53
Compare
Choose a tag to compare

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

07 Jun 21:23
Compare
Choose a tag to compare

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

07 Jun 19:57
Compare
Choose a tag to compare

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

31 May 20:40
Compare
Choose a tag to compare

Changes since last release:

[3.2.9] - 2024-05-31

  • Added protection from BrokenPipeError exceptions when piping rf_logs.py output