Skip to content

Commit 1d2946a

Browse files
authored
Merge pull request #1071 from stackhpc/q2-yoga-security-patch
Q2 2024 yoga security patch
2 parents c4345e4 + 645b179 commit 1d2946a

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ kayobe_image_tags:
3737
ubuntu: yoga-20231103T161400
3838

3939
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
40+
grafana_tag: yoga-20240510T114335
4041
heat_tag: "{% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
42+
horizon_tag: yoga-20240510T114335
4143
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
4244
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
4345
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
4446
opensearch_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
4750
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

0 commit comments

Comments
 (0)