We eagerly announce the release of: ironic-prometheus-exporter 2.0.1: Prometheus Exporter for Ironic Hardware Sensor data This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/ironic-prometheus-exporter Download the package from: https://tarballs.openstack.org/ironic-prometheus-exporter/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic- prometheus-exporter For more details, please see below. 2.0.1 ^^^^^ Bug Fixes * Fix an issue where IPE fails if the node does not have *node_name* set Changes in ironic-prometheus-exporter 2.0.0..2.0.1 -------------------------------------------------- 5744d42 Remove lower-constraints job 1b15401 Fallback to `node_uuid` if`node_name` is not present 8dcc8ee Stop calling LOG.info on every function calls 2f328da Update TOX_CONSTRAINTS_FILE for stable/ussuri 125e361 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 3 +- ironic_prometheus_exporter/messaging.py | 5 +- ironic_prometheus_exporter/parsers/header.py | 9 +- ironic_prometheus_exporter/parsers/ipmi.py | 11 +- ironic_prometheus_exporter/parsers/redfish.py | 6 +- .../json_samples/notification-empty-node_name.json | 17 + .../notification-ipmi-none-node_name.json | 2348 ++++++++++++++++++++ .../json_samples/notification-none-node_name.json | 17 + .../notification-redfish-none-node_name.json | 67 + .../notes/no-node_name-ae693f6a030fed5f.yaml | 4 + tox.ini | 8 +- 15 files changed, 2620 insertions(+), 21 deletions(-)