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

Upgrade to Pulumi v2.9.0 #1276

Merged
merged 4 commits into from
Aug 27, 2020
Merged

Upgrade to Pulumi v2.9.0 #1276

merged 4 commits into from
Aug 27, 2020

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Aug 26, 2020

Fixes: #1264

Proposed changes

Related issues (optional)

# Conflicts:
#	CHANGELOG.md
#	provider/go.mod
#	provider/go.sum
#	tests/go.sum
Copy link
Member

@lblackstone lblackstone left a comment

Choose a reason for hiding this comment

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

🎉

provider/go.mod Show resolved Hide resolved
@justinvp
Copy link
Member

FYI, I am working on adding some tests to this PR that use the new types.

The old tests are kept to ensure the old way (using `dict`s) continues
to work.
@justinvp
Copy link
Member

@stack72, @lblackstone, I added a commit that adds some Python tests. The old tests are kept to ensure the old way (using dicts) continues to work.

@lblackstone
Copy link
Member

@justinvp Tests failed due to duplicate resources. You'll need to make sure the old and new versions of the tests aren't running concurrently.

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.

Upgrade Python codegen to Pulumi v2.9.0 dependency
3 participants