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

Set plugin version for Go SDK invoke calls #1325

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

lblackstone
Copy link
Member

Proposed changes

For invoke calls, the version must be set to avoid using
an older version of the plugin that does not support the
specified invoke function. We don't currently have a way
of automatically determining the version [1] to set for the
Go SDK, so we're hardcoding the version to the v2.6.1
plugin for now. This version contains the latest
implementation for all of our provider invoke functions.

Note that all of our other SDKs are already setting the
auto-discovered version in similar invoke calls.

[1] #1324

Related issues (optional)

#1324

For invoke calls, the version must be set to avoid using
an older version of the plugin that does not support the
specified invoke function. We don't currently have a way
of automatically determining the version [1] to set for the
Go SDK, so we're hardcoding the version to the v2.6.1
plugin for now. This version contains the latest
implementation for all of our provider invoke functions.

Note that all of our other SDKs are already setting the
auto-discovered version in similar invoke calls.

[1] #1324
@lblackstone lblackstone merged commit 8749e35 into master Sep 17, 2020
@pulumi-bot pulumi-bot deleted the lblackstone/go-invoke-version branch September 17, 2020 20:02
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.

None yet

2 participants