File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 318
318
'elasticsearch_exporter'
319
319
'-${version}.linux-${debian_arch}.tar.gz' )},
320
320
'prometheus-libvirt-exporter' : {
321
- 'version' : '1.6 .0' ,
321
+ 'version' : '2.2 .0' ,
322
322
'type' : 'url' ,
323
323
'sha256' : {
324
- 'amd64' : '57f1e71ac5bd87f18a40b9089e9fb513dec44ced58328b3065879b279f967596 ' , # noqa: E501
325
- 'arm64' : '8f474fbb515caf19fda92c839eece761738138c7c676d12d10aa0b8c29b3ef9d ' }, # noqa: E501
324
+ 'amd64' : '37e26779be1ebaef2e76d7304a3d3ecfbdc232a5c57645ee0f97b13f014bd842 ' , # noqa: E501
325
+ 'arm64' : '94ac011349d60d70c14985df2942d02ecac87c0b7c7a468133394eb1800a22b0 ' }, # noqa: E501
326
326
'location' : ('https://github.com/'
327
327
'inovex/prometheus-libvirt-exporter/'
328
328
'releases/download/v${version}/'
Original file line number Diff line number Diff line change
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>`__.
Original file line number Diff line number Diff line change 1
1
ansible-core>=2.17,<2.19 ; python_version >= "3.10" # GPLv3
2
+ ansible-compat<25.8 # MIT
2
3
ansible-lint<26 # MIT
3
4
bandit!=1.6.0,>=1.1.0 # Apache-2.0
4
5
bashate>=0.5.1 # Apache-2.0
You can’t perform that action at this time.
0 commit comments