From 651468e907f8d118438b8a0ca54f075951990d29 Mon Sep 17 00:00:00 2001 From: Nisha Agarwal Date: Fri, 26 Oct 2018 00:52:31 -0700 Subject: [PATCH] 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 --- AUTHORS | 1 + ChangeLog | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/AUTHORS b/AUTHORS index 92a7f2a9..cfc63e85 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Ankit Anshul Jain +Anton Antonov Anusha Ramineni Aparna Vikraman Debayan Ray diff --git a/ChangeLog b/ChangeLog index 3ae01b19..1c1967c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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