feat(lts-card): enrich DX/GDX packages from SBOM allPackages#760
Merged
Conversation
The lts.YYYYMMDD release format (new as of April 2026) omits the 'Major DX packages' and 'Major GDX packages' tables from the release body. As a result dxPackages and gdxPackages were empty for all lts.20260414+ releases, making Docker, VSCode, Nvidia, and CUDA disappear from the LTS card. Add enrichLtsDxGdxFromSbom() which reads from the bluefin-dx-lts and bluefin-gdx-lts SBOM allPackages maps using the same lts-YYYYMMDD cache key as the main enrichFromSbom pass. Maps: docker-ce → Docker, code → VSCode, incus → Incus (DX) nvidia-driver → Nvidia, nvidia-driver-cuda → CUDA (GDX) Only adds chips that are not already present from release notes, so older releases that do have explicit tables are not affected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a mechanism to enrich LTS release events with package version data from SBOM caches. It adds the enrichLtsDxGdxFromSbom function, which populates dxPackages and gdxPackages for LTS releases using predefined mappings for tools like Docker, VSCode, and Nvidia drivers. This ensures that major package information is available even when absent from the primary release format. I have no feedback to provide.
…nst) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
lts.YYYYMMDDrelease format (new as of April 2026) omits the 'Major DX packages' and 'Major GDX packages' tables. As a result Docker, VSCode, Nvidia, and CUDA disappeared from the LTS card.Add
enrichLtsDxGdxFromSbom()which reads from thebluefin-dx-ltsandbluefin-gdx-ltsSBOMallPackagesmaps:docker-ce→ Docker,code→ VSCode,incus→ Incus (DX)nvidia-driver→ Nvidia,nvidia-driver-cuda→ CUDA (GDX)Only adds chips not already present from release notes, so older releases with explicit tables are unaffected.
For
lts-20260414: Docker 29.4.0, VSCode 1.115.0, Nvidia 595.58.03, CUDA 595.58.03 will be restored.Note: HWE Kernel and Incus/Ramalama are not present in the April 2026 LTS SBOM (CentOS Stream 10 base) — correct to omit them.