Noderax Docs
Changelog

releaseId For Control-Plane Builds

See how releaseId, bundle checksums, and releasedAt timestamps drive the self-update model.

releaseId For Control-Plane Builds

Control-plane releases publish the following identity layer:

  • platformVersion
  • releaseId
  • releasedAt
  • bundle checksum information

Update rule

The control plane should consider a self-update available when:

  • latest.releaseId !== current.releaseId

even if:

  • latest.platformVersion === current.platformVersion

This is the core rule that makes installer-managed self-update reliable within a stable product line.

The semantic line answers “what product line am I on?” The releaseId answers “which exact control-plane build is installed right now?”

Why the model exists

On this page