File tree 5 files changed +27
-2
lines changed
5 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ kolla_image_tags:
13
13
ovn_sb_db_relay :
14
14
rocky-9 : master-rocky-9-20250305T111730
15
15
ubuntu-noble : master-ubuntu-noble-20250305T111730
16
+ prometheus :
17
+ rocky-9 : master-rocky-9-20250430T112026
18
+ ubuntu-noble : master-ubuntu-noble-20250430T112026
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ stackhpc_pulp_images_kolla:
526
526
- prometheus-mysqld-exporter
527
527
- prometheus-node-exporter
528
528
- prometheus-openstack-exporter
529
- - prometheus-v2- server
529
+ - prometheus-server
530
530
- proxysql
531
531
- rabbitmq
532
532
- redis
Original file line number Diff line number Diff line change 14
14
# - CVE-2023-31047
15
15
fluentd_allowed_vulnerabilities :
16
16
- CVE-2024-27280
17
+
17
18
grafana_allowed_vulnerabilities :
18
19
- CVE-2024-8986
19
20
21
+ prometheus_blackbox_exporter_allowed_vulnerabilities :
22
+ - CVE-2024-45337
23
+ prometheus_memcached_exporter_allowed_vulnerabilities :
24
+ - CVE-2024-45337
25
+ prometheus_mysqld_exporter_allowed_vulnerabilities :
26
+ - CVE-2024-45337
27
+ prometheus_elasticsearch_exporter_allowed_vulnerabilities :
28
+ - CVE-2024-45337
29
+ prometheus_node_exporter_allowed_vulnerabilities :
30
+ - CVE-2024-45337
31
+ prometheus_openstack_exporter_allowed_vulnerabilities :
32
+ - CVE-2024-45337
33
+ prometheus_libvirt_exporter_allowed_vulnerabilities :
34
+ - CVE-2024-45337
35
+ prometheus_cadvisor_allowed_vulnerabilities :
36
+ - CVE-2024-41110
37
+ - CVE-2024-45337
20
38
21
39
# ##############################################################################
22
40
# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Bumps the Prometheus container images to bring in Prometheus v3.
Original file line number Diff line number Diff line change 72
72
"ovn-sb-db-server" : [
73
73
"ovn_sb_db" ,
74
74
],
75
- "prometheus-v2- server" : [
75
+ "prometheus-server" : [
76
76
"prometheus_server" ,
77
77
],
78
78
}
You can’t perform that action at this time.
0 commit comments