Skip to content

Commit 6489511

Browse files
author
GitHub Release Workflow
committed
2.1.2 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent e68e5ab commit 6489511

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.2] - 2023-01-09
4+
- Corrected usage of AnyOf and AllOf checks to be across all resources
5+
36
## [2.1.1] - 2022-10-14
47
- Added resource-level requirement checking, including conditional requirements
58

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.1'
20+
tool_version = '2.1.2'
2121

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

0 commit comments

Comments
 (0)