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

Commits on Feb 6, 2020

  1. Specify provider version for invokes

    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 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    931570b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    0b28e35 View commit details
    Browse the repository at this point in the history
  2. Update python SDK

    lblackstone committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    cf200e3 View commit details
    Browse the repository at this point in the history
  3. Update test assertions

    Using an explicit provider now, so resource counts
    drop by one on these tests
    lblackstone committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    ed17c76 View commit details
    Browse the repository at this point in the history