Skip to content

Releases: noderax/noderax-agent

Noderax Agent 1.0.1

02 Apr 08:32

Choose a tag to compare

Noderax Agent 1.0.1

Fixed

  • Fleet self-update now hands off through a request-file based privileged helper so rollout updates work on hosts that ship sudo-rs, where sudoers wildcard argument matching is more restrictive than classic sudo.
  • Managed self-update now refreshes the installed privileged helper during binary replacement so later rollouts keep using the corrected handoff path.

Noderax Agent 1.0.0

01 Apr 21:58

Choose a tag to compare

Noderax Agent 1.0.0

Added

  • One-click bootstrap installer for Ubuntu and Debian hosts.
  • Background service management, telemetry, task polling, and package operations for enrolled nodes.
  • Interactive terminal support over the agent realtime channel.
  • Platform-wide Updates center for official agent release visibility, rollout selection, and changelog browsing.
  • Sequential fleet rollouts with retry, skip, resume, cancel, rollback, and heartbeat-confirmed completion.
  • Detached self-update command for Linux amd64 and arm64 agents using official CDN metadata with GitHub Releases fallback.

Security

  • Dedicated noderax runtime user with least-privilege task execution defaults.
  • Self-update sudo access is restricted to the dedicated noderax-agent update command instead of generic root shell execution.