• v0.1.76 5863230210

    v0.1.76 Stable

    gitea_admin released this 2026-07-06 03:43:19 +00:00 | 945 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.75 -> v0.1.76)

    • 7c635c71b818 fix(kernel): gate when-guard via scalar fleetCount, not JSON compare
    Downloads
  • v0.1.75 54f0e22266

    v0.1.75 Stable

    gitea_admin released this 2026-07-06 02:17:44 +00:00 | 950 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.74 -> v0.1.75)

    • 38298b3bcbcd fix(kernel): verify agent = runtime-proof; retry + wedge diagnosis
    Downloads
  • v0.1.74 23e01256b5

    v0.1.74 Stable

    gitea_admin released this 2026-07-06 01:46:01 +00:00 | 955 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.73 -> v0.1.74)

    • e5261d934455 fix(kernel): quote string operands in deploy when-expressions
    Downloads
  • v0.1.73 cf5ffcb724

    v0.1.73 Stable

    gitea_admin released this 2026-07-05 21:51:28 +00:00 | 960 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.72 -> v0.1.73)

    • 2100a86310bf feat(build-images): per-image build backend — HEAVY images to shipwright-buildkitd
    Downloads
  • v0.1.72 d4b90636f7

    v0.1.72 Stable

    gitea_admin released this 2026-07-05 20:47:28 +00:00 | 965 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.71 -> v0.1.72)

    • 360c1e15b70a fix(build-images): serialize the build fan-out (parallelism: 1)
    Downloads
  • v0.1.71 f6d3846acc

    v0.1.71 Stable

    gitea_admin released this 2026-07-05 19:21:54 +00:00 | 970 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.70 -> v0.1.71)

    • b8c25a266c94 fix(build-images): declare push+forgejo at the build-one TEMPLATE level
    Downloads
  • v0.1.70 209c5a257c

    v0.1.70 Stable

    gitea_admin released this 2026-07-05 19:15:26 +00:00 | 975 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.69 -> v0.1.70)

    • 82040d526d98 fix(pipectl): resolve land repo from config.yaml, not hardcoded sean/${project}
    Downloads
  • v0.1.69 71c706fa56

    v0.1.69 Stable

    gitea_admin released this 2026-07-05 18:54:23 +00:00 | 980 commits to main since this release

    Fixed

    • 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)

    • d230e1657258 fix(dashboard): wf-poller memory 512Mi -> 1Gi for the 14d/1000 Argo retention
    Downloads
  • v0.1.68 f20cae186f

    v0.1.68 Stable

    gitea_admin released this 2026-07-05 18:48:28 +00:00 | 985 commits to main since this release

    Changed

    • Incremental release.

    Included changes (v0.1.67 -> v0.1.68)

    • 1778760aa06a fix(builder-images): provision the read MinIO key (build read)
    Downloads
  • v0.1.67 18a1e7de66

    v0.1.67 Stable

    gitea_admin released this 2026-07-05 18:38:50 +00:00 | 990 commits to main since this release

    Changed

    • CHANGE-MODEL Phase 2 ("declare intent") — actor side. pipectl ship and shipd's Ship
      button now CREATE a declared PipelineRelease CR (declaredBy: pipectl|shipd,
      requestedBy identity) instead of constructing a cadence Workflow — the pipelines-operator's
      ReleaseSubmitter owns workflow submission. pipectl ship --wait waits 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.js pins the shipd contract (declared CR, no workflow
      construction); added to the validate template's test list.

    Included changes (v0.1.66 -> v0.1.67)

    • dab0230b9a93 feat(change-model): Phase 2 actors declare intent — pipectl/shipd create PipelineRelease, cadence verdict outputs, staging audit params
    Downloads