Skip to content

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 14 Jul 21:05
· 168 commits to main since this release
3249448

Fixed

  • A node whose enrolment token is rejected parks, logs EDGE_PARKED, and reconnects in place after
    dahrk start --token <token>. (#68)
  • The enrolment token lives only in ~/.dahrk/node.json (0600); launchd and systemd units carry no
    copy. (#68)
  • dahrk status reports a node the hub has rejected, points at dahrk start --token, and exits
    non-zero. (#68)
  • Reconnect backoff is exponential from 500ms to a 30s ceiling, jittered so nodes do not return in
    lockstep. (#68)