Skip to content

feat(lts-card): enrich DX/GDX packages from SBOM allPackages#760

Merged
castrojo merged 2 commits into
projectbluefin:mainfrom
castrojo:fix/lts-dx-gdx-sbom
Apr 14, 2026
Merged

feat(lts-card): enrich DX/GDX packages from SBOM allPackages#760
castrojo merged 2 commits into
projectbluefin:mainfrom
castrojo:fix/lts-dx-gdx-sbom

Conversation

@castrojo
Copy link
Copy Markdown
Contributor

The lts.YYYYMMDD release 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 the bluefin-dx-lts and bluefin-gdx-lts SBOM allPackages maps:

  • 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.

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>
@castrojo castrojo enabled auto-merge April 14, 2026 16:54
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@castrojo castrojo merged commit 0d0e679 into projectbluefin:main Apr 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant