We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc77e5e commit eeb3437Copy full SHA for eeb3437
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [1.0.9] - 2021-01-11
4
+- Added Dockerfile
5
+
6
## [1.0.8] - 2020-12-04
7
- Replaced internal copy of redfishtoollib to leverage the python-redfish-library
8
redfishMockupCreate.py
@@ -20,7 +20,7 @@
20
import xml.etree.ElementTree as ET
21
22
# Version info
23
-tool_version = "1.0.8"
+tool_version = "1.0.9"
24
25
def main():
26
"""
0 commit comments