Skip to content

Update pulumi V2 #7323

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

Closed
wants to merge 11 commits into from
Closed

Update pulumi V2 #7323

wants to merge 11 commits into from

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Apr 22, 2025

This PR is stacked on top of #7322.

This shows the changes from pulumi/pulumi#19035.

Blocked on pulumi/pulumi#19272.

iwahbe added 10 commits April 22, 2025 15:01
The change to `tools/resourcedocsgen/pkg/output.go` is required by
pulumi/pulumi#17898. It does not change behavior, since
`tools.EnsureDir` just wrapped `os.MkdirAll`:

```go
func EnsureDir(dir string) error {
	return os.MkdirAll(dir, 0o700)
}
```
The change in generated code reflects pulumi/pulumi#18113. The new
code accurately reflects the SDK we would generate.
[Release notes](https://github.com/pulumi/pulumi-java/releases/tag/v1.1.0) describe:

```
- Fix emitted functions for assetArchive and remoteAsset in generated programs
- Fix generation of double literals in generated programs
- Avoid calling invokes with dependencies on unknown resources
- Fix generation of untyped maps and array literals
```
This did not include any codegen changes.
This did not include any codegen changes.
This includes the change to python naming introduced in
pulumi/pulumi#19035.
@iwahbe
Copy link
Member Author

iwahbe commented May 9, 2025

Closing in favor of #7322.

@iwahbe iwahbe closed this May 9, 2025
@iwahbe iwahbe deleted the iwahbe/update-pulumi-v2 branch May 9, 2025 11:52
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.

1 participant