Skip to content

Releases: DMTF/Redfish-Tacklebox

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'

3.1.6

27 Jul 18:12
3611855
Compare
Choose a tag to compare

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

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