Skip to content

Commit 76c3d69

Browse files
committed
Bump prometheus-msteams to fix CVE-2022-40083 and CVE-2021-4238
1 parent 67440ee commit 76c3d69

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,13 @@ kolla_build_blocks:
419419
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/[email protected]'] %}
420420
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
421421
{% endraw %}
422+
prometheus_msteams_repository_version: | # Yoga kolla has 1.5.0
423+
{% raw %}
424+
ARG prometheus_msteams_version=1.5.2
425+
ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
426+
ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
427+
{% endraw %}
428+
422429
# Dict mapping image customization variable names to their values.
423430
# Each variable takes the form:
424431
# <image name>_<customization>_<operation>

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% end
4444
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
4545
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
4646
opensearch_tag: yoga-20231219T221916
47+
prometheus_tag: yoga-20240510T145442
4748

4849
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
4950
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)