Skip to content

zed: Fix CVE-2024-32498 #1152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ kolla_image_tags:
openstack:
rocky-9: zed-rocky-9-20240202T105829
ubuntu-jammy: zed-ubuntu-jammy-20240129T151534
cinder:
rocky-9: zed-rocky-9-20240711T104152
ubuntu-jammy: zed-ubuntu-jammy-20240711T101422
cloudkitty:
rocky-9: zed-rocky-9-20240503T150113
ubuntu-jammy: zed-ubuntu-jammy-20240503T150113
glance:
rocky-9: zed-rocky-9-20240711T130523
ubuntu-jammy: zed-ubuntu-jammy-20240711T130523
grafana:
rocky-9: zed-rocky-9-20240514T095142
ubuntu-jammy: zed-ubuntu-jammy-20240514T092357
Expand All @@ -24,6 +30,12 @@ kolla_image_tags:
neutron:
rocky-9: zed-rocky-9-20240202T141530
ubuntu-jammy: zed-ubuntu-jammy-20240202T143208
nova:
rocky-9: zed-rocky-9-20240711T104152
ubuntu-jammy: zed-ubuntu-jammy-20240711T101422
nova_libvirt:
rocky-9: zed-rocky-9-20240202T105829
ubuntu-jammy: zed-ubuntu-jammy-20240129T151534
prometheus:
rocky-9: zed-rocky-9-20240514T095142
ubuntu-jammy: zed-ubuntu-jammy-20240514T092357
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/{{ openstack_release }}
glance-base:
type: git
location: https://github.com/stackhpc/glance.git
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/cve-2024-32498-2cbd205129351766.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
critical:
- |
Fixes `CVE-2024-32498
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32498>`_ with
updated container images for Cinder, Glance and Nova services.

Loading