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

Specify provider version for invokes #982

Merged
merged 4 commits into from
Feb 7, 2020
Merged

Conversation

lblackstone
Copy link
Member

Proposed changes

The SDK previously used invoke for Helm and YAML support,
but was not specifying the parent or version explicitly. As a result,
the provider plugin to use was nondeterministic, and could select
an incompatible version that lead to an error.

Related issues (optional)

Fixes #978

The SDK previously used invoke for Helm and YAML support,
but was not specifying the parent or version explicitly. As a result,
the provider plugin to use was nondeterministic, and could select
an incompatible version that lead to an error.
@lblackstone lblackstone requested a review from pgavlin February 6, 2020 23:55
Using an explicit provider now, so resource counts
drop by one on these tests
@lblackstone lblackstone force-pushed the lblackstone/invoke-version branch from 605a4eb to ed17c76 Compare February 7, 2020 01:27
@lblackstone lblackstone requested a review from pgavlin February 7, 2020 02:35
@lblackstone lblackstone merged commit 4b1bc4f into master Feb 7, 2020
@pulumi-bot pulumi-bot deleted the lblackstone/invoke-version branch February 7, 2020 17:43
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.

Error: invocation of kubernetes:yaml:decode returned an error: Unknown Invoke type 'kubernetes:yaml:decode'
2 participants