pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
7 stars 1 forks source link

Ignore beta releases #226

Closed VenelinMartinov closed 11 months ago

VenelinMartinov commented 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.