chore(caretaker): upgrade pin v0.19.6 → v0.25.0 + thin workflow template#64
Merged
ianlintner merged 1 commit intomainfrom Apr 27, 2026
Merged
chore(caretaker): upgrade pin v0.19.6 → v0.25.0 + thin workflow template#64ianlintner merged 1 commit intomainfrom
ianlintner merged 1 commit intomainfrom
Conversation
…late Fleet-wide upgrade ahead of the v0.25.0 release surface (event-bus backend dispatch + auto-bootstrap + Mongo fleet store + pr-reviewer two consumer-bug fixes from caretaker#620). This consumer repo was on the older heavy maintainer.yml template (running 'caretaker run' inline in CI). The new thin streaming workflow (~80 lines) just mints OIDC + tails SSE; the deployed backend executes the orchestrator on its own infra. * .github/maintainer/.version 0.19.6 -> 0.25.0 * .github/workflows/maintainer.yml replaced with the v0.25.0 setup-templates thin streaming workflow The CARETAKER_BACKEND_URL repo variable is already set, so no operator action is required after merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fleet-wide upgrade to caretaker v0.25.0.
Changes
.github/maintainer/.version: 0.19.6 → 0.25.0.github/workflows/maintainer.yml: replaced heavy maintainer.yml (runningcaretaker runinline) with v0.25.0 thin streaming workflow (~80 lines). The deployed backend now executes the orchestrator server-side; the runner just mints OIDC + tails SSE.What this unlocks (since 0.19.6)
What stays the same
CARETAKER_BACKEND_URLrepo variable is already set.github/maintainer/config.ymlis unchanged (per-agent enables, autonomy, LLM routing all preserved).github/agents/unchangedVerification
After merge, the next scheduled run (every 6h cron in the new template, or workflow_dispatch) should succeed. Status comments will start being authored by
the-care-taker[bot](the App identity, server-side dispatch) instead ofgithub-actions[bot](the legacy in-runner orchestrator).