We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e8034 commit a5dc7d5Copy full SHA for a5dc7d5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [2.0.9] - 2022-06-17
4
+- Fixed the conditional requirements on list properties
5
+
6
## [2.0.8] - 2022-05-22
7
- Made correction to conditional checks for nested properties
8
RedfishInteropValidator.py
@@ -11,7 +11,7 @@
11
import glob
12
from datetime import datetime
13
14
-tool_version = '2.0.8'
+tool_version = '2.0.9'
15
16
# Set up the custom debug levels
17
VERBOSE1 = logging.INFO - 1
0 commit comments