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

Fix panic in deployment due to unsafe count checking on taskgroups #249

Merged
merged 1 commit into from
Oct 25, 2018

Commits on Oct 25, 2018

  1. Fix panic in deployment due to unsafe count checking on taskgroups

    When checking if a taskgroup count was greater than zero, it did
    not account for the potential for it to be nil, when a count is
    not specified and uses the default 1. This fixes that bug and
    releases 0.2.5 as an emergency fix.
    
    Closes #248
    jrasell committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    a737a22 View commit details
    Browse the repository at this point in the history