We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b651 commit 2ab6a36Copy full SHA for 2ab6a36
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.0.8] - 2020-12-04
4
+- Replaced internal copy of redfishtoollib to leverage the python-redfish-library
5
+
6
## [1.0.7] - 2020-10-30
7
- Made enhancement to skip resources not containing `@odata.id` instead of crashing
8
- Removed password from readme file generation
redfishMockupCreate.py
@@ -20,7 +20,7 @@
20
import xml.etree.ElementTree as ET
21
22
# Version info
23
-tool_version = "1.0.7"
+tool_version = "1.0.8"
24
25
def main():
26
"""
0 commit comments