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