-
v0.1.88 Stable
released this
2026-07-06 20:21:39 +00:00 | 2405 commits to trunk since this releaseChanged
- Gitops deploys reflect their tagged release + enforce "deployable main". Per the CD model
(Builds Releasable, Releases Deployable; every release ff's main + tags), gitops deploys now stamp the
release version so the DEPLOY row showsv0.1.87-style badges like the operator/package deploys:pipeline-deploy.yaml(gitops-deploy):resolve_versionnow retries ~60s —pipeline-promote-tag
ff's main (which fires the deploy) before creating the tag, so the one-shot resolve raced empty.pipeline-deploy-flux.yaml(gitops-flux): drop the hardcoded-empty "versionless" assumption; resolve- stamp the tag at the deploy sha.
- Deployable-main hard guard: a MAIN-anchored (release) deploy now fails loud if the deploy sha
carries no release tag — catching any release path that advanced main without tagging. Rollback
reverts are exempt (untagged by design; they restore last-good).
Added
pipeline-build-backfillCronWorkflow — reconstructsPipelineBuildCRs (terminal, no workflow)
from the durable MinIObuilds/<short>/MANIFESTarchive so the BUILDS pane keeps history after a
build's Argo workflow GC's, and the RELEASES "changes since" commit-highlight links resolve. Matches
the projector's naming/labels (idempotent, skips existing); terminal phase → the zombie-reaper leaves
it. Scoped RBAC (pipelinebuilds+/statusin workflows-alice) + thedashboardread-s3read key.
Included changes (v0.1.87 -> v0.1.88)
27e267f3547bfeat(deploy): gitops deploys reflect tagged releases + backfill build history
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Gitops deploys reflect their tagged release + enforce "deployable main". Per the CD model
-
v0.1.87 Stable
released this
2026-07-06 19:18:03 +00:00 | 2410 commits to trunk since this releaseRemoved
- Retire
projects/builder-images/— builder-images is now aPipelineProjectCR in seanfarm
(dockerfile-settaxonomy, pipelines-operator v0.1.18). The operator SSA-adopted the ci/staging
sensors + branch-protections + ci-artifacts + provision the overlay created; the ApplicationSet's
preserveResourcesOnDeletionkeeps them through the cutover.projects/now holds onlylinux
(the intentionally special-cased kernel pipeline) — the CRD migration is complete.
Included changes (v0.1.86 -> v0.1.87)
e4959c3fb631chore: retire projects/builder-images/ overlay (now a PipelineProject CR)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Retire
-
v0.1.86 Stable
released this
2026-07-06 17:31:02 +00:00 | 2416 commits to trunk since this releaseAdded
- builder-images (dockerfile-set) now emits per-image RELEASE rows.
pipeline-promote-images, in
its retag loop, creates one display-onlyPipelineReleaseper retagged image (version<name>-<vN>,
status.phase=Succeeded, image digest + release workflow linked) so the dashboard RELEASES pane shows
sysadmin-6,cast-render-3, … instead of "(no releases yet)". The CRs carry nospec.declaredBy,
so the operator's ReleaseSubmitter ignores them — pure projection, they trigger no workflow/deploy.
Scoped RBAC added to thepipeline-build-imagesSA (create/patchpipelinereleases+/statusin
workflows-alice, nothing cluster-scoped). Best-effort: a kubectl blip never fails the actual release
(the retag + ff-main are the release; the row re-creates on the next promote).
Included changes (v0.1.85 -> v0.1.86)
3376431414b8feat(promote): per-image PipelineRelease rows for dockerfile-set
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- builder-images (dockerfile-set) now emits per-image RELEASE rows.
-
v0.1.85 Stable
released this
2026-07-06 16:40:18 +00:00 | 2421 commits to trunk since this releaseFixed
- Durable log folds no longer collapse multi-leg steps — when a build's live workflow has GC'd and
emit_logsreconstructs the fold by listing the archive under<wf>/, each node'smain.logis now
keyed by the full<step>-<id>(unique) rather than the bare step name, so two legs that share a base
name (e.g.compileamd64 + arm64) render as two distinct chips pointing at their own logs instead of
two identical chips onto one file.
Included changes (v0.1.84 -> v0.1.85)
420d5f0d607efix(dashboard): unique log file per node in durable fold fallback
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Durable log folds no longer collapse multi-leg steps — when a build's live workflow has GC'd and
-
v0.1.84 Stable
released this
2026-07-06 16:26:39 +00:00 | 2426 commits to trunk since this releaseFixed
- Build-artifact folds are now durable (survive the live Argo workflow's TTL GC). The dashboard's
build download + per-step log folds were keyed off the ephemeralwf-<proj>.tsv(live workflows only),
so once a project's build workflows GC'd, every build row lost its expand affordance even though the
binaries (MinIObuilds/<short>/) and step logs (workflow archive) persist. The wf-poller now emits a
durablebmeta-<proj>.tsv(<short>\t<wf>) from the PipelineBuild CRs (both theshortlabel and
the attempt workflow name outlive the wf);emit_buildunions those durable shorts, andemit_logs
unions the durable build wfs and falls back to listing the immutable archive under<wf>/when the live
logidx is gone. Build folds now match the panes ROWS, which already survive via the query service.
Included changes (v0.1.83 -> v0.1.84)
1d8e3c7133fffix(dashboard): durable build-artifact folds from PipelineBuild CRs
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Build-artifact folds are now durable (survive the live Argo workflow's TTL GC). The dashboard's
-
v0.1.83 Stable
released this
2026-07-06 15:16:53 +00:00 | 2431 commits to trunk since this releaseFixed
- pipeline-staging forwards
renderRoot+gitRepositoryName(defaulted, unused by non-flux
build templates) so the gitops-flux RELEASE build (buildTemplate=pipeline-validate-flux, which reads
them at workflow level) resolves them — a shipped gitops-flux release failed to submit with
"failed to resolve {{workflow.parameters.renderRoot}}" (caught on platform-seanfarm, the canary).
Included changes (v0.1.82 -> v0.1.83)
d55c8b815a51fix(pipeline-staging): forward renderRoot + gitRepositoryName for gitops-flux release
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- pipeline-staging forwards
-
v0.1.82 Stable
released this
2026-07-06 14:45:36 +00:00 | 2436 commits to trunk since this releaseChanged
- gitops-flux gains a release beat (build→release→deploy), step 1 of 2 — template support.
Prep so seanfarm + platform-seanfarm stop being special (deploy-on-trunk-push with no tag) and
follow "builds releasable, releases deployable" like every other project:pipeline-validate-fluxnow reads the VERSION file (mirrorspipeline-validate): a clean
x.y.z→mode=release(so a shipped trunk push runspipeline-staging's promote-tag),
-dev/absent →mode=deploy(a plain land only validates). Backward-compatible: still
versionless while a repo has no VERSION file.pipeline-deploy-fluxgains ananchorparam so it can deploy off a RELEASED main push
(anchor=main: the superseded/regressed check anchors on main, since the release devbumps trunk
ahead) as well as the legacy fused trunk flow (anchor=""). The drift gate no longer requires
codeberg==Forgejo-main (codeberg is legitimately behind after a release); the ff-only codeberg
push in step 3/5 remains the divergence guard.fromShanow records the live codeberg tip.
Behavior is unchanged until the gitops-flux sensors switch (operator step 2).
Removed
- Retire
projects/{seanfarm,platform-seanfarm,pipelines}/— the CRD migration is COMPLETE. The
3 self-referential gitops repos are nowPipelineProjectCRs in seanfarm, rendered by
pipelines-operator v0.1.15's gitops-flux + gitops-deploy renderers (seanfarm carries the image-bumps
autoland; pipelines self-host carries the ArgoCD deploy sensor). Parity-gated; operator SSA-adopts the
preserved sensors,preserveResourcesOnDeletionkeeps them through the cutover.projects/now
holds only builder-images + linux (the intentionally special-cased dockerfile-set + kernel
pipelines). All 16 pipeline projects across all 7 taxonomies are now CR-registered — "ingest a
project" = "write a ~20-line PipelineProject CR."
Included changes (v0.1.81 -> v0.1.82)
bd6459067f88feat(gitops-flux): template support for a release beat (build->release->deploy)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- gitops-flux gains a release beat (build→release→deploy), step 1 of 2 — template support.
-
v0.1.81 Stable
released this
2026-07-06 14:23:47 +00:00 | 2441 commits to trunk since this releaseRemoved
- Retire
projects/{seanfarm,platform-seanfarm,pipelines}/— the CRD migration is COMPLETE. The
3 self-referential gitops repos are nowPipelineProjectCRs in seanfarm, rendered by
pipelines-operator v0.1.15's gitops-flux + gitops-deploy renderers (seanfarm carries the image-bumps
autoland; pipelines self-host carries the ArgoCD deploy sensor). Parity-gated; operator SSA-adopts the
preserved sensors,preserveResourcesOnDeletionkeeps them through the cutover.projects/now
holds only builder-images + linux (the intentionally special-cased dockerfile-set + kernel
pipelines). All 16 pipeline projects across all 7 taxonomies are now CR-registered — "ingest a
project" = "write a ~20-line PipelineProject CR."
Included changes (v0.1.80 -> v0.1.81)
550cc3acf009chore(projects): retire seanfarm/platform-seanfarm/pipelines overlays — CRD migration COMPLETE
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Retire
-
v0.1.80 Stable
released this
2026-07-06 13:50:34 +00:00 | 2446 commits to trunk since this releaseRemoved
- Retire
projects/{zdns,zerotea,zelnet}/— the 2 server-package + 1 desktop-package projects are
nowPipelineProjectCRs in seanfarm, rendered by pipelines-operator v0.1.14's new server/desktop
renderers (pkg-install matrix + gpg-signed apt/dnf promote; desktop adds multi-platform build + live
functional reels). zerotea's 6h release cadence is nowspec.release.cadence; its bespoke
mutation-smoke + staging-health guard crons moved to seanfarm (pipeline-projects/zerotea-guards/).
Parity-gated render; the operator SSA-adopts the preserved sensors and the ApplicationSet's
preserveResourcesOnDeletionkeeps them alive through the cutover.projects/now holds only the
gitops (seanfarm, platform-seanfarm, pipelines) + special-cased (builder-images, linux) projects.
Included changes (v0.1.79 -> v0.1.80)
36ecf5ab2f06chore(projects): retire zdns/zerotea/zelnet overlays (now server/desktop CRs in seanfarm)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Retire
-
v0.1.79 Stable
released this
2026-07-06 13:23:29 +00:00 | 2451 commits to trunk since this releaseRemoved
- Retire
projects/rpg-{hello,demo,lemonade,munchers}/— the 4 ibmi-rpg projects are now
PipelineProjectCRs in seanfarm, rendered by pipelines-operator v0.1.13's new ibmi-rpg renderer
(ci/staging/deploy sensors + branch protections + provision Jobs). The sharedpub400-creds
Secret moved to a seanfarm Flux-managed cluster singleton (the sharedtemplates/base/pipeline-*-ibmi
still consume it by name). Parity-gated render; the operator SSA-adopts the preserved sensors and
the ApplicationSet'spreserveResourcesOnDeletionkeeps them alive through the cutover. Completes
the ibmi-rpg taxonomy migration;projects/now holds only the 5 not-yet-rendered taxonomies.
Included changes (v0.1.78 -> v0.1.79)
b980be7ddd67chore(projects): retire rpg-* overlays (now ibmi-rpg CRs in seanfarm)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Retire