1.8.17 Enterprise (September 19, 2025)
SECURITY:
- build: Update go-getter to 1.7.9 to address CVE-2025-8959. Nomad Client Agents with Landlock support are not impacted by this vulnerability. [GH-26533]
- client: inspect artifacts for sandbox escape when landlock is unavailable [GH-26608]
IMPROVEMENTS:
- config: Validate the
keyring
configuration block label against supported values on agent startup [GH-26673] - scheduling: Improve performance of scheduling when checking reserved ports usage [GH-26712]
- ui: Updated icons to the newest design system [GH-25353]
BUG FIXES:
- dispatch: Fixed a bug where evaluations were not created atomically with dispatched jobs, which could prevent dispatch jobs from creating allocations [GH-26710]
- exec: Adjust USER and HOME env vars when user value is set [GH-25859]
- exec: Correctly set the
LOGNAME
env var when the job specification user value is set [GH-26703] - logs: skip logging SIGPIPE [GH-26582]