Uh oh!
There was an error while loading. Please reload this page.
chore(release): bump VERSION to 0.10.12 for next cycle - #562
Merged
Conversation
Declares `0.10.12` as the next release version so the release train can cut an rc for it. `v0.10.11` is already tagged (both `v0.10.11` and `v0.10.11-rc.1` exist) and the delta waiting on `develop` — #541, `feat(doctor): surface the machine beneath the nodes` — touches `internal/cli/*`, a declared `publish_path` in release-train's `repos.yml`. With `VERSION` still reading `0.10.11`, the staging hop's version preflight refuses: rc NOT tagged - v0.10.11 already exists and the delta DOES touch published files (bump VERSION on develop before the next release) Measured on the 2026-08-24 staging hop: the `cli` leg failed this preflight on both settle dispatches, so `cli` sat the hop out while every other repo rode. Patch-level, matching the whole 0.10.x series (0.10.1 -> 0.10.11 were all patch bumps, features included). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
aptracebloc
approved these changes
Aug 24, 2026
Uh oh!
There was an error while loading. Please reload this page.
4 tasks
LukasWodka added a commit
that referenced
this pull request
Aug 25, 2026
Declares `0.10.13` as the next release version so the release train can cut an rc for it. `v0.10.12` is already tagged -- both `v0.10.12` and `v0.10.12-rc.1` exist -- and the delta waiting on `develop` touches `internal/doctor/doctor.go`, under the `internal/*` publish_path in release-train's `repos.yml`: - #563 fix(release): retry the cosign call, bounded and transient-only - #564 feat(doctor): measure disk, the dimension it never looked at With `VERSION` still reading `0.10.12`, the staging hop's version preflight refuses: rc NOT tagged - v0.10.12 already exists and the delta DOES touch published files (bump VERSION on develop before the next release) Measured on the 2026-08-25 staging hop: the `cli` leg failed this preflight, so `cli` sat the hop out. Same shape as the 0.10.12 bump (#562) one day earlier -- each hop that ships published files needs its own bump, and the previous one is consumed by the hop that shipped it. Patch-level, matching the whole 0.10.x series. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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 freeto 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.
Summary
Declares
0.10.12as the next release version so the release train can cut an rc for it.v0.10.11is already tagged — bothv0.10.11andv0.10.11-rc.1exist — and the deltawaiting on
develop(#541,feat(doctor): surface the machine beneath the nodes) touchesinternal/cli/*, a declaredpublish_pathin release-train'srepos.yml. WithVERSIONstill reading
0.10.11, the staging hop's version preflight refuses:Measured, not inferred: on the 2026-08-24 staging hop the
clileg hit this on bothsettle dispatches (runs 32713998202
and 32717833447), so
clisatthe hop out while the rest of the fleet rode. It cannot ride any hop until this lands.
Patch-level, matching the whole
0.10.xseries (0.10.1 → 0.10.11 were all patch bumps,features included).
Type
chore(release)
Test plan
No behaviour change.
VERSIONis read byrelease.ymlat tag time and by the releasetrain's version preflight; nothing in the binary reads it at runtime. Verified nothing else
in the repo pins the old version:
The bump is byte-exact in shape (single line, trailing newline preserved), so the file stays
0.10.12\nasrelease.ymlexpects.Checklist
developVERSION, 1 line)Note
Low Risk
Single-line version file bump with no runtime, auth, or data-handling changes.
Overview
Bumps
VERSIONfrom0.10.11to0.10.12so the release train can cut the next rc.v0.10.11is already tagged, and pending published-path changes were blocking staging while this file still matched the last tag.Reviewed by Cursor Bugbot for commit e334805. Bugbot is set up for automated code reviews on this repo. Configure here.