Releases: petersulyok/smfc
Releases · petersulyok/smfc
v3.5.1
v3.5.0
New feature
- checking run-time dependencies (kernel modules and external command) added to startup
- X13 and AST2600 compatibility notes added to documentation
v3.4.0
New features
- Docker support added,
smfc
docker image can be pulled from docker hub
v3.3.0
New feature
- Support for new Python 3.12
- New emergency exit feature extended to all exit/exception situations (if IPMI management is already configured in
smfc
) - Documentation updated
- Unit test updated to the new feature/refactoring, code coverage improved to 99%
v3.2.0
New feature
- New emergency exit implemented for exceptions and runtime errors. It will switch all fans back to speed 100% if
smfc
terminates (fix for issue #32)
Changes:
- Log message for new temperature/level improved in order to avoid such a long format
CPU zone: new level > 65.0C > [T:65.33333333333333C/L:50%]
The new log message will be
CPU zone: new level > 65.0C > [T:65.3C/L:50%]
v3.1.1
Fix: sample hd_names=
parameter is not generated if --keep-config
is specified in install.sh
script
v3.1.0
New feature:
install.sh
script can preserve the original configuration file (using--keep-config
command-line option) during the installation
v3.0.2
Fix: a chown
warning fixed in install.sh
script.
v3.0.1
Fix: a flake8
warning (E231) corrected for Python 3.8
v3.0.0
New features:
- support for SAS/SCSI disks (with the help of
hddtemp
) - support for NVME SSDs
- support mixed configuration for SATA, SAS/SCSI, and NVME disks
- Recommendation added to AMD users (thanks to @staaled in #25)
- new script added to reset BMC and measure the time (
ipmi/ipmi_bmc_reset.sh
) - all tests and documentation updated