[release-4.22] feat: add feature status generator from metadata.yaml - #325
Merged
Conversation
Contributor
|
❌ Generated Files Verification Failed One or more generated files in this PR are out of sync:
Please regenerate the files locally and commit the changes. |
…bug endpoint Structured approach to the feature maturity table proposed in openshift-virtualization#251 Instead of a manually-maintained table, features are declared in metadata.yaml alongside assets. Shared derivation logic in pkg/assets builds the catalog for both the generator and the debug server: - docs/generated/feature-status.json: structured data for CI/tests - README.md: markdown table injected between sentinel comments - /debug/features: live feature catalog on the debug server Key design decisions: - Coverage validation: every asset must be covered by a feature entry or explicitly listed in excluded_assets, preventing silent gaps. - Soft dependencies: features can declare a requires field listing operators that must be installed for the feature to activate. - Framework maturity: tracked separately (currently TP) and rendered as a note above the feature table; will be removed at GA. - Maturity auto-derivation: install:always assets without explicit maturity are classified as GA; opt-in features need dp or tp. - Opt-in reporting: only user-facing conditions (annotations, feature gates, HCO prerequisites) appear in generated output; internal gates such as topology, hardware detection, and image availability are omitted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
tiraboschi
force-pushed
the
cherry-pick-271-to-release-4.22
branch
from
August 20, 2026 08:49
ae2b2dc to
fb82bd9
Compare
Member
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tiraboschi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
openshift-merge-bot
Bot
merged commit Aug 20, 2026
3065f92
into
openshift-virtualization:release-4.22
6 checks passed
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.
This is an automated cherry-pick of #271
/assign tiraboschi