docs: cut 0.7.0 - #11
Merged
Merged
Conversation
Stamp the unreleased section as [0.7.0]. The release preamble leads with the uncomfortable part: --useage defaulted to 0, which emits no age predicate at all, so the dangerous configuration was also the out-of-the-box one for anyone who never set the flag. Recast "Known defects recorded" as "How these defects were found". That section was written by the deletion-scope test change, which landed before the fixes did; within a single release it contradicted the Fixed entries above it by claiming three defects were deliberately deferred when all three were fixed in the same block. The discovery method is kept rather than deleted -- asserting the dangerous behaviour first to make it a decidable question, recording a defect as a strict xfail so it breaks when silently fixed, and reading the delete path for lifetime mismatches -- because that is the part expensive to reconstruct. Name the tests that replaced test_useage_zero_disables_the_age_guard instead of citing it as current; it was retired when the floor landed. No behaviour change; CHANGELOG.md only. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.
Stamps the unreleased section as
[0.7.0].Known defects recordedsaid three defects were deferred, but all three were fixed in the same block — an artifact of merge order. Recast asHow these defects were found: past tense, pointing at the fixes, discovery method kept.Also fixes a stale test citation —
test_useage_zero_disables_the_age_guardwas retired when the floor landed.CHANGELOG.mdonly. 112 passed, renderer + kubeconform valid.Tag
v0.7.0separately; that's what publishes the image.