pulumi / upgrade-provider

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

Handle tag objects when tags are listed for remote repos #274

Closed iwahbe closed 3 months ago

iwahbe commented 3 months ago

Correctly handle tag objects when parsing upstream semver tags.

This is very similar to what we do for patched providers:

https://github.com/pulumi/upgrade-provider/blob/b625b8f79e1e57d625bbc31aadaefc380a917c16/upgrade/steps_helpers.go#L276

Fixes https://github.com/pulumi/pulumi-nomad/issues/398