Skip to content

v1.0.1 — newest tag, and its number understates it

Latest

Choose a tag to compare

@rldyourmnd rldyourmnd released this 29 Aug 13:24
· 352 commits to main since this release
Immutable release. Only release title and notes can be modified.
v1.0.1
470c95c

Read the number with care. v1.0.1 is the newest tag in this repository, not a patch on the v1.0 line. It contains v1.1.0 and v1.2.0 and 90 further commits, features included.

Verified: git merge-base --is-ancestor v1.2.0 v1.0.1 succeeds, and git log v1.2.0..v1.0.1 is 90 commits.

Beyond v1.2.0 it adds, among others:

  • feat(scheduler): checkpointed recovery — lifecycle controller, bounded host executor, persisted dispatcher heartbeat, recovery lifecycle metrics, portable recovery CLI
  • feat(telemetry): tool cache job events
  • fix(scheduler): heartbeat only on real progress; verify lock close durability
  • fix(tool-cache): persist runner diagnostic events

This is the commit NDDev-OpenNetwork/ci-workflows pins in catalog/tools.yml (470c95c3), so it is the tag with a live consumer. It is marked latest because it is genuinely the newest, and this note exists so nobody reads the version number as a promise of a small change.

The numbering is recorded as it happened rather than corrected by a new tag, because moving a consumer's pin is a separate decision.