File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,13 @@ kolla_build_blocks:
419419 {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
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>
Original file line number Diff line number Diff line change @@ -37,11 +37,14 @@ kayobe_image_tags:
3737 ubuntu : yoga-20231103T161400
3838
3939cloudkitty_tag : " {% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
40+ grafana_tag : yoga-20240510T114335
4041heat_tag : " {% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
42+ horizon_tag : yoga-20240510T114335
4143magnum_tag : " {% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
4244neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
4345nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
4446opensearch_tag : yoga-20231219T221916
47+ prometheus_tag : yoga-20240510T145442
4548
4649# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
4750glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Bumped Horizon kolla image
5+ Bumped Grafana from 10.1.5-1 to 10.4.2-1 (CentOS & Rocky Linux)
6+ Bumped Grafana from 10.4.1 to 10.4.2 (Ubuntu)
7+ Bumped Prometheus-msteams from 1.5.0 to 1.5.2
8+ security :
9+ - |
10+ Fixed CVE-2023-31047 for Horizon.
11+ Fixed CVE-2023-49569 for Grafana.
12+ Fixed CVE-2022-40083 and CVE-2021-4238 for Prometheus-msteams.
You can’t perform that action at this time.
0 commit comments