fix(release): gate publication on the verified release SHA - #1138
Draft
doublewhy wants to merge 3 commits into
Draft
fix(release): gate publication on the verified release SHA#1138doublewhy wants to merge 3 commits into
doublewhy wants to merge 3 commits into
Conversation
doublewhy
marked this pull request as ready for review
August 12, 2026 21:15
doublewhy
marked this pull request as draft
August 13, 2026 03:17
doublewhy
force-pushed
the
GOV-928-release-admission-successor
branch
2 times, most recently
from
August 13, 2026 03:23
9cd0d64 to
ed03a67
Compare
doublewhy
force-pushed
the
GOV-928-release-admission-successor
branch
from
August 13, 2026 03:37
ed03a67 to
bab92a6
Compare
Author
|
Held under the temporary naming/release freeze. Preserve the exact-SHA release work, but do not rebase, mark ready, merge, or publish until the naming and compatibility decision is recorded. |
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.
Plain-language summary
Issue mapping
Closes #1125.
Closes #1110.
Related to the broader release-delivery epic #684.
What changes
nox -s verifyjob into a read-only reusable workflow. CI calls it forgithub.shaand keeps the historicalverifystatus name as a strict result join.main, and refuses a failed Release Please result.id-token: writeand thepypienvironment on the sole PyPI job. That job re-reads the release object and fully dereferences the tag immediately before the pinned publisher runs.Verification
actionlint1.7.7: all three changed workflows pass.31664492824: canonical verification and the requiredverifyjoin passed; 6,898 unit tests passed with 1 skip, 59 integration tests passed with 2 skips, and combined coverage uploaded. Fuzz, supply-chain, Docker CI, requirement governance, and Sonar also passed.31664489013passed both Actions and Python analysis; Docs run31664492826passed.raes-3.3.0wheel and sdist from this head; both clean installs passed 28-case CLI/conformance smokes outside the checkout.Scope and integration
The branch is rebased on exact
origin/devcommit96b20ae8422fae9936bae928bbd8a1c14d2001da; the current head isbab92a6c82a4a00d5b92716a28cfab7c2c768c8e. It does not include durability, scheduler, OCI-registry, libvirt, coverage-ratchet, realization, Python-matrix, or supply-chain-gate changes.Merged #1121 supply-chain admission, #1128 libvirt traceability, #1130 OCI registry hardening, and #1132 timeout reconciliation are preserved in this rebased branch. Open PRs #1131 and #1139 also change
ci.yml; merge those lower-layer CI changes first, then rebase this release PR once so the exact-SHA publication graph incorporates them. PR #1134 owns the interpreter-qualification matrix and remains separate.