Skip to content

Commit 57dd38f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop prometheus-msteams container images"
2 parents 779a9a3 + a2c07b3 commit 57dd38f

File tree

4 files changed

+8
-30
lines changed

4 files changed

+8
-30
lines changed

docker/prometheus/prometheus-msteams/Dockerfile.j2

Lines changed: 0 additions & 19 deletions
This file was deleted.

kolla/common/sources.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,16 +335,6 @@
335335
'releases/download/v${version}/'
336336
'memcached_exporter'
337337
'-${version}.linux-${debian_arch}.tar.gz')},
338-
'prometheus-msteams': {
339-
'version': '1.5.2',
340-
'type': 'url',
341-
'sha256': {
342-
'amd64': '0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c'}, # noqa: E501
343-
'location': ('https://github.com/'
344-
'prometheus-msteams/prometheus-msteams/'
345-
'releases/download/v${version}/'
346-
'prometheus-msteams'
347-
'-linux-${debian_arch}')},
348338
'prometheus-mtail': {
349339
'version': '3.0.0-rc54',
350340
'type': 'url',

kolla/image/unbuildable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
UNBUILDABLE_IMAGES = {
1818
'aarch64': {
1919
"bifrost-base", # someone need to get upstream working first
20-
"prometheus-msteams", # no aarch64 binary
2120
"prometheus-mtail", # no aarch64 binary
2221
},
2322

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
upgrade:
3+
- |
4+
The ``prometheus-msteams`` container images have been removed as the
5+
project is no longer maintained. Users should migrate to the `native
6+
Prometheus Alertmanager integration with Microsoft Teams
7+
<https://prometheus.io/docs/alerting/latest/configuration/#msteams_config>`__
8+
for continued support and features.

0 commit comments

Comments
 (0)