open-nomad/.changelog/16011.txt
Tim Gross 971a286ea3
cli: Fix a panic in deployment status when scheduling is slow (#16011)
If a deployment fails, the `deployment status` command can get a nil deployment
when it checks for a rollback deployment if there isn't one (or at least not one
at the time of the query). Fix the panic.
2023-02-02 12:34:44 -05:00

4 lines
111 B
Plaintext

```release-note:bug
cli: Fixed a panic in `deployment status` when rollback deployments are slow to appear
```