From f7ac0dddc8a8d2bfdad97a4f444cb93722e09b67 Mon Sep 17 00:00:00 2001 From: Mike Raineri Date: Fri, 14 Sep 2018 08:15:40 -0400 Subject: [PATCH] 1.1.9 Versioning --- CHANGELOG.md | 4 ++++ RedfishServiceValidator.py | 2 +- RedfishServiceValidatorGui.py | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30c59a..05bb9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [1.1.9] - 2018-09-14 +- Added fixes to OEM checks +- Added support for URI checking as an option with the tool + ## [1.1.8] - 2018-09-07 - Added additional sanity checking for managing cases where a type cannot be found diff --git a/RedfishServiceValidator.py b/RedfishServiceValidator.py index 450adf8..cd8c315 100644 --- a/RedfishServiceValidator.py +++ b/RedfishServiceValidator.py @@ -21,7 +21,7 @@ from metadata import setup_schema_pack -tool_version = '1.1.8' +tool_version = '1.1.9' rsvLogger = rst.getLogger() diff --git a/RedfishServiceValidatorGui.py b/RedfishServiceValidatorGui.py index a415dc5..e5e4284 100644 --- a/RedfishServiceValidatorGui.py +++ b/RedfishServiceValidatorGui.py @@ -84,6 +84,11 @@ "description": "Enable or disable validation of OEM objects", "options": ( "True", "False" ) }, + "UriCheck": { + "value": "False", + "description": "Enable or disable validation of URIs for resources", + "options": ( "True", "False" ) + }, "CacheMode": { "value": "Off", "description": "Cache options for overriding or falling back to a file",