Skip to content

Commit d947431

Browse files
authored
Merge pull request #1559 from stackhpc/bump-neutron-zed
Bump image tags for CVE-2024-53916 (Zed)
2 parents 1ec5739 + f204225 commit d947431

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build-kayobe-image:
4343
name: Build kayobe image
4444
if: inputs.if || github.repository == 'stackhpc/stackhpc-kayobe-config' && github.event_name == 'push'
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-22.04
4646
permissions:
4747
contents: read
4848
packages: write

.github/workflows/stackhpc-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# would skip the workflow entirely, and would prevent us from making the
1414
# aio jobs required to pass (a skip counts as a pass).
1515
check-changes:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
permissions:
1818
pull-requests: read
1919
name: Check changed files

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ kolla_image_tags:
2828
rocky-9: zed-rocky-9-20240301T100039
2929
ubuntu-jammy: zed-ubuntu-jammy-20240301T100039
3030
neutron:
31-
rocky-9: zed-rocky-9-20240202T141530
32-
ubuntu-jammy: zed-ubuntu-jammy-20240202T143208
31+
rocky-9: zed-rocky-9-20250304T113959
32+
ubuntu-jammy: zed-ubuntu-jammy-20250304T113959
3333
nova:
3434
rocky-9: zed-rocky-9-20240711T104152
3535
ubuntu-jammy: zed-ubuntu-jammy-20240711T101422
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Updated Neutron container image tags to fix CVE-2024-53916. See `#2037002
5+
<https://bugs.launchpad.net/neutron/+bug/2037002>`__ for more
6+
details.

0 commit comments

Comments
 (0)