Skip to content

Commit 36abb41

Browse files
committed
Fixes CVE-2024-32498 [1] with updated container images for Cinder, Glance and Nova services. [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32498
1 parent 56879bc commit 36abb41

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ kayobe_image_tags:
1515
centos: yoga-20231024T093507
1616
rocky: yoga-20231218T141822
1717
ubuntu: yoga-20231024T093507
18+
cinder:
19+
centos: yoga-20240701T132344
20+
rocky: yoga-20240701T132344
21+
ubuntu: yoga-20240701T132344
1822
cloudkitty:
1923
centos: yoga-20240503T150127
2024
rocky: yoga-20240503T150127
2125
ubuntu: yoga-20240503T150127
26+
glance:
27+
centos: yoga-20240702T105751
28+
rocky: yoga-20240702T105751
29+
ubuntu: yoga-20240702T105751
2230
heat:
2331
centos: yoga-20240320T082414
2432
rocky: yoga-20240320T082414
@@ -32,17 +40,24 @@ kayobe_image_tags:
3240
rocky: yoga-20240105T120257
3341
ubuntu: yoga-20231114T125927
3442
nova:
43+
centos: yoga-20240702T105751
44+
rocky: yoga-20240702T105751
45+
ubuntu: yoga-20240702T105751
46+
nova_libvirt:
3547
centos: yoga-20231113T171023
3648
rocky: yoga-20240105T120257
3749
ubuntu: yoga-20231103T161400
3850

3951
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
52+
cinder_tag: "{% raw %}{{ kayobe_image_tags['cinder'][kolla_base_distro] }}{% endraw %}"
53+
glance_tag: "{% raw %}{{ kayobe_image_tags['glance'][kolla_base_distro] }}{% endraw %}"
4054
grafana_tag: yoga-20240510T114335
4155
heat_tag: "{% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
4256
horizon_tag: yoga-20240510T114335
4357
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
4458
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
4559
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
60+
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] }}{% endraw %}"
4661
opensearch_tag: yoga-20231219T221916
4762
prometheus_tag: yoga-20240510T145442
4863

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
critical:
3+
- |
4+
Fixes `CVE-2024-32498
5+
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32498>`_ with
6+
updated container images for Cinder, Glance and Nova services.
7+

0 commit comments

Comments
 (0)