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

Add support for Python first-class providers #350

Merged
merged 3 commits into from
Jan 17, 2019

Commits on Jan 9, 2019

  1. Add support for Python first-class providers

    Adds support for referring to the Kubernetes provider in a first-class
    manner in Python. This is accomplished using a similar method to Node -
    the provider is explicitly projected as a resource and users are free to
    instantiate it at-will and use it to create other Kubernetes resources.
    
    This commit also adds a smoke test for the feature.
    swgillespie committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    c98ab2c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fix a few package issues

    1. Fix the minimum version of the pulumi package to 0.16.10, the minimum
    for first-class providers
    2. Hook up the smoke test to the integration test framework
    3. Update the referenced version of pulumi in the provider test's
    requirements.txt
    swgillespie committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    74de46c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f964eb View commit details
    Browse the repository at this point in the history