Skip to content

Commit 4d63427

Browse files
authored
Merge pull request #1072 from stackhpc/q2-2024-zed-security-patch
Q2 2024 zed security patch
2 parents 8635612 + 08e9d23 commit 4d63427

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@ kolla_image_tags:
99
cloudkitty:
1010
rocky-9: zed-rocky-9-20240503T150113
1111
ubuntu-jammy: zed-ubuntu-jammy-20240503T150113
12+
grafana:
13+
rocky-9: zed-rocky-9-20240514T095142
14+
ubuntu-jammy: zed-ubuntu-jammy-20240514T092357
1215
heat:
1316
rocky-9: zed-rocky-9-20240320T113114
1417
ubuntu-jammy: zed-ubuntu-jammy-20240320T113114
18+
horizon:
19+
rocky-9: zed-rocky-9-20240514T095142
20+
ubuntu-jammy: zed-ubuntu-jammy-20240514T092357
1521
magnum:
1622
rocky-9: zed-rocky-9-20240301T100039
1723
ubuntu-jammy: zed-ubuntu-jammy-20240301T100039
1824
neutron:
1925
rocky-9: zed-rocky-9-20240202T141530
2026
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>
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 (Rocky Linux)
6+
Bumped Grafana from 10.4.1 to 10.4.2 (Ubuntu)
7+
Bumped Prometheus-msteams from 1.5.1 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)