Skip to content

Commit ef1afd5

Browse files
authored
Merge pull request #404 from stackhpc/alertmanager-0.28.1
Update prometheus alertmanager to newest available version
2 parents 4fe1530 + 2420b88 commit ef1afd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kolla/common/sources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@
278278
'location': ('$tarballs_base/openstack/placement/'
279279
'placement-${openstack_branch}.tar.gz')},
280280
'prometheus-alertmanager': {
281-
'version': '0.28.0',
281+
'version': '0.28.1',
282282
'type': 'url',
283283
'sha256': {
284-
'amd64': '6b5a38d32cddef23aad4435a58c1ea39dc0a07b4b155029c601d200720da9ca4', # noqa: E501
285-
'arm64': '70d7c85a364d5d5d20e36dfff6886fbc5e105822642d5603cc2f38340dd2f7ee'}, # noqa: E501
284+
'amd64': '5ac7ab5e4b8ee5ce4d8fb0988f9cb275efcc3f181b4b408179fafee121693311', # noqa: E501
285+
'arm64': 'd8832540e5b9f613d2fd759e31d603173b9c61cc7bb5e3bc7ae2f12038b1ce4f'}, # noqa: E501
286286
'location': ('https://github.com/'
287287
'prometheus/alertmanager/'
288288
'releases/download/v${version}/'

releasenotes/notes/update-prometheus-services-dd195876e162251c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ upgrade:
33
- |
44
Update Prometheus services to latest releases:
55
6-
* prometheus-alertmanager: 0.27.0 -> 0.28.0
6+
* prometheus-alertmanager: 0.28.0 -> 0.28.1
77
* prometheus-blackbox-exporter: 0.24.0 -> 0.25.0
88
* prometheus-cadvisor: 0.49.1 -> 0.49.2
99
* prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0

0 commit comments

Comments
 (0)