Skip to content

Releases: DMTF/Redfish-Tacklebox

3.1.5

07 Jul 20:04
8c0c285
Compare
Choose a tag to compare

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

16 Jun 20:13
011ba23
Compare
Choose a tag to compare

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

25 Apr 14:50
602cf7a
Compare
Choose a tag to compare

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

13 Jan 20:48
3317f1d
Compare
Choose a tag to compare

Changes since last release:

[3.1.2] - 2023-01-13

  • Added support for multipart HTTP push updates

1.3.1

02 Dec 20:21
5a60fc5
Compare
Choose a tag to compare

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

18 Nov 20:53
d480917
Compare
Choose a tag to compare

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

23 Sep 19:32
026c999
Compare
Choose a tag to compare

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

12 Aug 19:40
76d628e
Compare
Choose a tag to compare

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

05 Aug 20:01
bc8a402
Compare
Choose a tag to compare

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

1.2.6

25 Jul 16:06
db03006
Compare
Choose a tag to compare

Changes since last release:

[1.2.6] - 2022-07-25

  • Added exception handling in each script to avoid printing full traces
  • Minor documentation updates