pulumi / upgrade-provider

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

Pass `context.Context` in steps. #170

Closed iwahbe closed 1 year ago

iwahbe commented 1 year ago

I'm going to try to start refactoring the step.Step library so we can use it to generate replay tests. That will require contextual information, so I have made the decision to pass context.Context now.

Right now that means:

This change will have no user facing behavior.

iwahbe commented 1 year ago

Tested in https://github.com/pulumi/pulumi-venafi/pull/180.