docs(pivot): sweep CHANGELOG + bench + goreleaser for post-wave-2 drift#178
Merged
Conversation
- CHANGELOG.md: replace stale "Pivot wave 1 landed [...] PR-A is next" with the actual landed history through PR #176 (wave 2). Document PR-E blocker and PR-F deferral to PR-K (chart default pipeline hardwires the to-be-deleted receivers; deletion happens with the recipe migration). - bench/install/tracecore-values.yaml: PR-E status note pointed at PR-F rewire; corrected to PR-K (PR-F deferred). - .goreleaser.yaml: stale archived/release.yml.legacy ref → "preserved in git history". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> 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.
What this PR does
Sweeps three drift sites that surfaced after wave-2 PRs landed:
CHANGELOG.md: replaces stale "Pivot wave 1 landed [...] PR-A is next" prose (written before PR-A actually merged in feat(ocb): add builder-config + build-ocb target (RFC-0013 PR-A) #171) with the full landed history through chore(pivot): wave 2 — PR-D (ko image) + _build/ filter + PR-B reframe #176. Adds two paragraphs documenting the PR-E blocker (upstreamtelemetrygeneratorreceiverdoesn't exist) and the PR-F deferral (chart default pipeline hardwires the to-be-deleted receivers; deletion happens together with the v0.2.0 recipe migration in PR-K to avoid an interim chart break).bench/install/tracecore-values.yaml: the PR-E status note pointed at "PR-F deletion" as the rewire trigger. Corrected to PR-K since PR-F is deferred..goreleaser.yaml: header still referenced the deleted.github/workflows/archived/release.yml.legacypath. Replaced with "preserved in git history" (matches what other docs already say after PR chore(pivot): wave-1 self-review fixes — delete archive + drift sweep #175).Root cause
Wave-2 PRs landed faster than the in-tree status prose could keep up. The CHANGELOG paragraph in particular was authored mid-pivot before PR-A merged, and was never refreshed. Caught in a post-merge sweep.
Release notes
Test plan
make verifyruns and passesgrep -r "workflows/archived" .returns only the (untouched) RFC reference, which is binding-doc and out of scope for this sweep