docs(changelog): split [0.2.0] from pre-pivot history (closes #253)#262
Merged
Conversation
Per #253 the [0.2.0] section spanned the entire pre-pivot Added/Changed/Fixed history (M1/M2/M4b/M5b/M8/M9/M11 add-rows, internal/* package add-rows, DCGM lifecycle migration, sentinel-error refactor) while also listing PR-F.1 / PR-F.2 / PR-K.2 which explicitly delete that same code. Operators reading top-down could not tell what landed in v0.2.0 versus what was pre-pivot scaffolding. Sweep: - [0.2.0] now reads as a coherent v0.2.0 net-user-visible release note: RFC-0013 pivot, OCB build, module/ submodule, OTel v0.130, otelcol_* self-tel rename, ko image, in-repo patterndetectorprocessor + rankjoinprocessor + nccl_hang + xid_correlation, recipes, helm appVersion sync, bench-check re-baseline, --version git-describe. One Removed row per major delete wave (PR-F.1, PR-F.2, PR-K.2) instead of per-package. - New [0.1.0-m1] - 2026-05-14 backdated section (date derived from git log -1 --format=%cI v0.1.0-m1) carries every pre-pivot M*-add-row, internal/* add-row, and pre-pivot fix. Each row carries a parenthetical pointer to the v0.2.0 PR that deleted or moved it so the cross-link between sections is explicit. Out of scope per #253: [Unreleased] untouched; no backfilled rows for v0.1.0-m9-alpha (never tagged). Signed-off-by: Tri Lam <tri@maydow.com>
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
Splits
CHANGELOG.md's[0.2.0]section so it reads top-to-bottom as a coherent v0.2.0 release note (RFC-0013 pivot, OCB build,module/submodule, OTel v0.130,otelcol_*self-tel rename, ko image, in-repopatterndetectorprocessor+rankjoinprocessor+nccl_hang+xid_correlation, recipes, helmappVersionsync,bench-checkre-baseline,--versiongit-describe; oneRemovedrow per delete wave PR-F.1 / PR-F.2 / PR-K.2 instead of per-package). All pre-pivot M1-M11 add-rows,internal/*add-rows, and pre-pivot fixes move to a new backdated[0.1.0-m1] - 2026-05-14section (date derived fromgit log -1 --format='%cI' v0.1.0-m1). Each migrated row carries a parenthetical pointer back to the v0.2.0 PR that deleted or moved it so the cross-link is explicit.[Unreleased]is untouched. No backfilled rows forv0.1.0-m9-alpha(never tagged) per #253 out-of-scope. Closes #253.Test plan
bash scripts/doc-check.sh— green (493 markdown links resolve; integration-recipe gates all pass; banned-phrase + comment-noise clean)make check— green (fmt + tidy-check + golangci-lint + vet +go mod verifyclean; the pre-commit hook also runs this)[0.2.0]and[0.1.0-m1]sectionsgit diff --stat: 75 insertions, 119 deletions (152 → 108 lines)[0.2.0]Addedreads as net-new v0.2.0 surface;[0.2.0]Removeddescribes deletes;[0.1.0-m1]describes code that was deleted by the v0.2.0Removedrows, with explicit forward pointers.