Skip to content

Commit 249e60b

Browse files
committed
Bump prometheus-msteams to fix CVE-2021-4238 and CVE-2022-40083
1 parent 9c8439f commit 249e60b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ kolla_image_tags:
2424
neutron:
2525
rocky-9: zed-rocky-9-20240202T141530
2626
ubuntu-jammy: zed-ubuntu-jammy-20240202T143208
27+
prometheus:
28+
rocky-9: zed-rocky-9-20240514T095142
29+
ubuntu-jammy: zed-ubuntu-jammy-20240514T092357

etc/kayobe/kolla.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ kolla_build_blocks:
333333
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/[email protected]'] %}
334334
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
335335
{% endraw %}
336+
prometheus_msteams_repository_version: | # Zed kolla has 1.5.1
337+
{% raw %}
338+
ARG prometheus_msteams_version=1.5.2
339+
ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
340+
ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
341+
{% endraw %}
336342
# Dict mapping image customization variable names to their values.
337343
# Each variable takes the form:
338344
# <image name>_<customization>_<operation>

0 commit comments

Comments
 (0)