From 87a311cfa4ca6a33a7b6dd617dd9ffa01ed429f4 Mon Sep 17 00:00:00 2001 From: Debayan Ray Date: Thu, 19 Jul 2018 09:39:21 +0000 Subject: [PATCH] Update ChangeLog for proliantutils release 2.6.0 Removed 'cover' target from tox.ini as there exists a separate coverage job in Zuul gates. Also added the new authors. Changes in brief: - Add support to manage BIOS settings for Gen9 and Gen10 - Redfish: Add 'delete\_raid\_configuration' API - Add support for retrieving system POST state - Add NMI (Non Maskable Interrupt) support for Gen9 and Gen10 - Fixes `pysnmp_mibs` location issue from search path Change-Id: I72eafd29e5bb5cda3f0ea2dc600e989724380327 --- AUTHORS | 2 ++ ChangeLog | 8 ++++++++ tox.ini | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index a228c30e..92a7f2a9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Anshul Jain Anusha Ramineni Aparna Vikraman Debayan Ray +Ilya Etingof Jim Mankovich Mallikarjuna Kolagatla melissaml @@ -13,4 +14,5 @@ Pratyusha Ramakrishnan G Shivanand Tendulker Vinay Muddu +wangqi hpproliant diff --git a/ChangeLog b/ChangeLog index a7715999..3ae01b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ CHANGES ======= +2.6.0 +----- +* Add support to manage BIOS settings for Gen9 and Gen10 servers +* Redfish: Add 'delete\_raid\_configuration' API to clear raid +* Add support for retrieving system POST state +* Add NMI (Non Maskable Interrupt) support for Gen9 and Gen10 servers +* Fixes `pysnmp_mibs` location issue from search path + 2.5.2 ----- * Fix #1764395: Fixes session issue for Gen10 servers. Using basic diff --git a/tox.ini b/tox.ini index 2e3a8edf..974d5ce8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py34,py27,pep8,cover +envlist = py35,py34,py27,pep8 [testenv] usedevelop = True