-
v0.1.76 Stable
released this
2026-07-06 03:43:19 +00:00 | 945 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.75 -> v0.1.76)
7c635c71b818fix(kernel): gate when-guard via scalar fleetCount, not JSON compare
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.75 Stable
released this
2026-07-06 02:17:44 +00:00 | 950 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.74 -> v0.1.75)
38298b3bcbcdfix(kernel): verify agent = runtime-proof; retry + wedge diagnosis
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.74 Stable
released this
2026-07-06 01:46:01 +00:00 | 955 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.73 -> v0.1.74)
e5261d934455fix(kernel): quote string operands in deploy when-expressions
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.73 Stable
released this
2026-07-05 21:51:28 +00:00 | 960 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.72 -> v0.1.73)
2100a86310bffeat(build-images): per-image build backend — HEAVY images to shipwright-buildkitd
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.72 Stable
released this
2026-07-05 20:47:28 +00:00 | 965 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.71 -> v0.1.72)
360c1e15b70afix(build-images): serialize the build fan-out (parallelism: 1)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.71 Stable
released this
2026-07-05 19:21:54 +00:00 | 970 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.70 -> v0.1.71)
b8c25a266c94fix(build-images): declare push+forgejo at the build-one TEMPLATE level
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.70 Stable
released this
2026-07-05 19:15:26 +00:00 | 975 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.69 -> v0.1.70)
82040d526d98fix(pipectl): resolve land repo from config.yaml, not hardcoded sean/${project}
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.69 Stable
released this
2026-07-05 18:54:23 +00:00 | 980 commits to main since this releaseFixed
- wf-poller OOMKill at the new 14d/1000 Argo retention — memory limit 512Mi -> 1Gi, sized to
the raised retention worst case (865 live workflows OOMKilled the 512Mi decode within minutes,
flapping the dashboard). Raise in lockstep with any future retention bump.
Included changes (v0.1.68 -> v0.1.69)
d230e1657258fix(dashboard): wf-poller memory 512Mi -> 1Gi for the 14d/1000 Argo retention
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- wf-poller OOMKill at the new 14d/1000 Argo retention — memory limit 512Mi -> 1Gi, sized to
-
v0.1.68 Stable
released this
2026-07-05 18:48:28 +00:00 | 985 commits to main since this releaseChanged
- Incremental release.
Included changes (v0.1.67 -> v0.1.68)
1778760aa06afix(builder-images): provision the read MinIO key (build read)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.67 Stable
released this
2026-07-05 18:38:50 +00:00 | 990 commits to main since this releaseChanged
- CHANGE-MODEL Phase 2 ("declare intent") — actor side.
pipectl shipand shipd's Ship
button now CREATE a declaredPipelineReleaseCR (declaredBy: pipectl|shipd,
requestedByidentity) instead of constructing a cadence Workflow — the pipelines-operator's
ReleaseSubmitter owns workflow submission.pipectl ship --waitwaits on the CR's phase
(Succeeded/Skipped/Failed). shipd's RBAC shrinks to create-pipelinereleases (workflow
construction removed; guarded by the shipd-release-guard VAP in seanfarm). - pipeline-release-cadence emits its verdict as output params (
outcome: released|skipped,
version,sha) so the operator can fill the declared CR and submit the release execution
with explicit params. Inert on the legacy sensor path. - pipeline-staging accepts declared-intent audit params
mode/version(empty on the
sensor path); the run's gating still cross-checks via the build's computed mode until Phase 3. - New
tests/shipd-release-create.test.jspins the shipd contract (declared CR, no workflow
construction); added to the validate template's test list.
Included changes (v0.1.66 -> v0.1.67)
dab0230b9a93feat(change-model): Phase 2 actors declare intent — pipectl/shipd create PipelineRelease, cadence verdict outputs, staging audit params
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CHANGE-MODEL Phase 2 ("declare intent") — actor side.