You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue in https://github.com/pulumi/upgrade-provider - tooling assumes that latest is a stable version. My suggestion would be to add a catch for non-major-minor-patch and skip creating the issue.
Fixespulumi/ci-mgmt#749
When looking up the latest version of an upstream provider, we should
skip beta releases.
This PR achieves this by getting the list of the latest 30 releases and
then iterating over them until it finds a non-beta release when looking
up latest.
---------
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Our new automation created the issue: pulumi/pulumi-postgresql#336.
We shouldn't see upgrade issues for beta releases.
The text was updated successfully, but these errors were encountered: