• v0.1.26 1a29ea5f48

    v0.1.26 Stable

    pipeline-bot released this 2026-07-09 21:24:10 +00:00 | 145 commits to main since this release

    Removed

    • The scheduled release-cadence cron (the "cadence" idea). Dropped ReleaseSpec.Cadence and
      TaxonomySpec.CadenceStyle from the CRDs, the cadence render partial (the per-project
      <project>-release-cadence CronWorkflow/CronJob) + its skeleton gate, and the seeded
      cadenceStyle values. Releases are now purely on-demand (pipectl ship): the ReleaseSubmitter
      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, the cadence DeclaredBy
      enum (historical-CR validation), the CadenceWorkflow status field, and the release-cadence/<v>
      release-prep branch/template (the on-demand mechanism, unchanged). go test ./... green incl. envtest.

    Included changes (v0.1.25 -> v0.1.26)

    • 94fc07907d6c feat(release): remove the scheduled release-cadence cron (the cadence idea)
    Downloads