docs(ops): add version management, compatibility matrix and release notes pages - #90
Merged
Merged
Conversation
…otes pages - add Operations 'Version Management and Compatibility' page (EN + zh-cn): version schema, protocol version, component version JSON, worker version distribution via 'cv node --versions', compatibility matrix for master/worker/client, diagnose/enforce policy, capabilities and compatibility metrics. - add Operations 'Release Notes and Known Incompatible Versions' page (EN + zh-cn): release notes template and known-bad version list. - document 'cv node --versions' and global --version-json in the CLI guide. - document compat_worker_verdict / compat_client_verdict / compat_enforce_rejected_total in the monitoring page.
lzjqsdd
marked this pull request as ready for review
August 19, 2026 01:46
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
Adds operational documentation for Curvine's version management and compatibility
features introduced in the 0.4.x series (structured component versions, worker
version reporting, diagnose/enforce compatibility policy).
Issue Describe / Design
Related to CurvineIO/curvine#1527 (component version
management) — sub-task T12 deliverables: compatibility matrix, known
incompatible versions, release notes template, CLI worker version statistics and
compatibility metrics documentation.
Changes
docs/3-User-Manuals/2-Operations/04-version-management.md+ zh-cn--version-json,cv node --versions, compatibility matrix, diagnose/enforce policy, capabilities, compatibility metricsdocs/3-User-Manuals/2-Operations/05-release-notes.md+ zh-cndocs/3-User-Manuals/2-Operations/02-cli.md+ zh-cncv node --versionsand global--version-jsondocs/3-User-Manuals/2-Operations/03-monitoring.md+ zh-cncompat_worker_verdict,compat_client_verdict,compat_enforce_rejected_totalmetricsTest verified
yarn build(EN + zh-cn locales, broken-link check)Dependencies