chore(release): v1.1.1 - #156
Merged
Merged
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.
Summary
Batches the four unreleased fragments into
changes/v1.1.1.mdand regeneratesCHANGELOG.md. Mechanical output ofmake changelog VERSION=v1.1.1— no hand edits beyond a trailing newline (see below).Related Issue
N/A — release chore.
Changes
changes/v1.1.1.md— new, batched from the four fragments below.changes/unreleased/*.yaml— consumed bychangie batch.CHANGELOG.md— regenerated bychangie merge.Contents: one
Securityentry (#155) and threeDocumentationentries (#151, #152, #154). Patch bump per SemVer: noAddedorChangedfragments, and the S3 key fix is outside the guaranteed list indocs/compatibility-policy.md(wire behaviour is scoped to whattests/compatibility/asserts, and that suite passes on 728c9fc).One hand edit
changie batchwrotechanges/v1.1.1.mdwithout a trailing newline, sochangie mergeglued the next version heading onto the last entry:changes/v1.1.0.mdandchanges/v1.0.0.mdboth end in0a, and the previousCHANGELOG.mdhad no such run-together. Appended a newline and re-ranchangie merge. Worth a follow-up so the next release does not hit it.Test Plan
Ran the release workflow's own
Verify changie release noteschecks (release.yml:180-239) locally againstchanges/v1.1.1.md:v1.1.1— 1 of 1foreigncheck, kinds read from.changie.yaml) — none*entry ends inissues/<positive int>))— all fourCHANGELOG.mdboundary — no run-together headingsPre-flight per
RELEASE.md, all against 728c9fc, the commit this branches from:CI / codegen-drift(does the samerm -rf internal/generated && make codegen)Compatibility TestsCI / testamd64 + arm64Lint,CodeQLgrep -L 'Issue: "[0-9]'— emptyNote on process
RELEASE.md:116-122says to commit andgit push origin maindirectly. That is now blocked — ruleset 15250025 requires a pull request formain(squash only, 0 approvals). This PR is that adaptation;RELEASE.mdshould be updated to match.Checklist