From f436aa46f5979fb4c086394d2d79a4fccaf6062c Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 1 Nov 2019 08:55:21 -0400 Subject: [PATCH] 1.0.2 Versioning --- CHANGELOG.md | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c5208..d029a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [1.0.2] - 2019-11-01 +- Made a fix in the one time boot test to check that BootSourceOverrideEnabled is set back to Disabled + ## [1.0.1] - 2019-10-11 - Added tracking of system URIs to the power control test to support pre-1.6.0 services - Added checking for the presence of the PowerState property in the power control test diff --git a/requirements.txt b/requirements.txt index 6698ff9..295a9b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ jsonschema redfish>=2.1.0 -redfish_utilities>=1.0.0 +redfish_utilities>=1.0.2