|
| 1 | +## 1.8.19+ent (December 09, 2025) |
| 2 | + |
| 3 | +BREAKING CHANGES: |
| 4 | + |
| 5 | +* docker: removed deprecated email auth config parameter [[GH-27156](https://github.com/hashicorp/nomad/issues/27156)] |
| 6 | + |
| 7 | +SECURITY: |
| 8 | + |
| 9 | +* build: Updated toolchain to Go 1.25.5 [[GH-27186](https://github.com/hashicorp/nomad/issues/27186)] |
| 10 | + |
| 11 | +IMPROVEMENTS: |
| 12 | + |
| 13 | +* keyring: Warn if deleting a key previously used to encrypt an existing variable [[GH-24766](https://github.com/hashicorp/nomad/issues/24766)] |
| 14 | +* landlock: check paths exist on setup [[GH-27149](https://github.com/hashicorp/nomad/issues/27149)] |
| 15 | + |
| 16 | +BUG FIXES: |
| 17 | + |
| 18 | +* acl: Made /agent and /recommendations endpoints workload-identity-aware [[GH-27099](https://github.com/hashicorp/nomad/issues/27099)] |
| 19 | +* acl: include additional necessary permissions in the course-grained "scale" policy for nomad-autoscaler [[GH-27061](https://github.com/hashicorp/nomad/issues/27061)] |
| 20 | +* api: Fixed a bug in the Go API where an event stream request without a topic filter would require a management token [[GH-27065](https://github.com/hashicorp/nomad/issues/27065)] |
| 21 | +* cli: Fixed the `var get` command which was incorrectly displaying the variable modify time as the create time [[GH-27208](https://github.com/hashicorp/nomad/issues/27208)] |
| 22 | +* client: return 403 when the caller doesn't have log streaming capabilities [[GH-27098](https://github.com/hashicorp/nomad/issues/27098)] |
| 23 | +* csi: Fixed a bug where reading a volume from the API or event stream could erase its secrets [[GH-27176](https://github.com/hashicorp/nomad/issues/27176)] |
| 24 | +* keyring: Do not mark the key as inactive until all follow-up rekey evals have completed. [[GH-27193](https://github.com/hashicorp/nomad/issues/27193)] |
| 25 | +* keyring: Ensure follow-up rekey evals can be successfully created. [[GH-27193](https://github.com/hashicorp/nomad/issues/27193)] |
| 26 | +* oidc: Add support for RFC9207, requiring an issuer param in authorization response if the provider requires it [[GH-27168](https://github.com/hashicorp/nomad/issues/27168)] |
| 27 | +* scheduler: Fixed a bug that was previously patched incorrectly where rescheduled allocations that could not be placed would later ignore their reschedule policy limits [[GH-27129](https://github.com/hashicorp/nomad/issues/27129)] |
| 28 | +* server: Fixed a bug where a large backlog of unblocking evals could cause backpressure on Raft writes [[GH-27184](https://github.com/hashicorp/nomad/issues/27184)] |
| 29 | +* ui: Fixed the error message presented for invalid Variables definitions [[GH-26235](https://github.com/hashicorp/nomad/issues/26235)] |
| 30 | + |
1 | 31 | ## 1.8.18 Enterprise (November 11, 2025) |
2 | 32 |
|
3 | 33 | SECURITY: |
|
0 commit comments