You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The release/compatibility guarantees on pulumi/pulumi are such that pulumi/pkg and pulumi/sdk Go module reference versions are assumed to match in the consuming code. If they do not match, there might be issues like the code would not compile. Make sure upgrade-provider enforces/respects this invariant.
Affected area/feature
The text was updated successfully, but these errors were encountered:
Note that tfbridge depends on pkg internals which sometimes have source code breaking changes. So upgrade-provider ought to make sure it doesn't update pkg&sdk beyond what tfbridge is currently testing and building against.
Hello!
Issue details
The release/compatibility guarantees on pulumi/pulumi are such that pulumi/pkg and pulumi/sdk Go module reference versions are assumed to match in the consuming code. If they do not match, there might be issues like the code would not compile. Make sure upgrade-provider enforces/respects this invariant.
Affected area/feature
The text was updated successfully, but these errors were encountered: