Justin Van Patten
Justin Van Patten
On https://www.pulumi.com/docs/get-started/install/versions/ If you click on `3.40.0`, it’ll take you to the CHANGELOG.md in `pulumi/pulumi` with the appropriate anchor for `3.40.0`: https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md#3400-2022-09-14 However, if you click `3.39.3`, it won’t go...
Currently, the Available Versions table includes x64 links for Linux, macOS, and Windows. We don't include any links to the arm64 builds, even though they're available. https://www.pulumi.com/docs/get-started/install/versions/ We should update...
To better support monorepo patterns, we're aiming to add support for yarn/npm workspaces, which are used by many monorepo tools to manage nodejs dependencies. This will enable a simpler setup...
A customer is reporting a targeted refresh is taking 5+ minutes instead of only a few seconds. They have tracked it down to ~1700 encryption calls that happen as part...
We currently validate project files against a JSON schema. https://github.com/pulumi/pulumi/blob/7769e9493d84f87a479b6c9e4e4d586409519b80/sdk/go/common/workspace/project.go#L348-L351 Unfortunately, this prevents us from being able to add new fields to project templates. When we add new fields to...
The changes from #15056 causes a significant security leakage when the template used has credentials injected in order to access a private template repository. This is a documented and suggested...
Sometimes we've seen successful merges despite there being test failures. For example: https://github.com/pulumi/pulumi/issues/15272 In this case, there were test failures on Windows, but the merge still happened. Then, subsequent merge...
Here's a reduced repro based on a real customer program. I haven't had a chance to reduce it further to a more minimal repro. ```sh python -m venv venv source...
When testing both `TestMarshalDeployment` and `TestDiffStack` in parallel, `TestMarshalDeployment` will fail with an unexpected error. Note: I have to set `GITHUB_TOKEN`, otherwise I hit rate limits: ``` go test -run...
 How does a PR run fail when all jobs were successful? I wonder if has to do with this: https://github.com/pulumi/pulumi/actions/runs/7923718503 ![Screenshot 2024-02-15 at...