Files
nomad/.changelog/26131.txt
Piotr Kazmierczak 7647491588 cli: fix panic when starting stopped jobs with no scaling policies (#26131)
Restoring scaling policies during the start of a stopped job did not account for
jobs that didn't have any scaling policies, and led to a panic when users tried
to restart such jobs.
2025-06-25 11:19:56 +02:00

4 lines
92 B
Plaintext

```release-note:bug
cli: Fix panic when restarting stopped job with no scaling policies
```