Add Ubuntu 26.04 to CI and package builds.#21939
Merged
Ferroin merged 1 commit intonetdata:masterfrom Mar 11, 2026
Merged
Conversation
Expected release date is 2026-04-23.
Contributor
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant GHA as GitHub Actions CI
participant Matrix as Matrix Job Generator
participant Runner as Build Runner (Ubuntu)
participant Repo as Package Repository
Note over GHA,Repo: CI Build & Packaging Flow (Updated for Ubuntu 26.04)
GHA->>Matrix: Load .github/data/distros.yml
rect rgb(23, 37, 84)
Note right of Matrix: CHANGED: 26.04 (Resolute) is now the default anchor
Matrix->>Runner: Initialize job (distro: ubuntu, version: 26.04)
Runner->>Runner: Run build scripts
Runner->>Repo: CHANGED: Push packages to 'ubuntu/resolute'
end
rect rgb(5, 46, 22)
Note right of Matrix: NEW: 24.04 (Noble) added as explicit secondary target
Matrix->>Runner: Initialize job (distro: ubuntu, version: 24.04)
Runner->>Runner: Run build scripts
Runner->>Repo: Push packages to 'ubuntu/noble'
end
Note over GHA,Repo: Documentation update: PLATFORM_SUPPORT.md now reflects 26.04 availability
thiagoftsm
approved these changes
Mar 11, 2026
Contributor
thiagoftsm
left a comment
There was a problem hiding this comment.
CI passed with success.
stelfrag
pushed a commit
to stelfrag/netdata
that referenced
this pull request
Mar 16, 2026
Expected release date is 2026-04-23. (cherry picked from commit 5bc4512)
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.
Summary
Expected release date is 2026-04-23.
Test Plan
CI passes on this PR.
Additional Info
Relevant to #21912
Summary by cubic
Add Ubuntu 26.04 as the default Ubuntu target in CI and package builds, and document support. Prepares for the 2026-04-23 Ubuntu release.
ubuntu/resolute; keep 24.04 as an explicit target withubuntu/noble.Written for commit fdbfbaa. Summary will update on new commits.