-
Notifications
You must be signed in to change notification settings - Fork 12
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
Beta plugin versions are used over stable versions #414
Comments
Hey @danielrbradley , it looks like this isn't actually a plugin issue.
seems to work. |
Yes, that does look like a typo there too, although the error I was seeing was actually complaining about |
Hm I didn't see that error, even after removing |
Hmm, perhaps there's some kind of caching going on as that program is correctly invalid for |
@danielrbradley apologies but I'm still unable to repro, even when explicitly using the beta version i.e.
Would be super helpful if we could sync on this next week and try to root cause the issue. |
I think the bug may be that even though a provider version is selected via #423 should solve this, though I'd still be curious to see if we could produce a test case for the incorrect behavior. |
What happened?
When running a program when having the follwing plugins installed:
The YAML language used the beta package instead of the stable and newer
1.0.0
package.Steps to reproduce
pulumi plugin install resource awsx 1.0.0-beta.11
pulumi plugin install resource awsx 1.0.0
Expected Behavior
Should use 1.0.0 and pass correctly
Actual Behavior
Fails with error due to property not existing in beta version
Output of
pulumi about
No response
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).
The text was updated successfully, but these errors were encountered: