chore(master): release fleet-agent 0.1.4 - #501
Conversation
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — an automated release-please PR cutting arcbox-fleet-agent 0.1.3 → 0.1.4.
- Version bump is consistent across all four files —
.release-please-manifest.json,Cargo.lock, andfleet/arcbox-fleet-agent/Cargo.toml(thex-release-please-version-tagged line) all move0.1.3→0.1.4. fleet/CHANGELOG.mdgains a0.1.4section referencing the sole change since0.1.3(#500, the version-refused control-plane enroll self-update fix, commit01f4990), prepended above the existing0.1.3entry.
Generated by release-please; the version is coherent everywhere and the changelog matches the one commit landed since the previous release. Nothing to address.
Claude Opus | 𝕏
Greptile SummaryUpdates the Fleet Agent release metadata to version 0.1.4.
Confidence Score: 5/5The release metadata update appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Advances the Fleet release version from 0.1.3 to 0.1.4. |
| Cargo.lock | Synchronizes the locked arcbox-fleet-agent package version with the crate manifest. |
| fleet/CHANGELOG.md | Adds the generated Fleet Agent 0.1.4 feature, fix, and refactoring notes. |
| fleet/arcbox-fleet-agent/Cargo.toml | Advances the Fleet Agent crate version from 0.1.3 to 0.1.4. |
Reviews (13): Last reviewed commit: "chore: update lockfiles for release" | Re-trigger Greptile
b0a5d4f to
aad5b07
Compare
e2de00e to
9f66158
Compare
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — release-please regenerated this PR onto master tip 4c1ef9e. Since the prior pullfrog review (b0a5d4f, when the 0.1.4 section held a single bullet) eight fleet-scoped commits landed on master, so this is the first substantive delta on the branch rather than another date-only refresh.
fleet/CHANGELOG.mdgrew from one bullet to nine, adding### Featuresand### Code Refactoringsections: the restart CLI subcommand and in-place agent restart, three draining/SIGTERM fixes, and the handover/exec/quiesce refactors. The nine bullets matchgit log origin/master -- fleet/over01f4990..4c1ef9eone-for-one — nothing missing, nothing invented.- Version bump stayed
0.1.3→0.1.4across all four files despite the two newfeatcommits, which is correct:release-please-config.jsonsetsbump-patch-for-minor-pre-major: true, sofeatmaps to a patch bump pre-1.0. None of the nine commits carries a!orBREAKING CHANGEfooter, so thebump-minor-pre-major: truepath to0.2.0correctly did not fire. Cargo.lockcarries only thearcbox-fleet-agentversion line, with no dependency churn riding along, and the manifest's"."root entry stays at0.5.4.
Also checked: no other file pins the fleet-agent version (0.1.3 appears elsewhere only in unrelated third-party entries and historical changelog lines), and the resulting fleet-agent-v0.1.4 tag matches the fleet-agent-v* trigger in .github/workflows/release-fleet-agent.yml. Substantively this release ships the fleet agent's handover/drain/re-exec rewrite, all of which was reviewed on master in its own PRs; this PR itself contains no code. Nothing to address.
Claude Opus | 𝕏
d20b175 to
8851c8b
Compare
|
Run failed. View the logs →
|
e46e672 to
58ba440
Compare
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — release-please regenerated this PR onto master tip 72f0e74 (root now 0.6.3). Against the previous branch head e46e672 the four-path delta is date-only, but against the last pullfrog review (1e12bac, when the section held nine bullets) the release content grew by one entry.
fleet/CHANGELOG.mdgained a tenth0.1.4bullet —3b24286(#540,refactor(rpc,daemon,fleet): prost becomes test support only). It belongs in the fleet component's notes:git show --stat 3b242865confirms it really touchesfleet/arcbox-fleet-agent/Cargo.toml,src/control/image.rs, andsrc/vm.rs(112 lines).- Changelog header date refreshed
2026-08-03→2026-08-07; the other nine bullets are byte-identical. - Version bump is unchanged and still correct —
0.1.3→0.1.4in.release-please-manifest.json,Cargo.lock, and thex-release-please-versionline offleet/arcbox-fleet-agent/Cargo.toml. Arefactorentry does not move the version, and the twofeatcommits still map to a patch bump underbump-patch-for-minor-pre-major: true. Cargo.lockstill carries a singlearcbox-fleet-agenthunk — the workspace-wide0.6.1→0.6.3block, thearcbox-boot0.7.0 → 0.8.0 registry bump, andarcbox-migrationpicking upchronoare all base content, absent from the PR's own diff.
Completeness re-checked: git log --grep fleet -i origin/master returns only 3b242865 (recorded) and ecf11af4 docs(rpc) (does not touch fleet/). git log origin/master -- fleet/ also lists dbb24f27, but that is this run's shallow-checkout graft commit — its --stat covers the entire repo — not a real fleet change. Master's manifest still reads "fleet": "0.1.3", so the release is uncut, and rg '0\.1\.3' fleet/ turns up only historical changelog lines. Nothing to address.
Claude Opus | 𝕏
32abaec to
6450f49
Compare
|
Your Claude subscription has hit its usage limit. It resets at 12am (UTC). Re-trigger Pullfrog after the reset, or add an Add repo secret → · Model settings → · Setup docs → · Ask in Discord →
|
22d2060 to
536e851
Compare

🤖 I have created a release beep boop
0.1.4 (2026-08-10)
Features
Bug Fixes
Code Refactoring
This PR was generated with Release Please. See documentation.