Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployments: canary=0 is implicitly autopromote #11013

Merged
merged 3 commits into from
Aug 10, 2021
Merged

Commits on Aug 6, 2021

  1. deployments: canary=0 is implicitly autorpomote

    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.
    Mahmood Ali committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    888d649 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Update nomad/structs/structs.go

    Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
    Mahmood Ali and schmichael committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    81b3663 View commit details
    Browse the repository at this point in the history
  2. changelog

    Mahmood Ali committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a54b464 View commit details
    Browse the repository at this point in the history