open-nomad/.changelog/11013.txt
Mahmood Ali bfc766357e
deployments: canary=0 is implicitly autopromote (#11013)
In a multi-task-group job, treat 0 canary groups as auto-promote.

This change fixes an edge case where Nomad requires a manual promotion,
if the job had any group with canary=0 and rest of groups having
auto_promote set.

Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2021-08-10 17:06:40 -04:00

5 lines
136 B
Plaintext

```release-note:bug
deployments: Fixed a bug where multi-group deployments don't get auto-promoted when one group has no canaries.
```