• v0.1.204 cc111a3c1c

    v0.1.204 Stable

    pipeline-bot released this 2026-07-20 12:15:21 +00:00 | 368 commits to main since this release

    • Relocate the 18 PipelineProject CRs workflows-aliceworkflows (collapse Stage 2). The
      operator renders every project's sensors into the fixed render.WorkflowsNS ("workflows")
      regardless of the CR's own namespace, so the CR location is a pure registry choice — moving it is
      behaviour-neutral for CI and lets workflows-alice retire. git mv the 18 CR files into a new
      bundle/project-crs-bare (namespace: workflows overlay), unioned by workflows-infra-bare;
      workflows-infra drops them (its project-crs base is now the auxiliaries only). pipeline-workflows-infra
      set prune:false so dropping the CRs from its render leaves the live workflows-alice CRs as harmless
      ArgoCD orphans instead of pruning them — a prune would trip the operator finalizer's pruneChildren
      against the LIVE workflows sensors (childNamespaces spans both) → CI outage. The orphans are reaped
      out-of-band under a brief operator pause. Restore prune:true / retire the app once workflows-alice drains.

    Included changes (v0.1.203 -> v0.1.204)

    • 93d0875fdbf2 docs(changelog): note the workflows-alice -> workflows CR relocation (Stage 2)
    • 385cde053890 feat(ci-spine): relocate 18 PipelineProject CRs workflows-alice -> workflows (Stage 2)
    Downloads