Skip to content

Commit

Permalink
2.1.4 Versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Apr 1, 2022
1 parent cf0c3a8 commit 45f49c0
Show file tree
Hide file tree
Showing 2 changed files with 5 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

## [2.1.4] - 2022-04-01
- Corrected parent reference to allow for '@odata.id' testing on referenceable members
- Extended argument usage to allow for argument forms used in other tools, such as 'rhost' instead of 'ip'

## [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
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.3'
tool_version = '2.1.4'

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

0 comments on commit 45f49c0

Please sign in to comment.