conductor

CI task system
git clone git://git.finwo.net/app/conductor
Log | Files | Refs | README | LICENSE

commit 89d680602ddcb52f64e559c1181434ac9785d0e5
parent 0ae4cfed4ba3c105744ddd9de196e9c37fee44c5
Author: finwo <finwo@pm.me>
Date:   Sun, 20 Sep 2026 04:17:48 +0200

Release 0.4.0

Diffstat:
Mdeploy/hub/conductor-worker.md | 8++++----
Mdeploy/hub/conductor.md | 6+++---
Mpackage.json | 2+-
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/deploy/hub/conductor-worker.md b/deploy/hub/conductor-worker.md @@ -11,8 +11,8 @@ Source and issues: https://github.com/finwo/conductor | Tag | What it is | | ---------------- | ------------------------------------------ | | `latest` | the most recent release | -| `0.3.1` | an exact version | -| `0.3` | the latest patch of that minor series | +| `0.4.0` | an exact version | +| `0.4` | the latest patch of that minor series | | `<commit>` | an exact build from main, twelve hex chars | Built for `linux/amd64`, `linux/arm64` and `linux/riscv64`. @@ -20,8 +20,8 @@ Built for `linux/amd64`, `linux/arm64` and `linux/riscv64`. **Upgrade the conductor and its workers together.** In 0.3.0 a job became one run of a pipeline and a task became the unit this image runs. Workers claim from `/api/v1/tasks/claim`, so a 0.2.x worker will not run anything -for a 0.3.x conductor. Pin both to the same version if they are upgraded -separately. +for a 0.3 or newer conductor. Pin both to the same version if they are +upgraded separately. ## Quick start diff --git a/deploy/hub/conductor.md b/deploy/hub/conductor.md @@ -10,8 +10,8 @@ Source and issues: https://github.com/finwo/conductor | Tag | What it is | | ---------------- | ------------------------------------------ | | `latest` | the most recent release | -| `0.3.1` | an exact version | -| `0.3` | the latest patch of that minor series | +| `0.4.0` | an exact version | +| `0.4` | the latest patch of that minor series | | `<commit>` | an exact build from main, twelve hex chars | Built for `linux/amd64`, `linux/arm64` and `linux/riscv64`. @@ -19,7 +19,7 @@ Built for `linux/amd64`, `linux/arm64` and `linux/riscv64`. **Upgrade the conductor and its workers together.** In 0.3.0 a job became one run of a pipeline and a task became the unit a worker runs. Workers claim from `/api/v1/tasks/claim`, so a 0.2.x worker will not run anything -for a 0.3.x conductor. +for a 0.3 or newer conductor. ## Quick start diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "conductor", - "version": "0.3.1", + "version": "0.4.0", "description": "Stand-alone CI system: in-repo pipelines, containerised jobs, pull-based workers", "type": "module", "main": "src/conductor/index.js",