Skip to content

feat(agent-runner): track agent-kit releases and bump baked pin to v3.3.0#20

Merged
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
feat/kit-release-propagation
Jul 13, 2026
Merged

feat(agent-runner): track agent-kit releases and bump baked pin to v3.3.0#20
jorisjonkers-dev-agents[bot] merged 1 commit into
mainfrom
feat/kit-release-propagation

Conversation

@jorisjonkers-dev-agents

Copy link
Copy Markdown
Contributor

Addresses JorisJonkers-dev/agent-kit#25.

The agent-runner image baked the agent-kit runtime at v1.1.0 while the kit is at v3.3.0, and nothing bumped the pin on a kit release. This closes the propagation gap:

  • Bumps the pin v1.1.0 -> v3.3.0 in every location that takes effect at release build time: services/agent-runner/Dockerfile (AGENT_KIT_RUNTIME_REF and AGENT_KIT_VERSION), .github/workflows/ci.yml and .github/workflows/publish.yml build-args. The workflow build-args override the Dockerfile ARG defaults, so bumping the Dockerfile alone would have been ineffective at release — all three move together.
  • Adds a Renovate customManager tracking the runtime-home ref and AGENT_KIT_VERSION across the Dockerfile and both workflows against JorisJonkers-dev/agent-kit releases, grouped so the pins always bump in lockstep (a partial bump would reintroduce the override mismatch). Automerge is intentionally omitted to match the repo's existing dashboard-approval posture.

With this, a kit release yields a single grouped bump PR here; merging it releases a runner image on the new kit, which the agents-api idle-recycle mechanism then delivers to disconnected runners. Boot-time freshness (agent-kit#26) removes the recycle latency separately.

Reviewed cross-provider (codex) before opening: APPROVE, no findings. The v3.3.0 release tarball assets are confirmed present; the GHCR runtime-home OCI tag could not be verified from the sandbox (token lacks package read) but the Dockerfile falls back to the release tarball.

Bump the baked agent-kit runtime pin from v1.1.0 to v3.3.0 across the
agent-runner Dockerfile and the ci/publish build-args, and add a Renovate
regex customManager that tracks these pins against agent-kit GitHub
releases so a kit release opens a single grouped bump PR.
@jorisjonkers-dev-agents jorisjonkers-dev-agents Bot merged commit b4308ce into main Jul 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant