-
Notifications
You must be signed in to change notification settings - Fork 23
Bump ubuntu snapshots #630
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
Conversation
Seems like we were missing the fixes for inception. Old snapshots had: ``` amd64-microcode (3.20191218.1ubuntu2.1) jammy-security; urgency=medium * SECURITY UPDATE: Zenbleed - information leak via speculative execution - microcode_amd_fam17h.bin{.asc}: update AMD fam17h cpu microcode and signature for Zenbleed vulnerability - New microcodes: + Family=0x17 Model=0x31 Stepping=0x00: Patch=0x0830107a Length=3200 bytes + Family=0x17 Model=0xa0 Stepping=0x00: Patch=0x08a00008 Length=3200 bytes - Updated microcodes: + Family=0x17 Model=0x08 Stepping=0x02: Patch=0x0800820d Length=3200 bytes + Family=0x17 Model=0x01 Stepping=0x02: Patch=0x0800126e Length=3200 bytes - CVE-2023-20593 ``` but not: ``` amd64-microcode (3.20191218.1ubuntu2.2) jammy-security; urgency=medium * SECURITY UPDATE: INCEPTION - information leak via speculative execution - amd-ucode/microcode_amd_fam19h.bin{.asc}: add AMD fam19h cpu microcode and signature for Inception vulnerability - New microcodes: Family=0x19 Model=0x01 Stepping=0x00: Patch=0x0a001079 Length=5568 bytes Family=0x19 Model=0x01 Stepping=0x01: Patch=0x0a0011d1 Length=5568 bytes Family=0x19 Model=0x01 Stepping=0x02: Patch=0x0a001234 Length=5568 bytes Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e Length=5568 bytes Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a10123e Length=5568 bytes Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 Length=5568 bytes Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00212 Length=5568 bytes - CVE-2023-20569 -- Alex Murray <[email protected]> Mon, 21 Aug 2023 10:25:31 +0930 ```
Building new images here: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/6121595206 |
…23-09-04' into yoga/ubuntu-snapshots-2023-09-08
I've merged in the centos versions bumps as there was a merge conflict |
Hmm, missing containers in test pulp:
Trying manual sync here: https://github.com/stackhpc/stackhpc-release-train/actions/runs/6170024506 Edit: I think this syncs for test pulp to ark, so probably no help ... I do have this container in my manifest:
|
I can only think that I must not have selected the "push images " option. Building again: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/6170125945 |
Rebuilding after test-pulp was restored: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/6174932225 |
Promoting images here: https://github.com/stackhpc/stackhpc-release-train/actions/runs/6199616595 |
|
releasenotes/notes/bump-ubuntu-snapshots-2023-09-15-22ca5250d40bd5b6.yaml
Outdated
Show resolved
Hide resolved
Hit issues with the last run as ubuntu images still missing in test pulp. Will try a manual sync again. Edit: possibly it was this sync that hit the 6h timeout: https://github.com/stackhpc/stackhpc-release-train/actions/runs/6199502513 new sync: https://github.com/stackhpc/stackhpc-release-train/actions/runs/6233132623 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice perseverance!
Didn't bump those because I rebased on: #618. Do we need to bump them? |
well, opensearch image that I built didn't use the new ubuntu snapshot? |
I think we still need this fix? |
Seems like we were missing the fixes for inception. Old snapshots had:
but not: