-
v0.1.143 Stable
released this
2026-07-12 10:59:10 +00:00 | 637 commits to main since this releaseAdded
- Temporary bootstrap alias
pipeline-release-cadence— an old-named, self-certifying copy of
pipeline-release-prepareso the still-running OLD operator can cut the ONE release that deploys the
cadence-excised NEW operator; removed right after the operator cuts over. See cadence-excision cutover.
Fixed
- release-prepare self-certifies its version-bump commit (unblocks status-check-protected trunks).
When a project's trunk enablesbranchProtection.security.statusCheck(contextspipeline/ci),
the release-prepare's ff-merge was rejected — its strip-dev + changelog commit rides a_release/*
branch that is deliberately CI-excluded, sopipeline/cinever posts a status. The trusted
release-prepare (Forgejo token, merge mutex, no project code) now POSTspipeline/ci=successon
that commit before merging — the same trust boundary as the ff-merge itself. Fixes a permanent
release block on operator + package projects introduced by the max-security dials.
Changed
- Excise the "cadence" misnomer from the release engine. The scheduled-cron cadence is
retired; the word lingered as the name of the live release-orchestration stage that
pipectl shipdrives. Renamed in lockstep with the operator: the
pipeline-release-cadenceCWT →pipeline-release-prepare, itsrelease-cadence/
version-bump branch →_release/(adopting the_xxx/plumbing convention), the
<proj>-release-cadencepurpose →-release-prepare, and the dashboard row-classifier +
shipd VAP + linux CI sensor + docs to match. Stage 1 prepares the release (resolve
version, promote changelog, ff-merge to trunk); stage 2 runs it. Retired the now-invalid
"re-addrelease: { cadence: … }to restore" notes (the CRD field is gone). All dashboard
guard tests + the TLA release contract model-check pass on the rename.
Included changes (v0.1.142 -> v0.1.143)
d14b991e55bcchore(cutover): temporary self-certifying pipeline-release-cadence alias3b193c4d9b16fix(release-prepare): self-certify version-bump commit on CI-excluded branch657b489006f7refactor(release): excise 'cadence' misnomer (pipelines side)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Temporary bootstrap alias