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

Fix Helm api-versions handling in all SDKs #1307

Merged
merged 3 commits into from
Sep 9, 2020

Conversation

lblackstone
Copy link
Member

Proposed changes

Related issues (optional)

Fix #1304

Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -381,11 +381,17 @@ class BaseChartOpts:
Example: A resource created with resource_prefix="foo" would produce a resource named "foo-resourceName".
"""

api_versions: Optional[List[pulumi.Input[str]]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do this as a separate change, but just note I'm planning on changing these annotations to use Sequence[T] rather than List[T] per pulumi/pulumi#5278.

provider/pkg/gen/python-templates/helm/v2/helm.py Outdated Show resolved Hide resolved
@lblackstone lblackstone merged commit 495d8e6 into master Sep 9, 2020
@pulumi-bot pulumi-bot deleted the lblackstone/fix-helm2-apiversions branch September 9, 2020 22:34
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.

Helm API version parameter not working / implemented in most SDKs
2 participants