Current Series Release Notes¶
4.7.0-2¶
Upgrade Notes¶
Python version 3.9 is not supported anymore. The minimum support Python version is now 3.10, and we start supporting Python versions 3.12 and 3.13.
Bug Fixes¶
Some labels can cause Alertmanager to create separate alarm events when their values change, even though the alert condition remains the same. For baremetal_temperature_status we are ignoring the reading_celsius, for baremetal_power_status we are ignoring the last_power_output_watts and line_input_voltage, for baremetal_fan_status we are ignoring the reading and reading_units.
4.7.0¶
New Features¶
Adds new metric labels for Redfish metrics, this is based on the new data exposed from the Ironic sensor data via Extra field.
Adds support for parsing iDRAC sensor data metrics via redfish parser. A new metrics baremetal_temperature_status was also added.
Bug Fixes¶
Fixed a bug where status metrics failed to differentiate between warning and critical states, showing a value of 1 for both. The metrics now show a value of 1 for Warning and 2 for Critical.