-
v0.1.26 Stable
released this
2026-07-09 21:24:10 +00:00 | 145 commits to main since this releaseRemoved
- The scheduled release-cadence cron (the "cadence" idea). Dropped
ReleaseSpec.Cadenceand
TaxonomySpec.CadenceStylefrom the CRDs, thecadencerender partial (the per-project
<project>-release-cadenceCronWorkflow/CronJob) + its skeleton gate, and the seeded
cadenceStylevalues. Releases are now purely on-demand (pipectl ship): theReleaseSubmitter
drives every declared release regardless of taxonomy (stage-1 resolves the version + fast-forward
lands the release commit on trunk; operator-submittable shapes also get an operator-submitted
stage-2, non-submittable shapes fall back to their trunk-push sensor). The operator prunes the
now-unrendered CronWorkflows on reconcile. Kept:ReleaseSpec.Changelog, thecadenceDeclaredBy
enum (historical-CR validation), theCadenceWorkflowstatus field, and therelease-cadence/<v>
release-prep branch/template (the on-demand mechanism, unchanged).go test ./...green incl. envtest.
Included changes (v0.1.25 -> v0.1.26)
94fc07907d6cfeat(release): remove the scheduled release-cadence cron (the cadence idea)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The scheduled release-cadence cron (the "cadence" idea). Dropped