Skip to content

Releases: HewlettPackard/python-redfish-utility

v3.1.0

05 Oct 12:36
90f19ac
Compare
Choose a tag to compare

Fixes:
"Location Data Is Empty" error is observed during load operation.
ServerClone Updates/Fixes
Update to new raw file format {path: body}
Added ability to create custom roles with the directory command
Addressed RESTful Interface Tool timeout issue during UBM1 Firmware flash
Fixed LDAP Kerberos authentication enable/disable issue

v3.0.1

27 Jan 19:59
Compare
Choose a tag to compare
  • Fixed serverclone SSA usage.
  • Fixed serverclone benign error appearing when performing a load.
  • Serverclone now prioritizes privileges instead or roles.

v3.0.0

14 Nov 17:38
Compare
Choose a tag to compare

Version 3.0.0 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

New options:

  • New option in login and all other commands --https can be passed a SSL certificate or certificate bundle to validate HTTPS on the server for all communications.

Command changes/updates:

  • Added support in the iloaccount command to add and remove user certificates
  • Added tab complete support in interactive mode to read schema data of properties
  • Updated ilofederation command to mach iloaccount's form of modifying properties of a federation. Also added support for modifying federations.

v2.5.1

13 Sep 19:01
Compare
Choose a tag to compare

Version 2.5.0 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

Bug Fixes:

Fixed some issues modifying certain properties with serverclone command.
Binaries include fixes from python-ilorest-library version 2.5.2

v2.5.0

05 Jul 18:56
Compare
Choose a tag to compare

Version 2.5.0 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

New Commands:

Added new commands to interact with Persistent Memory.

New options:

  • New global option --proxy to include a proxy for your connections. Includes support for http and socks proxies.

v2.4.1

03 Apr 20:24
Compare
Choose a tag to compare

Version 2.4.1 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

New Commands:

  • serverclone: Used for saving and loading iLO, Bios, and Smart Array configurations. Can be used to save from one system and load it to many or for backups.
  • backuprestore: Saves and loads a backup iLO config file. Can only load a file from the same system that the file came from.
  • onebuttonerase: Performs and monitors the One Button Erase process for server re-purpose and decommission.
  • directory: Configures and shows LDAP and Kerberos directory settings for iLO as well as performs tests for directory connection.

New options:

  • Save command option, --multisave, allows you to save more than one type to a single file.

Other important changes:

  • The tool no longer force logs you out after committing. This will allow you to continue making changes on the same session.

v2.3.4

01 Nov 20:29
Compare
Choose a tag to compare

Fixed issue downloading AHS files locally within a specified date range

v2.3.3

31 Oct 19:09
Compare
Choose a tag to compare

Fixed an issue with flashfwpkg command in Linux.

v2.3.1

02 Jul 21:54
Compare
Choose a tag to compare

Version 2.3.1 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

  • Updated flashfwpkg command.
  • Fixed issue with locally downloading AHS logs after performing a raw command.

v2.3.0

11 Jun 18:09
Compare
Choose a tag to compare

Version 2.3.0 of the open sourced Python module for interfacing with iLO's RESTful API.

Change Log:

  • Added new flag to get command: --noreadonly to filter out properties that are not read-only
  • Added new iLO Repository Command: makeinstallset to guide users through building an install set
  • Added new iLO Repository Command: fwpkgcommand to assist users in updating specific types of firmware
  • Added new iLO Repository Command: maintenancewindow to create, list, and delete maintenance windows
  • Added many flags to the iLO Repository Command: installset for invoking install sets
  • Added ability to set an iLO account as a service account during creation in iloaccounts command
  • Added the ability to set functions to encode/decode sensitive cache data
  • Streamlined load/set/and commit operations to be much quicker
  • Save command will now include all json data
  • Bug Fixes