Skip to content

Releases: DMTF/Redfish-Tacklebox

3.2.6

23 Feb 20:22
Compare
Choose a tag to compare

Changes since last release:

[3.2.6] - 2024-02-23

  • Added 'rf_test_event_listener.py' tool to manually build event payloads

3.2.5

09 Feb 20:45
Compare
Choose a tag to compare

Changes since last release:

[3.2.5] - 2024-02-09

  • Added optional 'applytime' parameter to 'rf_update.py' to specify when to apply an update

3.2.4

02 Feb 21:22
Compare
Choose a tag to compare

Changes since last release:

[3.2.4] - 2024-02-02

  • Added 'rf_power_equipment.py' to collect data from rack PDUs and other power equipment

3.2.3

19 Jan 21:08
Compare
Choose a tag to compare

Changes since last release:

[3.2.3] - 2024-01-19

  • Minor changes to fix Python 3.12 warnings with usage of raw strings

3.2.2

17 Nov 21:35
Compare
Choose a tag to compare

Changes since last release:

[3.2.2] - 2023-11-17

  • Added new subcommands to 'rf_manager_config.py' to display and configure network protocol settings

3.2.1

27 Oct 20:30
Compare
Choose a tag to compare

Changes since last release:

[3.2.1] - 2023-10-27

  • Added PhysicalContext to rf_sensor_list.py

3.2.0

15 Sep 20:17
6ffa02b
Compare
Choose a tag to compare

Changes since last release:

[3.2.0] - 2023-09-15

  • Added workaround flag to attempt to set boot override properties on settings resources for non-conformant implementations

3.1.9

01 Sep 20:07
a2f8abf
Compare
Choose a tag to compare

Changes since last release:

[3.1.9] - 2023-09-01

  • Added 'rf_certificates.py' tool to manage certificates on a Redfish service

3.1.8

14 Aug 14:50
c4707c3
Compare
Choose a tag to compare

Changes since last release:

[3.1.8] - 2023-08-14

  • Added handling for password change required scenarios
  • Updated 'rf_accounts.py' to directly modify a user's password when handling a password change required scenario
  • Added options for controlling how 'rf_sensor_list.py' constructs sensor names
  • Added timesouts and max retries to all requests
  • Added dynamic scaling of the timeout of a multipart push update

3.1.7

04 Aug 19:50
d655261
Compare
Choose a tag to compare

Changes since last release:

[3.1.7] - 2023-08-04

  • Added ETag handling for PATCH and PUT operations in 'rf_raw_request.py'