We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbd232 commit f9528a7Copy full SHA for f9528a7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [3.4.4] - 2025-10-31
4
+- Added new arguments to 'rf_logs.py' to control how many log entries to collect
5
+- Added 'FullPowerCycle' to 'rf_power_reset.py'
6
+- Added support for showing ServiceIdentification in the output of 'rf_discover.py'
7
+
8
## [3.4.3] - 2025-09-05
9
- Added option to 'modify_user' to set PasswordChangeRequired
10
setup.py
@@ -49,7 +49,7 @@ def run(self):
49
50
setup(
51
name="redfish_utilities",
52
- version="3.4.3",
+ version="3.4.4",
53
description="Redfish Utilities",
54
long_description=long_description,
55
long_description_content_type="text/markdown",
0 commit comments