From fca783c566c55212176d64e3f3776637958b74d9 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Wed, 17 Sep 2025 08:59:43 -0500 Subject: [PATCH] Add 1.10.5 release notes (#26782) --- .../docs/release-notes/nomad/v1-10-x.mdx | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/website/content/docs/release-notes/nomad/v1-10-x.mdx b/website/content/docs/release-notes/nomad/v1-10-x.mdx index 74f3d59ee..bb3d92560 100644 --- a/website/content/docs/release-notes/nomad/v1-10-x.mdx +++ b/website/content/docs/release-notes/nomad/v1-10-x.mdx @@ -9,6 +9,33 @@ description: >- We are pleased to announce the following Nomad updates. +## 1.10.5 release highlights + +### Windows OS enhancements + +- Configure Nomad agents to write to the Windows Event Log. Refer to the agent + configuration's [`eventlog` parameter](/nomad/docs/configuration#eventlog) for + details. +- Use CLI commands to install and uninstall Nomad as a system service. Refer to + the following for more information: + + - [`nomad windows service install` command reference](/nomad/commands/windows/service-install) + - [`nomad windows service uninstall` command reference](/nomad/commands/windows/service-uninstall) + + +### Keyring configuration validation + +On agent startup, Nomad validates [the keyring configuration type](/nomad/docs/configuration/keyring) against supported values. + +### Scheduling performance improvement + +We improved scheduling performance when checking reserved ports usage. + +### Changelog + +Review [the changelog](https://github.com/hashicorp/nomad/releases/tag/v1.10.5) +for a list of bug and security fixes. + ## 1.10.4 release highlights ### Nomad logs and journald output