Skip to content

Commit

Permalink
Merge pull request #275 from DMTF/1.1.9-Tagging
Browse files Browse the repository at this point in the history
1.1.9 Versioning
  • Loading branch information
mraineri authored Sep 14, 2018
2 parents 1eae334 + f7ac0dd commit ead263d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from metadata import setup_schema_pack

tool_version = '1.1.8'
tool_version = '1.1.9'

rsvLogger = rst.getLogger()

Expand Down
5 changes: 5 additions & 0 deletions RedfishServiceValidatorGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ead263d

Please sign in to comment.