Skip to content

Commit 7f8c612

Browse files
chore(deps): update dependency hashicorp/nomad to v1.10.4 (#42)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [hashicorp/nomad](https://redirect.github.com/hashicorp/nomad) | patch | `1.10.3` -> `1.10.4` | --- ### Release Notes <details> <summary>hashicorp/nomad (hashicorp/nomad)</summary> ### [`v1.10.4`](https://redirect.github.com/hashicorp/nomad/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/hashicorp/nomad/compare/v1.10.3...v1.10.4) #### 1.10.4 (August 13, 2025) SECURITY: - build: Update Go to 1.24.3 to address CVE-2025-47906 \[[GH-26451](https://redirect.github.com/hashicorp/nomad/issues/26451)] IMPROVEMENTS: - cli: Added monitor export cli command to retrieve journald logs or the contents of the Nomad log file for a given Nomad agent \[[GH-26178](https://redirect.github.com/hashicorp/nomad/issues/26178)] - command: Add historical log capture to `nomad operator debug` command with `-log-lookback` and `-log-file-export` flags \[[GH-26410](https://redirect.github.com/hashicorp/nomad/issues/26410)] - metrics: Added node\_pool label to blocked\_evals metrics \[[GH-26215](https://redirect.github.com/hashicorp/nomad/issues/26215)] - sentinel (Enterprise): Added policy scope for csi-volumes \[[GH-26438](https://redirect.github.com/hashicorp/nomad/issues/26438)] BUG FIXES: - alloc exec: Fixed executor panic when exec-ing a rootless raw\_exec task \[[GH-26401](https://redirect.github.com/hashicorp/nomad/issues/26401)] - cli: Fixed a bug where `acl policy self` command would output all policies when used with a management token \[[GH-26396](https://redirect.github.com/hashicorp/nomad/issues/26396)] - client: run all allocrunner postrun (cleanup) hooks, even if any of them error \[[GH-26271](https://redirect.github.com/hashicorp/nomad/issues/26271)] - consul: Add AllocIPv6 option to allow IPv6 address being used for service registration \[[GH-25632](https://redirect.github.com/hashicorp/nomad/issues/25632)] - jobspec: Validate required hook field in lifecycle block \[[GH-26285](https://redirect.github.com/hashicorp/nomad/issues/26285)] - services: Fixed a bug where Nomad services were deleted if a node missed heartbeats and recovered before allocs were migrated \[[GH-26424](https://redirect.github.com/hashicorp/nomad/issues/26424)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/nomad-dev-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuNjYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f076ab commit 7f8c612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: hashicorp/setup-nomad@main
3232
id: setup
3333
with:
34-
version: 1.10.3 # renovate: datasource=github-releases depName=hashicorp/nomad
34+
version: 1.10.4 # renovate: datasource=github-releases depName=hashicorp/nomad
3535

3636
- name: setup consul binary
3737
run: |

0 commit comments

Comments
 (0)