• v0.1.22 3c394ec4ea

    v0.1.22 Stable

    pipeline-bot released this 2026-07-08 19:58:59 +00:00 | 172 commits to main since this release

    • Add the PipelineTaxonomy CRD: a pipeline SHAPE as data. The five taxonomy switch statements in
      internal/render (template dir, build-script-required, default keyset/builder image/promote
      template/staging deadline, operator-submittable) collapse to reads off a resolved PipelineTaxonomy.
      The operator seeds the builtin set (render.BuiltinTaxonomies) into workflows-alice at startup and
      resolves it there for every project; the parity test proves the table renders byte-identical to the
      hand-authored reference dirs. render.Objects/dataFor/StagingArgs now take the taxonomy; the
      PipelineProject reconciler watches PipelineTaxonomy to re-render on change.
    • Fix: a declared release whose taxonomy read fails no longer closes the intent as a false
      Succeeded — NotFound requeues (bootstrap window), other errors back off; only a present,
      non-submittable shape stays on the sensor path.

    Included changes (v0.1.21 -> v0.1.22)

    • 0bfc9bdcbd94 feat(taxonomy): PipelineTaxonomy CRD — pipeline shape as data
    Downloads