From 7cc2388992b4fc2e278d321025b205ea851e8f53 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:23:38 +0000 Subject: [PATCH] Update first-party Pulumi dependencies to v3.241.0 (#859) 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.239.0` -> `3.241.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.239.0/3.241.0) | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.239.0` -> `v3.241.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.241.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32410-2026-05-18) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.239.0...v3.241.0) ##### Features - \[cli] Add `--output json` to `pulumi preview` for a structured JSON summary of the operation result [#​22927](https://redirect.github.com/pulumi/pulumi/pull/22927) - \[cli] Add `--output json` to `pulumi refresh` for a structured JSON summary of the operation result [#​22928](https://redirect.github.com/pulumi/pulumi/pull/22928) - \[cli] Add `--output json` to `pulumi destroy` for a structured JSON summary of the operation result [#​22875](https://redirect.github.com/pulumi/pulumi/pull/22875) - \[cli] Add `pulumi stack schedule get` to retrieve the configuration of a scheduled action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule list` to list all scheduled actions configured for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule new` to create a raw, drift, or TTL deployment schedule for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack webhook delivery list` to list recent deliveries for a stack webhook [#​23116](https://redirect.github.com/pulumi/pulumi/pull/23116) - \[cli] Add `pulumi stack webhook delivery redeliver` to redeliver a webhook event [#​23118](https://redirect.github.com/pulumi/pulumi/pull/23118) - \[cli] Add `pulumi stack webhook edit` to update an existing stack webhook [#​23139](https://redirect.github.com/pulumi/pulumi/pull/23139) - \[cli] Add `pulumi stack webhook new` to create a new stack webhook [#​23101](https://redirect.github.com/pulumi/pulumi/pull/23101) - \[cli] Add `pulumi stack webhook remove` to delete a stack webhook [#​23102](https://redirect.github.com/pulumi/pulumi/pull/23102) - \[cli] Add `pulumi org webhook delivery list` to list recent deliveries for an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook edit` to update an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook list` to list all webhooks configured for an organization [#​23174](https://redirect.github.com/pulumi/pulumi/pull/23174) - \[cli] Add `pulumi org webhook new` to create a new organization webhook [#​23172](https://redirect.github.com/pulumi/pulumi/pull/23172) - \[cli] Add `pulumi org webhook ping` to send a test ping to an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook remove` to delete an organization webhook [#​23177](https://redirect.github.com/pulumi/pulumi/pull/23177) - \[cli] Add `pulumi stack drift list` to list drift detection runs for a stack [#​23159](https://redirect.github.com/pulumi/pulumi/pull/23159) - \[cli] Add `pulumi stack drift status` to show the drift detection status for a stack [#​23161](https://redirect.github.com/pulumi/pulumi/pull/23161) - \[cli] Add `pulumi stack schedule edit` to update an existing scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule remove` to delete a scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi audit-log export` command [#​23212](https://redirect.github.com/pulumi/pulumi/pull/23212) - \[cli] Add `pulumi org audit-log list` [#​23211](https://redirect.github.com/pulumi/pulumi/pull/23211) - \[cli] Add `pulumi policy compliance list` to list compliance results grouped by entity [#​23209](https://redirect.github.com/pulumi/pulumi/pull/23209) - \[cli] Add `pulumi policy group new` command to allow creating new policy groups [#​23202](https://redirect.github.com/pulumi/pulumi/pull/23202) - \[cli] Add the `pulumi policy issue get` command [#​23200](https://redirect.github.com/pulumi/pulumi/pull/23200) - \[cli/cloud] Add `pulumi insights account list` to list Insights accounts in an organization [#​23091](https://redirect.github.com/pulumi/pulumi/pull/23091) - \[cli/cloud] Add `pulumi insights account new` to create a Pulumi Insights account [#​23093](https://redirect.github.com/pulumi/pulumi/pull/23093) - \[cli/cloud] Add `pulumi insights account scan log` to fetch log output for a Pulumi Insights scan [#​23092](https://redirect.github.com/pulumi/pulumi/pull/23092) - \[cli/cloud] Add `pulumi insights account scan` to trigger a resource discovery scan for an Insights account [#​23094](https://redirect.github.com/pulumi/pulumi/pull/23094) - \[cli/cloud] Implement `pulumi stack history events` to retrieve engine events for a Pulumi Cloud update [#​23109](https://redirect.github.com/pulumi/pulumi/pull/23109) - \[cli/cloud] Add `pulumi deployment cancel` to terminate an in-progress deployment [#​23164](https://redirect.github.com/pulumi/pulumi/pull/23164) - \[cli/cloud] Add `pulumi org member list` to list the members of an organization [#​23170](https://redirect.github.com/pulumi/pulumi/pull/23170) - \[cli/cloud] Add `pulumi org usage get` to fetch the resources-under-management summary for an organization [#​23166](https://redirect.github.com/pulumi/pulumi/pull/23166) - \[cli/cloud] Add `pulumi org role assign` to assign a custom role to a team [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role edit` to update a custom role's name, description, or permission tree [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role list` to list custom roles for an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role new` to create a custom role from a permission descriptor JSON file [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role remove` to delete a custom role from an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/env] Update esc to v0.24.0 [#​23213](https://redirect.github.com/pulumi/pulumi/pull/23213) - \[cli/neo] Show tool call arguments and results in `pulumi neo` via a `ctrl+o` overlay [#​23075](https://redirect.github.com/pulumi/pulumi/pull/23075) - \[cli/neo] Multi-line input in `pulumi neo` - Enter sends, Shift+Enter / Alt+Enter / Ctrl+J / trailing `\` insert a newline [#​23151](https://redirect.github.com/pulumi/pulumi/pull/23151) - \[cli/neo] Make `pulumi neo` visible by default; the `PULUMI_EXPERIMENTAL` gate has been removed [#​23228](https://redirect.github.com/pulumi/pulumi/pull/23228) - \[cli/policy] Add `pulumi policy group edit` to edit policy groups [#​23206](https://redirect.github.com/pulumi/pulumi/pull/23206) - \[cli/policy] Add `pulumi policy group remove` command to remove policies [#​23208](https://redirect.github.com/pulumi/pulumi/pull/23208) - \[cli/policy] Add the `pulumi policy group get` command [#​23203](https://redirect.github.com/pulumi/pulumi/pull/23203) ##### Bug Fixes - \[cli] Add `pulumi policy issue list` command [#​23198](https://redirect.github.com/pulumi/pulumi/pull/23198) - \[cli] Fix `pulumi org role list` to send the `uxPurpose` query parameter the service requires [#​23231](https://redirect.github.com/pulumi/pulumi/pull/23231) - \[engine] Fix `pulumi import` dropping map entries whose value matched the enum member of a `Union>, ...>` element type [#​23190](https://redirect.github.com/pulumi/pulumi/pull/23190) - \[cli/cloud] Surface a clear error when `pulumi api --all` is used against an endpoint whose response is not paginatable, instead of silently emitting an empty array [#​23191](https://redirect.github.com/pulumi/pulumi/pull/23191) [#​23128](https://redirect.github.com/pulumi/pulumi/pull/23128) - \[cli/cloud] `pulumi deployment settings edit` no longer clears fields that the patch does not mention [#​23217](https://redirect.github.com/pulumi/pulumi/pull/23217) - \[cli/import] Generate PCL for asset and archive inputs when importing resources, instead of returning a "NYI" error [#​22938](https://redirect.github.com/pulumi/pulumi/pull/22938) - \[cli/import] Preserve asset/archive/resource-reference values inside map and array inputs, and HCL-escape map keys containing `${` or `%{` template sequences [#​23222](https://redirect.github.com/pulumi/pulumi/pull/23222) - \[cli/install] Hint at adding a `.git` / `_git` when VCS URL resolution fails [#​22831](https://redirect.github.com/pulumi/pulumi/pull/22831) - \[cli/neo] Transparently reconnect the Neo event stream after a transient network drop, resuming from the last seen event ID [#​23134](https://redirect.github.com/pulumi/pulumi/pull/23134) - \[cli/neo] Show `preparing` in the live preview/up block until the first resource arrives [#​23155](https://redirect.github.com/pulumi/pulumi/pull/23155) - \[cli/new] Support specific versions when using registry-backed templates with `pulumi new` [#​22909](https://redirect.github.com/pulumi/pulumi/pull/22909)
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3) ### [`v3.241.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.241.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.239.0...v3.241.0) ##### 3.241.0 (2026-05-18) ##### Features - \[cli] Add `--output json` to `pulumi preview` for a structured JSON summary of the operation result [#​22927](https://redirect.github.com/pulumi/pulumi/pull/22927) - \[cli] Add `--output json` to `pulumi refresh` for a structured JSON summary of the operation result [#​22928](https://redirect.github.com/pulumi/pulumi/pull/22928) - \[cli] Add `--output json` to `pulumi destroy` for a structured JSON summary of the operation result [#​22875](https://redirect.github.com/pulumi/pulumi/pull/22875) - \[cli] Add `pulumi stack schedule get` to retrieve the configuration of a scheduled action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule list` to list all scheduled actions configured for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule new` to create a raw, drift, or TTL deployment schedule for a stack [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack webhook delivery list` to list recent deliveries for a stack webhook [#​23116](https://redirect.github.com/pulumi/pulumi/pull/23116) - \[cli] Add `pulumi stack webhook delivery redeliver` to redeliver a webhook event [#​23118](https://redirect.github.com/pulumi/pulumi/pull/23118) - \[cli] Add `pulumi stack webhook edit` to update an existing stack webhook [#​23139](https://redirect.github.com/pulumi/pulumi/pull/23139) - \[cli] Add `pulumi stack webhook new` to create a new stack webhook [#​23101](https://redirect.github.com/pulumi/pulumi/pull/23101) - \[cli] Add `pulumi stack webhook remove` to delete a stack webhook [#​23102](https://redirect.github.com/pulumi/pulumi/pull/23102) - \[cli] Add `pulumi org webhook delivery list` to list recent deliveries for an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook edit` to update an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook list` to list all webhooks configured for an organization [#​23174](https://redirect.github.com/pulumi/pulumi/pull/23174) - \[cli] Add `pulumi org webhook new` to create a new organization webhook [#​23172](https://redirect.github.com/pulumi/pulumi/pull/23172) - \[cli] Add `pulumi org webhook ping` to send a test ping to an organization webhook [#​23179](https://redirect.github.com/pulumi/pulumi/pull/23179) - \[cli] Add `pulumi org webhook remove` to delete an organization webhook [#​23177](https://redirect.github.com/pulumi/pulumi/pull/23177) - \[cli] Add `pulumi stack drift list` to list drift detection runs for a stack [#​23159](https://redirect.github.com/pulumi/pulumi/pull/23159) - \[cli] Add `pulumi stack drift status` to show the drift detection status for a stack [#​23161](https://redirect.github.com/pulumi/pulumi/pull/23161) - \[cli] Add `pulumi stack schedule edit` to update an existing scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi stack schedule remove` to delete a scheduled deployment action [#​23153](https://redirect.github.com/pulumi/pulumi/pull/23153) - \[cli] Add `pulumi audit-log export` command [#​23212](https://redirect.github.com/pulumi/pulumi/pull/23212) - \[cli] Add `pulumi org audit-log list` [#​23211](https://redirect.github.com/pulumi/pulumi/pull/23211) - \[cli] Add `pulumi policy compliance list` to list compliance results grouped by entity [#​23209](https://redirect.github.com/pulumi/pulumi/pull/23209) - \[cli] Add `pulumi policy group new` command to allow creating new policy groups [#​23202](https://redirect.github.com/pulumi/pulumi/pull/23202) - \[cli] Add the `pulumi policy issue get` command [#​23200](https://redirect.github.com/pulumi/pulumi/pull/23200) - \[cli/cloud] Add `pulumi insights account list` to list Insights accounts in an organization [#​23091](https://redirect.github.com/pulumi/pulumi/pull/23091) - \[cli/cloud] Add `pulumi insights account new` to create a Pulumi Insights account [#​23093](https://redirect.github.com/pulumi/pulumi/pull/23093) - \[cli/cloud] Add `pulumi insights account scan log` to fetch log output for a Pulumi Insights scan [#​23092](https://redirect.github.com/pulumi/pulumi/pull/23092) - \[cli/cloud] Add `pulumi insights account scan` to trigger a resource discovery scan for an Insights account [#​23094](https://redirect.github.com/pulumi/pulumi/pull/23094) - \[cli/cloud] Implement `pulumi stack history events` to retrieve engine events for a Pulumi Cloud update [#​23109](https://redirect.github.com/pulumi/pulumi/pull/23109) - \[cli/cloud] Add `pulumi deployment cancel` to terminate an in-progress deployment [#​23164](https://redirect.github.com/pulumi/pulumi/pull/23164) - \[cli/cloud] Add `pulumi org member list` to list the members of an organization [#​23170](https://redirect.github.com/pulumi/pulumi/pull/23170) - \[cli/cloud] Add `pulumi org usage get` to fetch the resources-under-management summary for an organization [#​23166](https://redirect.github.com/pulumi/pulumi/pull/23166) - \[cli/cloud] Add `pulumi org role assign` to assign a custom role to a team [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role edit` to update a custom role's name, description, or permission tree [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role list` to list custom roles for an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role new` to create a custom role from a permission descriptor JSON file [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/cloud] Add `pulumi org role remove` to delete a custom role from an organization [#​23117](https://redirect.github.com/pulumi/pulumi/pull/23117) - \[cli/env] Update esc to v0.24.0 [#​23213](https://redirect.github.com/pulumi/pulumi/pull/23213) - \[cli/neo] Show tool call arguments and results in `pulumi neo` via a `ctrl+o` overlay [#​23075](https://redirect.github.com/pulumi/pulumi/pull/23075) - \[cli/neo] Multi-line input in `pulumi neo` - Enter sends, Shift+Enter / Alt+Enter / Ctrl+J / trailing `\` insert a newline [#​23151](https://redirect.github.com/pulumi/pulumi/pull/23151) - \[cli/neo] Make `pulumi neo` visible by default; the `PULUMI_EXPERIMENTAL` gate has been removed [#​23228](https://redirect.github.com/pulumi/pulumi/pull/23228) - \[cli/policy] Add `pulumi policy group edit` to edit policy groups [#​23206](https://redirect.github.com/pulumi/pulumi/pull/23206) - \[cli/policy] Add `pulumi policy group remove` command to remove policies [#​23208](https://redirect.github.com/pulumi/pulumi/pull/23208) - \[cli/policy] Add the `pulumi policy group get` command [#​23203](https://redirect.github.com/pulumi/pulumi/pull/23203) ##### Bug Fixes - \[cli] Add `pulumi policy issue list` command [#​23198](https://redirect.github.com/pulumi/pulumi/pull/23198) - \[cli] Fix `pulumi org role list` to send the `uxPurpose` query parameter the service requires [#​23231](https://redirect.github.com/pulumi/pulumi/pull/23231) - \[engine] Fix `pulumi import` dropping map entries whose value matched the enum member of a `Union>, ...>` element type [#​23190](https://redirect.github.com/pulumi/pulumi/pull/23190) - \[cli/cloud] Surface a clear error when `pulumi api --all` is used against an endpoint whose response is not paginatable, instead of silently emitting an empty array [#​23191](https://redirect.github.com/pulumi/pulumi/pull/23191) [#​23128](https://redirect.github.com/pulumi/pulumi/pull/23128) - \[cli/cloud] `pulumi deployment settings edit` no longer clears fields that the patch does not mention [#​23217](https://redirect.github.com/pulumi/pulumi/pull/23217) - \[cli/import] Generate PCL for asset and archive inputs when importing resources, instead of returning a "NYI" error [#​22938](https://redirect.github.com/pulumi/pulumi/pull/22938) - \[cli/import] Preserve asset/archive/resource-reference values inside map and array inputs, and HCL-escape map keys containing `${` or `%{` template sequences [#​23222](https://redirect.github.com/pulumi/pulumi/pull/23222) - \[cli/install] Hint at adding a `.git` / `_git` when VCS URL resolution fails [#​22831](https://redirect.github.com/pulumi/pulumi/pull/22831) - \[cli/neo] Transparently reconnect the Neo event stream after a transient network drop, resuming from the last seen event ID [#​23134](https://redirect.github.com/pulumi/pulumi/pull/23134) - \[cli/neo] Show `preparing` in the live preview/up block until the first resource arrives [#​23155](https://redirect.github.com/pulumi/pulumi/pull/23155) - \[cli/new] Support specific versions when using registry-backed templates with `pulumi new` [#​22909](https://redirect.github.com/pulumi/pulumi/pull/22909)
--- ### 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 these updates 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> Co-authored-by: pulumi-bot --- 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 +- go.mod | 6 +++--- go.sum | 12 ++++++------ sdk/go/dockerbuild/go.mod | 4 ++-- sdk/go/dockerbuild/go.sum | 8 ++++---- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index 28d075d..d5c6637 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.239.0" + "@pulumi/pulumi": "3.241.0" } } diff --git a/examples/tests/caching/package.json b/examples/tests/caching/package.json index 2813c55..2f8c4dd 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.239.0" + "@pulumi/pulumi": "3.241.0" } } diff --git a/examples/tests/caching/yarn.lock b/examples/tests/caching/yarn.lock index 8be84eb..c69c863 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.239.0": - version "3.239.0" - resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.239.0.tgz#966af0c9849140bf802a0556588665791ed5fa91" - integrity sha512-3OqN4x1OYgan3LvkiYCQYapm9phYnZzcu3usvovAXcQA3x5N5izHi9lmx0N/NLRsQQswE021ZvTTC2HZrYcqTg== +"@pulumi/pulumi@3.241.0": + version "3.241.0" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.241.0.tgz#ef1ad4163ef60e2c6bcb144353026c2330d34504" + integrity sha512-ltaLa1Sk+5NH7QsdaLK1oyubBv/z3tn8tX36IlbGRgXy+SJG51seENCTcUVGbb38fud2B5gGPth79C3lXSOBTA== 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 2813c55..2f8c4dd 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.239.0" + "@pulumi/pulumi": "3.241.0" } } diff --git a/examples/upgrade-node/package.json b/examples/upgrade-node/package.json index 28d075d..d5c6637 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.239.0" + "@pulumi/pulumi": "3.241.0" } } diff --git a/go.mod b/go.mod index 2b52a15..cd32f0c 100644 --- a/go.mod +++ b/go.mod @@ -18,8 +18,8 @@ require ( github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.106.2 github.com/pulumi/pulumi-go-provider v1.3.2 github.com/pulumi/pulumi-java v1.27.0 - github.com/pulumi/pulumi/pkg/v3 v3.239.0 - github.com/pulumi/pulumi/sdk/v3 v3.239.0 + github.com/pulumi/pulumi/pkg/v3 v3.241.0 + github.com/pulumi/pulumi/sdk/v3 v3.241.0 github.com/regclient/regclient v0.7.1 github.com/sirupsen/logrus v1.9.3 github.com/spf13/afero v1.14.0 @@ -300,7 +300,7 @@ require ( google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20260511170946-3700d4141b60 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 // indirect - google.golang.org/grpc v1.81.0 // indirect + google.golang.org/grpc v1.81.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect diff --git a/go.sum b/go.sum index 7fbc7d4..9e09aba 100644 --- a/go.sum +++ b/go.sum @@ -636,10 +636,10 @@ github.com/pulumi/pulumi-go-provider v1.3.2 h1:G02Jzt1a5D8QwcdHTJIcdJ+IG6RUYTVDL github.com/pulumi/pulumi-go-provider v1.3.2/go.mod h1:L99PGubfMAQ3nZcPIg2a6kQ5QA8dvF4bUmDgiXzRSc8= github.com/pulumi/pulumi-java v1.27.0 h1:t91YjITqDzN6OVRujT0VNGJYythLVVMTp2lm5qx5SQo= github.com/pulumi/pulumi-java v1.27.0/go.mod h1:540mh29Qy00nVebjhPdOdVwGmezd3n0sB8XCE9aobwk= -github.com/pulumi/pulumi/pkg/v3 v3.239.0 h1:hezmIheoWegL9wq12vxot87n5fjMmwrGO0wf9jzFcKY= -github.com/pulumi/pulumi/pkg/v3 v3.239.0/go.mod h1:9nP/KV8YWo9nG4WD2+Ydqfl1KEamx1TOsJNoXQYGTOI= -github.com/pulumi/pulumi/sdk/v3 v3.239.0 h1:hFx6Oe+19OVemat33+gHQ4ZR6MSQaRUDPl85xIWBaN4= -github.com/pulumi/pulumi/sdk/v3 v3.239.0/go.mod h1:J8QFD7dwiCGSvBlcYwECmX/b3JKNXR85bv6BbjhPV3U= +github.com/pulumi/pulumi/pkg/v3 v3.241.0 h1:vBXKzkCZX0GfQlpZUEw/a/W7+mAwpbHgMyl0DKS/eLk= +github.com/pulumi/pulumi/pkg/v3 v3.241.0/go.mod h1:bynhR8INkKkclATdUuLMEwFzCiLWj8f8WPs2VyYMXos= +github.com/pulumi/pulumi/sdk/v3 v3.241.0 h1:jfCD4gmHM1EqSHKb2vkf5gF+/MakLN2uPJ+CjXXl6+M= +github.com/pulumi/pulumi/sdk/v3 v3.241.0/go.mod h1:P9VS6pQws3YBu67uszFRHn24n5AwzeMlyC2hIiHGWHg= github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E= github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw= github.com/regclient/regclient v0.7.1 h1:qEsJrTmZd98fZKjueAbrZCSNGU+ifnr6xjlSAs3WOPs= @@ -976,8 +976,8 @@ google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.81.0 h1:W3G9N3KQf3BU+YuCtGKJk0CmxQNbAISICD/9AORxLIw= -google.golang.org/grpc v1.81.0/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= +google.golang.org/grpc v1.81.1 h1:VnnIIZ88UzOOKLukQi+ImGz8O1Wdp8nAGGnvOfEIWQQ= +google.golang.org/grpc v1.81.1/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= diff --git a/sdk/go/dockerbuild/go.mod b/sdk/go/dockerbuild/go.mod index 866f027..cea191f 100644 --- a/sdk/go/dockerbuild/go.mod +++ b/sdk/go/dockerbuild/go.mod @@ -4,7 +4,7 @@ go 1.25.8 require ( github.com/blang/semver v3.5.1+incompatible - github.com/pulumi/pulumi/sdk/v3 v3.239.0 + github.com/pulumi/pulumi/sdk/v3 v3.241.0 ) require ( @@ -115,7 +115,7 @@ require ( golang.org/x/tools v0.44.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20260511170946-3700d4141b60 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 // indirect - google.golang.org/grpc v1.81.0 // indirect + google.golang.org/grpc v1.81.1 // indirect google.golang.org/protobuf v1.36.11 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/sdk/go/dockerbuild/go.sum b/sdk/go/dockerbuild/go.sum index b826b1b..f4e4997 100644 --- a/sdk/go/dockerbuild/go.sum +++ b/sdk/go/dockerbuild/go.sum @@ -185,8 +185,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.24.0 h1:sCtiB0qbyrlU1ZNzJn4dTLYiChl8xeCBFbHWl1YoXJg= github.com/pulumi/esc v0.24.0/go.mod h1:eCOOkcDJS6eooGwdE4/E0+pOsvUWG254+KBmPCFwJpA= -github.com/pulumi/pulumi/sdk/v3 v3.239.0 h1:hFx6Oe+19OVemat33+gHQ4ZR6MSQaRUDPl85xIWBaN4= -github.com/pulumi/pulumi/sdk/v3 v3.239.0/go.mod h1:J8QFD7dwiCGSvBlcYwECmX/b3JKNXR85bv6BbjhPV3U= +github.com/pulumi/pulumi/sdk/v3 v3.241.0 h1:jfCD4gmHM1EqSHKb2vkf5gF+/MakLN2uPJ+CjXXl6+M= +github.com/pulumi/pulumi/sdk/v3 v3.241.0/go.mod h1:P9VS6pQws3YBu67uszFRHn24n5AwzeMlyC2hIiHGWHg= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= @@ -335,8 +335,8 @@ google.golang.org/genproto/googleapis/api v0.0.0-20260511170946-3700d4141b60 h1: google.golang.org/genproto/googleapis/api v0.0.0-20260511170946-3700d4141b60/go.mod h1:7yoXV7RIh5gblj/xVYoogxAWvA9wUeVbpsK/M694l00= google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 h1:seT2EwLWM78plQ7wcDfuWBc/4FAEAXDDiaSol4ku4qo= google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8= -google.golang.org/grpc v1.81.0 h1:W3G9N3KQf3BU+YuCtGKJk0CmxQNbAISICD/9AORxLIw= -google.golang.org/grpc v1.81.0/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= +google.golang.org/grpc v1.81.1 h1:VnnIIZ88UzOOKLukQi+ImGz8O1Wdp8nAGGnvOfEIWQQ= +google.golang.org/grpc v1.81.1/go.mod h1:xGH9GfzOyMTGIOXBJmXt+BX/V0kcdQbdcuwQ/zNw42I= google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE= google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=