• Matt Butcher's avatar
    fix(tiller): make GetReleaseContent return any release · c9139113
    Matt Butcher authored
    For some reason, GetReleaseContent was configured to return the latest
    release only if it is in state DEPLOYED. But a release with a version is
    returned regardless of release. This made it really hard to debug failed
    releases, even though we have the data to show.
    
    Closes #2525
    c9139113
release_content.go 1.21 KB