Closed VenelinMartinov closed 11 months ago
Fixes https://github.com/pulumi/ci-mgmt/issues/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.
Fixes https://github.com/pulumi/ci-mgmt/issues/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.