The Nomad team is excited to announce the release of Nomad v1.10.1! The release contains improvements, bug fixes and security patches, such as:
- Update Go to 1.24.3 to address CVE-2025-22873
- Added priority flag to job dispatch command
- Fixed missing stats for rss, cache and swap memory for cgroups v1 in the Docker driver
- Improved startup decryption task handling to avoid timing problems with task addition on FSM restore
- Fix for a bug where the default task user was set to ‘nobody’ on Windows
- Added a new server configuration option named
start_timeout
used to monitor the server setup and startup processes which must complete before it is considered healthy, such as keyring decryption - (Enterprise) Fixed a bug where in some cases hard-mandatory Sentinel policies could be overridden with -policy-override, addressing CVE-2025-3744.
Nomad v1.10.1 also contains two breaking changes:
- The non-functional option -peer-address has been removed from the operator raft remove-peer command and equivalent API
- Errors encountered when reloading agent configuration will now cause agents to exit. Before configuration errors during reloads were only logged. This could lead to agents running but unable to communicate.
Please refer to the changelog for the complete list of improvements and bug fixes. We are also releasing backports of bug fixes to Nomad Enterprise v1.9.9 and v1.8.13.
Please read the upgrade guide for notes around upgrading and remember that downgrading is not supported. Please do not hesitate to file an issue on GitHub if you encounter any issues.
Thanks,
The Nomad Team
1.10.1 Binaries - Nomad v1.10.1 Binaries | HashiCorp Releases
1.10.1 Changelog - nomad/CHANGELOG.md at release/1.10.1 · hashicorp/nomad · GitHub