ironic-prometheus-exporter 4.5.0 (epoxy)
We are satisfied to announce the release of: ironic-prometheus-exporter 4.5.0 This release is part of the epoxy 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://bugs.launchpad.net/ironic-prometheus-exporter/+bugs For more details, please see below. Changes in ironic-prometheus-exporter 4.4.0..4.5.0 -------------------------------------------------- fd83d59 Trivial: Fix TypeError from None value being returned in sensor data e7c2a36 Trivial: Fix 'node_uuid' KeyError 9d094ee Revert "temp hack for failing flake8 check" 733d940 enable pre-commit lints from main ironic repo a394e75 fix bashate error in script e40ca04 fix sphinx errors with incorrect backticks 7acd028 add pyproject.toml to support pip 23.1 9abf26b temp hack for failing flake8 check 50d9101 reno: Update master for unmaintained/2023.1 1a1c37b docs: Updates configuration documentation 73308c8 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 66 +++++++++++++++++++++++++++ devstack/plugin.sh | 2 +- ironic_prometheus_exporter/parsers/header.py | 11 +++-- ironic_prometheus_exporter/parsers/redfish.py | 3 +- pyproject.toml | 14 ++++++ releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- setup.py | 2 +- tox.ini | 24 ++++------ 14 files changed, 149 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a4052ae..3d2b2cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=3.1.1 # Apache-2.0 +pbr>=6.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org