Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynamic providers not on $PATH #9396

Merged
merged 4 commits into from Apr 14, 2022
Merged

Conversation

Frassle
Copy link
Member

@Frassle Frassle commented Apr 13, 2022

Description

Dynamic providers (e.g pulumi-resource-pulumi-nodejs) are bundled with the pulumi binary like language plugins. As such if the pulumi/bin folder isn't on path we need to look them up using the same "look next to the current executable" logic that language plugins have been using.

Fixes #9381

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • Yes, there are changes in this PR that warrants bumping the Pulumi Service API version

Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming tests are ✅ , LGTM

@Frassle Frassle merged commit 75a9eef into master Apr 14, 2022
@pulumi-bot pulumi-bot deleted the fraser/fixDynamicProviders branch April 14, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python dynamic resource providers suddenly stopped working
2 participants