Update ChangeLog for proliantutils release 2.6.1

Changes in brief:

- Fix ssacli output parsing
- Adds API to get the results of the BIOS settings
- Validates the BIOS settings before applying
- Redfish: Adds 'read_raid_configuration' API to get current raid config
- Redfish: Adds `create_raid_configuration` API to create raid

Change-Id: I2b62ca610f254a2f93d32d9f0b1546599391db46
This commit is contained in:
Nisha Agarwal 2018-10-26 00:52:31 -07:00
parent 7b06777a13
commit 651468e907
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Ankit <ankit.dhn31@gmail.com>
Anshul Jain <theanshuljain@gmail.com>
Anton Antonov <Anton.Antonov@nokia.com>
Anusha Ramineni <anusha.iiitm@gmail.com>
Aparna Vikraman <aparnavtce@gmail.com>
Debayan Ray <debayan.ray@gmail.com>

View File

@ -1,6 +1,14 @@
CHANGES
=======
2.6.1
-----
* Fix ssacli output parsing
* Adds API to get the results of the BIOS settings
* Validates the BIOS settings before applying
* Redfish: Adds 'read_raid_configuration' API to get current raid config
* Redfish: Adds `create_raid_configuration` API to create raid
2.6.0
-----
* Add support to manage BIOS settings for Gen9 and Gen10 servers