We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e1c16 commit 2e2b175Copy full SHA for 2e2b175
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.11.2 (2025-06-23)
+Version: 1.11.3 (2025-07-23)
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.11.2"
20
-__version_date__ = "2025-06-23"
+__version__ = "1.11.3"
+__version_date__ = "2025-07-23"
21
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
22
__description__ = "Check Redfish Plugin"
23
__license__ = "MIT"
0 commit comments