Align alpha feature maturity docs and registry; add support-matrix consistency test#166
Merged
aidankhogg merged 1 commit intoJun 29, 2026
Conversation
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.
Motivation
Description
netengine/spec/feature_state.pyforpki.dnssec_ksk_lifetime_days,pki.dnssec_zsk_lifetime_days, andpki.rotation_policywithexperimental/alphareasons describing rotation-worker usage and partial cutover validation.docs/support-matrix.mdanddocs/spec-alpha-support.mdto mark PKI, gateway, cross-world, AND profile, and intermediate-CA fields asexperimentaland to include specific caveats for DNSSEC cutover, CRL/OCSP publication, dnsmasq/Bird2 dependencies, and external resolver propagation gaps.tests/test_feature_states.pyby adding_support_matrix_rows()andtest_registry_entries_are_documented_consistently_in_support_matrices()to ensure everyFEATURE_STATE_REGISTRYpath appears in both support docs and that each doc reports the same state, and by asserting PKI model fields are present in the registry.Testing
pytest -q tests/test_feature_states.pywhich passed.pytest -q tests/test_spec_parsing.py tests/test_cli.py tests/test_readiness_cli.py tests/test_pki_features.py tests/test_and_profiles.py::TestFeatureGatePromotedand observed all tests passed (107 passed, 1 warning).git diff --checkissues before finalizing changes.Codex Task