# Nomad ent-changelog-1.10.13 — v1.10.13 (Enterprise) - Product: Nomad (https://whatsnew.fyi/product/nomad) - Vendor: HashiCorp - Date: 2026-06-09 - Version: ent-changelog-1.10.13 - Original notes: https://github.com/hashicorp/nomad/releases/tag/ent-changelog-1.10.13 - Permalink: https://whatsnew.fyi/product/nomad/releases/ent-changelog-1.10.13 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **security** — Redact token and certificate key CLI flags and environment variables when writing debug bundle - **changed** — Update Go to 1.26.4 - **changed** — Add token renewal retries to Vault - **fixed** — Fixed a bug where alloc exec and job actions requests from the web browser would be marked as anonymous in audit logs - **fixed** — Fixed a bug where tasks could accidentally get killed mid-restart on template re-render - **fixed** — Fixed a bug where task states could accidentally be overwritten - **fixed** — Re-write Consul service identity token when reattaching to task - **fixed** — Re-enabled use of multiple Vault namespaces in a single job - **fixed** — Store verified and canonicalised plugin configuration in the agent - **fixed** — Fixed a bug where templates with change_mode=noop would stop monitoring templates that fatally fail after initial rendering - **fixed** — Fixed a bug where jobs with HCL variables submitted via Terraform could not be started or stopped in the web UI - **fixed** — Fixed service detail page not rendering in the UI - **fixed** — Fixed a bug where the evaluation detail panel would render improperly in the UI - **fixed** — Fixed flickering on the log streaming pop out when viewing them from job overview page in the UI - **fixed** — Fixed the client drain popover form to provide an accessible name for assistive technologies - **fixed** — Fixed the drain popover deadline field so its label is properly associated with the input for improved accessibility - **fixed** — Fixed the namespace list being continually fetched when on the job overview page in the UI SECURITY: * cli: Redact token and certificate key CLI flags and environment variables when writing debug bundle [[GH-28063](https://github.com/hashicorp/nomad/issues/28063)] IMPROVEMENTS: * build: Updated Go to 1.26.4 [[GH-28080](https://github.com/hashicorp/nomad/issues/28080)] * vault: adds token renewal retries [[GH-27947](https://github.com/hashicorp/nomad/issues/27947)] BUG FIXES: * audit (Enterprise): Fixed a bug where alloc exec and job actions requests from the webbrowser would be marked as anonymous in audit logs [[GH-28025](https://github.com/hashicorp/nomad/issues/28025)] * client: Fixed a bug where tasks could accidentally get killed mid-restart on template re-render [[GH-27960](https://github.com/hashicorp/nomad/issues/27960)] * client: fix a bug where we could accidentally overwrite task states [[GH-27944](https://github.com/hashicorp/nomad/issues/27944)] * consul: re-write consul service identity token when reattaching to task [[GH-27936](https://github.com/hashicorp/nomad/issues/27936)] * job (Enterprise): Renabled use of multiple vault namespaces in a single job * plugins: store verified and canonicalised plugin configuration in the agent [[GH-28083](https://github.com/hashicorp/nomad/issues/28083)] * template: Fixed a bug where templates with `change_mode=noop` would stop monitoring templates that fatally fail after initial rendering [[GH-28016](https://github.com/hashicorp/nomad/issues/28016)] * ui: Fix a bug where jobs with HCL variables submitted via Terraform could not be started or stopped in the web UI [[GH-28095](https://github.com/hashicorp/nomad/issues/28095)] * ui: Fix service detail page not rendering [[GH-28005](https://github.com/hashicorp/nomad/issues/28005)] * ui: Fixed a bug where the evaluation detail panel would render improperly [[GH-27987](https://github.com/hashicorp/nomad/issues/27987)] * ui: Fixed flickering on the log streaming pop out when viewing them from job overview page [[GH-28074](https://github.com/hashicorp/nomad/issues/28074)] * ui: Fixed the client drain popover form to provide an accessible name for assistive technologies [[GH-28047](https://github.com/hashicorp/nomad/issues/28047)] * ui: Fixed the drain popover deadline field so its label is properly associated with the input for improved accessibility [[GH-28029](https://github.com/hashicorp/nomad/issues/28029)] * ui: Fixed the namespace list being continually fetched when on the job overview page [[GH-28074](https://github.com/hashicorp/nomad/issues/28074)]