Skip to content

Commit

Permalink
Merge pull request #237 from DMTF/1.1.1-Tagging
Browse files Browse the repository at this point in the history
1.1.1 Versioning
  • Loading branch information
mraineri authored Jun 1, 2018
2 parents 309a1e1 + 219f207 commit bb72239
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.1] - 2018-06-01
- Added option to force authentication if using an unsecure connection
- Added error checking for @Redfish.Copyright in payloads

## [1.1.0] - 2018-05-11
- Allow for text/xml in schema responses from external sites
- Added console output when running the test via the GUI
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import traverseService as rst
from metadata import setup_schema_pack

tool_version = '1.1.0'
tool_version = '1.1.1'

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 @@ -46,6 +46,11 @@
"description": "The type of authorization to use while testing",
"options": ( "None", "Basic", "Session", "Token" )
},
"ForceAuth": {
"value": "False",
"description": "Force authentication on unsecure connections",
"options": ( "True", "False" )
},
"Token": {
"value": "",
"description": "The token to use when AuthType is set to Token"
Expand Down

0 comments on commit bb72239

Please sign in to comment.