Releases: noderax/noderax-agent
Releases · noderax/noderax-agent
Noderax Agent 1.0.1
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 classicsudo. - 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
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
Updatescenter 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
amd64andarm64agents using official CDN metadata with GitHub Releases fallback.
Security
- Dedicated
noderaxruntime user with least-privilege task execution defaults. - Self-update sudo access is restricted to the dedicated
noderax-agent updatecommand instead of generic root shell execution.