2025.1 Series Release Notes¶
4.5.0-3¶
Upgrade Notes¶
Python 3.8 support has been dropped. The minimum version of Python now supported by ironic-prometheus-exporter is Python 3.9.
Bug Fixes¶
Replaced the deprecated
pkg_resourcesmodule withimportlib.resourcesfor loading package data files.pkg_resourceswas removed in setuptools 82.x, causingModuleNotFoundErrorduring test discovery.