Skip to content

Commit

Permalink
Merge pull request #478 from DMTF/2.1.3-Tagging
Browse files Browse the repository at this point in the history
2.1.3 Versioning
  • Loading branch information
mraineri authored Mar 25, 2022
2 parents b0bf74b + d91739e commit b44058e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.1.3] - 2022-03-25
- Corrected order of operations for initializing the tool to collect additional schema files from $metadata before building the data model for payload validation
- Suppress warning messages for deprecated properties when the property is also marked as required
- Added support for Unix sockets

## [2.1.2] - 2022-03-21
- Added '--mockup' option to override payloads from a service with a mockup in a directory
- Added support for ensuring properties that are JSON objects that are marked as 'required' are present in payloads
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import json
from datetime import datetime

tool_version = '2.1.2'
tool_version = '2.1.3'

my_logger = logging.getLogger()
my_logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit b44058e

Please sign in to comment.