From 9802dd5ed4a8e42589bf26e309d95ebf1a8173e8 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:30:23 +0000 Subject: [PATCH] Update dependency @pulumi/pulumi to v3.244.0 (#875) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.243.0` -> `3.244.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.243.0/3.244.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.244.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.244.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.243.0...v3.244.0) ##### 3.244.0 (2026-05-28) ##### Bug Fixes - \[cli/do] Fix top level flags like `--logtostderr` being recognized when using `pulumi do` [#​23355](https://redirect.github.com/pulumi/pulumi/pull/23355) - \[cli/install] Distinguish multiple packages with the same plugin - \[engine] Fix snapshot integrity issue with `up --refresh` - \[engine] Forward all provider errors to error hooks for retry [#​23347](https://redirect.github.com/pulumi/pulumi/pull/23347) - \[engine] Trace cancel RPCs sent to plugins during shutdown as children of the active operation instead of emitting separate root spans [#​23362](https://redirect.github.com/pulumi/pulumi/pull/23362) - \[sdk/python] Merge requirements.txt into pyproject.toml when using uv without a project section [#​23340](https://redirect.github.com/pulumi/pulumi/pull/23340)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- examples/nodejs/package.json | 2 +- examples/tests/caching/package.json | 2 +- examples/tests/caching/yarn.lock | 8 ++++---- examples/tests/config/package.json | 2 +- examples/upgrade-node/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index a62c62b..718f3e8 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.243.0" + "@pulumi/pulumi": "3.244.0" } } diff --git a/examples/tests/caching/package.json b/examples/tests/caching/package.json index e3d562d..2131dfc 100644 --- a/examples/tests/caching/package.json +++ b/examples/tests/caching/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.243.0" + "@pulumi/pulumi": "3.244.0" } } diff --git a/examples/tests/caching/yarn.lock b/examples/tests/caching/yarn.lock index ff482cc..4e3b72f 100644 --- a/examples/tests/caching/yarn.lock +++ b/examples/tests/caching/yarn.lock @@ -424,10 +424,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@pulumi/pulumi@3.243.0": - version "3.243.0" - resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.243.0.tgz#a75ae019b1091f3f97351bf84d66b5d3c2e8ce0f" - integrity sha512-KRIBErgCj9+gsEG7fOo3xRvvhq3VGw8gnzVpbFiyW2Zqr84MCIKDDVmj4MZDt/61KOn3OapI4ia1/6dSg3qwzQ== +"@pulumi/pulumi@3.244.0": + version "3.244.0" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.244.0.tgz#cb99cb9ae446d8ebdf1ee3e7de32d537a9a4a2f9" + integrity sha512-vJnzsxPalz0mtatiheaVvZmImiBIufaPyXRpfABLM8l6Q/sQJHp/BDdX359XeAdxg1uuNTAxIQEgoIDjQYKlMg== dependencies: "@grpc/grpc-js" "^1.10.1" "@logdna/tail-file" "^2.0.6" diff --git a/examples/tests/config/package.json b/examples/tests/config/package.json index e3d562d..2131dfc 100644 --- a/examples/tests/config/package.json +++ b/examples/tests/config/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.243.0" + "@pulumi/pulumi": "3.244.0" } } diff --git a/examples/upgrade-node/package.json b/examples/upgrade-node/package.json index a62c62b..718f3e8 100644 --- a/examples/upgrade-node/package.json +++ b/examples/upgrade-node/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.243.0" + "@pulumi/pulumi": "3.244.0" } }