We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7933b2 commit 36a0842Copy full SHA for 36a0842
2 files changed
README.md
@@ -70,7 +70,7 @@ It will also create a inventory of all components of a system.
70
71
R.I.P. IPMI
72
73
-Version: 1.12.0 (2025-07-30)
+Version: 1.12.1 (2025-08-07)
74
75
mandatory arguments:
76
-H HOST, --host HOST define the host to request. To change the port just
check_redfish.py
@@ -16,8 +16,8 @@
16
17
"""
18
19
-__version__ = "1.12.0"
20
-__version_date__ = "2025-07-30"
+__version__ = "1.12.1"
+__version_date__ = "2025-08-07"
21
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
22
__description__ = "Check Redfish Plugin"
23
__license__ = "MIT"
0 commit comments