Skip to content

Commit 8924aa4

Browse files
author
GitHub Release Workflow
committed
2.1.3 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 3604c58 commit 8924aa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.1.3] - 2023-04-27
4+
- Corrected behavior with the 'nooemcheck' flag to skip over any resources found in the 'Oem' object
5+
- Downgraded errors to warnings for resources not accessible during testing
6+
37
## [2.1.2] - 2023-01-09
48
- Corrected usage of AnyOf and AllOf checks to be across all resources
59

RedfishInteropValidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from common.profile import getProfiles, checkProfileAgainstSchema, hashProfile
1818
from validateResource import validateSingleURI, validateURITree
1919

20-
tool_version = '2.1.2'
20+
tool_version = '2.1.3'
2121

2222
# Set up the custom debug levels
2323
VERBOSE1 = logging.INFO - 1

0 commit comments

Comments
 (0)