Skip to content

Commit 837ddcb

Browse files
authored
Merge pull request #459 from stackhpc/upstream/2024.1-2025-08-18
Synchronise 2024.1 with upstream
2 parents 469eab3 + 1fe1364 commit 837ddcb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

kolla/common/sources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,11 @@
322322
'elasticsearch_exporter'
323323
'-${version}.linux-${debian_arch}.tar.gz')},
324324
'prometheus-libvirt-exporter': {
325-
'version': '1.6.0',
325+
'version': '2.2.0',
326326
'type': 'url',
327327
'sha256': {
328-
'amd64': '57f1e71ac5bd87f18a40b9089e9fb513dec44ced58328b3065879b279f967596', # noqa: E501
329-
'arm64': '8f474fbb515caf19fda92c839eece761738138c7c676d12d10aa0b8c29b3ef9d'}, # noqa: E501
328+
'amd64': '37e26779be1ebaef2e76d7304a3d3ecfbdc232a5c57645ee0f97b13f014bd842', # noqa: E501
329+
'arm64': '94ac011349d60d70c14985df2942d02ecac87c0b7c7a468133394eb1800a22b0'}, # noqa: E501
330330
'location': ('https://github.com/'
331331
'inovex/prometheus-libvirt-exporter/'
332332
'releases/download/v${version}/'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
fixes:
3+
- |
4+
Fixed missing metrics in Prometheus libvirt exporter.
5+
6+
The Prometheus libvirt exporter has been bumped from ``v1.6.0`` to
7+
``v2.2.0``. This restores some metrics that were lost when the exporter
8+
source was changed in a previous release.
9+
10+
`LP#2120639 <https://launchpad.net/bugs/2120639>`__.

0 commit comments

Comments
 (0)