-
v0.1.269 Stable
released this
2026-07-24 11:38:18 +00:00 | 45 commits to main since this releaseFixed
- Tie the BuildKit daemon pod template to a tested SHA-256 of
buildkitd.toml,
so registry-mirror and cache configuration changes trigger a declarative
DaemonSet rollout instead of leaving old configuration in running processes.
Included changes (v0.1.268 -> v0.1.269)
ccb52ce35961fix(buildkit): roll daemons on config changes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tie the BuildKit daemon pod template to a tested SHA-256 of
-
v0.1.268 Stable
released this
2026-07-24 11:26:28 +00:00 | 49 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.267 -> v0.1.268)
04127222f27cperf(runtime): accelerate pipeline pod transitions
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.267 Stable
released this
2026-07-24 11:17:57 +00:00 | 53 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.266 -> v0.1.267)
5aeea2bcb242feat(dns): external-dns + letsencrypt issuer onto the static SOPS key
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.266 Stable
released this
2026-07-24 11:01:06 +00:00 | 57 commits to main since this releaseFixed
- Make gitops-flux deploys verify Codeberg
mainafter every push. A proxy can
return HTTP 504 after accepting the pack; the deploy now recognizes the
verified target ref as success instead of failing before it nudges Flux. - Publish safe gitops-flux deploy failure stages (
drift-check,
codeberg-push,flux-source, andflux-converge) through
PipelineDeploy.status.failedStep, matching the ArgoCD deploy taxonomy.
Included changes (v0.1.265 -> v0.1.266)
638ab3979a25fix(deploy): report Flux failure stages703534658249fix(deploy): verify ambiguous Codeberg pushes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Make gitops-flux deploys verify Codeberg
-
v0.1.265 Stable
released this
2026-07-24 09:24:02 +00:00 | 62 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.264 -> v0.1.265)
d1e4fd8c2913feat(dns): ArgoCD bundle/dns — external-dns singleton + de-aliased letsencrypt issuer
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.264 Stable
released this
2026-07-24 08:06:33 +00:00 | 66 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.263 -> v0.1.264)
80af065280c8feat(n8n): ArgoCD bundle + platform-apps AppProject (Flux->ArgoCD singleton)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.263 Stable
released this
2026-07-24 08:00:30 +00:00 | 70 commits to main since this releaseFixed
- Make Athens an acceleration layer rather than an availability gate: all Go
build and releaseGOPROXYsettings now use any-error|directfallback,
with a regression guard covering every generated Go project and trusted
release step.
Included changes (v0.1.262 -> v0.1.263)
db8943c9d279fix(cache): make Athens an optional accelerator
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Make Athens an acceleration layer rather than an availability gate: all Go
-
v0.1.262 Stable
released this
2026-07-24 07:01:06 +00:00 | 74 commits to main since this releaseChanged
- Track OpenBao and Forgejo operator deploys from their controller image pins in
platform-seanfarm, not earlier CRD-source-only changes in seanfarm.
Added
- Make
pipectl merge --waitread safe workflow status from the pipelines query
API, and archive/default-deny expose the exact merge runner's diagnostics.
Included changes (v0.1.261 -> v0.1.262)
46840584c5abfix(observability): report real operator deploys
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Track OpenBao and Forgejo operator deploys from their controller image pins in
-
v0.1.261 Stable
released this
2026-07-24 06:52:31 +00:00 | 78 commits to main since this release- Deploy pipelines-operator v0.1.55. Auto-bump the operator app pin (targetRevision + controller image) v0.1.54 -> v0.1.55 in apps/applications.yaml; rides the next pipelines release to main, where the pipelines-deploy sensor syncs the operator.
Included changes (v0.1.260 -> v0.1.261)
e8d48c8f5c0edeploy(operator): pin pipelines-operator v0.1.54 -> v0.1.55
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.260 Stable
released this
2026-07-24 06:13:08 +00:00 | 82 commits to main since this releaseFixed
- pkg.sean.farm route backend:
pkg→pkg-host(500 fix). The pre-staged bare route
trusted a stale in-file comment ("serves at pkg.pkg.svc"); the live Service ispkg-host.
Surfaced the moment delta-C pruned the alice route and the bare one took over.
Changed
- obsbucket: enable prune (Phase 1.6, the adoption's final dial). The Crossplane claim,
XR, Objects and apis/obsbucket are all retired and verified; the render has been stable
through the soak (scoped-key Secret UID invariant held end-to-end). The app now runs the
standard automated {prune, selfHeal} policy like its siblings.
Included changes (v0.1.259 -> v0.1.260)
5a7af28bf59bfeat(obsbucket): flip to automated prune (Phase 1.6)400217937f3afix(pkg-host): route backend pkg -> pkg-host (500 after delta-C)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- pkg.sean.farm route backend: