pulumi / upgrade-provider

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

"provider" mode does not work #179

Closed vavsab closed 1 year ago

vavsab commented 1 year ago

What happened?

After context refactor pr I cannot upgrade in provider mode anymore. Checked that the problem still exists in the latest commit Also checked one commit before the PR - it works as expected.

Could you please check what the magic happed there? Why do I see pending update and then it's ignored. I tried to dig in the code... looks like it's some references bug.

image

cc: @iwahbe

Example

https://github.com/pulumiverse/pulumi-zitadel/actions/runs/6546386505/job/17776740556#step:10:27

Output of pulumi about

It's inside of CI. I'm using this action to setup the latest pulumi https://github.com/pulumiverse/pulumi-zitadel/blob/6bb78c4b2a3b08a5fd2437ab67f18a7da684491a/.github/workflows/upgrade-provider.yml#L28

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

iwahbe commented 1 year ago

Hi @vavsab. Thanks for opening this issue. We noticed that ourselves as well. There will be a fix out shortly.

vavsab commented 1 year ago

Thank you for fixing it so quickly!