Releases: HewlettPackard/python-ilorest-library
Version 3.2.1
What's New
Codebase migrated to Python3 from Python2.
Upgraded OpenSSL version to 1.0.2r.
Setpassword able to set empty password.
Introduced Ethernet command. The Ethernet command handles the Ethernet related set and get parameters like IP, DNS, and so on. This also has save and load features.
Serverclone options –silent and –quiet replaced with –auto.
Fixes:
Enhanced smartarray functionalities for creating, deleting and clearing logical drives.
Addressed drivesanitize not formatting the drive.
Serverclone save and load related issues.
Bootorder and iscsiconfig related fixes
Persistent memory related bug fixes.
Miscellaneous bug fixes in rawpatch, get, set and flashfwpkg commands.
v3.1.1
Changes in v3.1.1:
Provided an option to input session_key for the REDfishClient class.
The iloaccounts command now provides the output in JSON format.
The createlogicaldrive quickdrive command now successfully runs.
BIOS and the poweron passwords can now be set without any password.
Fixed in this release:
AHS data failing to download sometimes.
An issue with downloading AHS when iLOREST is running locally on a server.
The privilege modification of an iLO user account that was incorrectly applied on another user.
The body of the onebuttonerase command, so that it could POST successfully.
v3.1.0
Updated to support Restful Interface Tool 3.1.0
v3.0.0
Version 3.0.0 of the open sourced Python module for interfacing with iLO's RESTful API and the Redfish API in general.
Change Log:
- Fixed Open issues: #69 #50 #43 #42
- Added support for urllib3's kwargs. (timeout, retires, etc.) See the documentation for more information: https://hewlettpackard.github.io/python-ilorest-library/Advanced-Usage.html#modifying-remote-connection-settings
- Changed the format to create a Redfish or Rest client from a function into a Class. See the documentation for more information: https://hewlettpackard.github.io/python-ilorest-library/Quick-Start.html#importing-redfish
- Refactored
v1
andrmc
.