From d5d676f8ec8faef9f858e3086ae7f1d00cb28e30 Mon Sep 17 00:00:00 2001
From: "pulumi-renovate[bot]"
<189166143+pulumi-renovate[bot]@users.noreply.github.com>
Date: Thu, 20 Nov 2025 21:38:09 +0000
Subject: [PATCH] Update first-party Pulumi dependencies (#558)
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.184.0` ->
`3.208.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.184.0/3.208.0)
|
| [github.com/pulumi/esc](https://redirect.github.com/pulumi/esc) |
indirect | minor | `v0.17.0` -> `v0.20.0` |
| [pulumi/esc-action](https://redirect.github.com/pulumi/esc-action) |
action | minor | `v1.4.0` -> `v1.5.0` |
---
### Release Notes
pulumi/pulumi (@pulumi/pulumi)
###
[`v3.208.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.208.0)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.207.0...v3.208.0)
#### 3.208.0 (2025-11-20)
##### Features
- \[cli] Expose all command flags as env vars (e.g. --refresh can now be
set with PULUMI_OPTION_REFRESH)
[#20868](https://redirect.github.com/pulumi/pulumi/pull/20868)
- \[cli/install] Make `pulumi install` recurse into local packages
[#20945](https://redirect.github.com/pulumi/pulumi/pull/20945)
- \[engine] Add a `replacement_trigger` resource option. Any change to
this value between program runs will trigger a replace of the resource
[#20936](https://redirect.github.com/pulumi/pulumi/pull/20936)
- \[engine] Add a new builtin `Stash` resource which can be used to save
a value to state
[#20819](https://redirect.github.com/pulumi/pulumi/pull/20819)
- \[protobuf] Add `Language.Template` RPC to protos
[#20948](https://redirect.github.com/pulumi/pulumi/pull/20948)
- \[sdk/go] Add support for `replacement_trigger` in the Go SDK
[#20937](https://redirect.github.com/pulumi/pulumi/pull/20937)
##### Bug Fixes
- \[engine] Fix duplicate resource snapshot integrity issue with aliases
[#20926](https://redirect.github.com/pulumi/pulumi/pull/20926)
- \[engine] Allow resources marked as `Delete` to be targeted, and take
them into account for dependency calculation
[#20962](https://redirect.github.com/pulumi/pulumi/pull/20962)
- \[engine] Fix a panic when previewing and import of a resource that
wants to delete and then replace due to diffs
[#20997](https://redirect.github.com/pulumi/pulumi/pull/20997)
- \[pkg] Include invalid property names in bind errors
[#20989](https://redirect.github.com/pulumi/pulumi/pull/20989)
- \[sdk/python] Don’t raise when looking up a stack reference output
that does not exist
[#20938](https://redirect.github.com/pulumi/pulumi/pull/20938)
- \[sdkgen/python] Ensure resource args accept typeddicts when no
language info is specified
[#20982](https://redirect.github.com/pulumi/pulumi/pull/20982)
##### Miscellaneous
- \[cli] Document the \[template|url] argument in `pulumi up` command
help text
[#20996](https://redirect.github.com/pulumi/pulumi/pull/20996)
###
[`v3.207.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32070-2025-11-12)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.206.0...v3.207.0)
##### Features
- \[cli] Log gRPC requests before invoking them in gRPC debug
interceptor
[#20817](https://redirect.github.com/pulumi/pulumi/pull/20817)
- \[engine] Add `ReplaceWith` resource option to allow one resource's
replace operations to trigger another's
[#20693](https://redirect.github.com/pulumi/pulumi/pull/20693)
- \[sdkgen/python] Allow all PEP440 version specifiers to be used
##### Bug Fixes
- \[cli/import] Return errors when an import fails
[#20904](https://redirect.github.com/pulumi/pulumi/pull/20904)
- \[engine] Fix parenting of resources in some cases in `refresh
--run-program`
[#20894](https://redirect.github.com/pulumi/pulumi/pull/20894)
- \[engine] Fix StackReference secrets performance
[#20908](https://redirect.github.com/pulumi/pulumi/pull/20908)
- \[programgen] Do not panic when re-writing type-invalid PCL
[#20770](https://redirect.github.com/pulumi/pulumi/pull/20770)
- \[sdk/go] Fix import path in instructions when linking a package in Go
[#20888](https://redirect.github.com/pulumi/pulumi/pull/20888)
- \[sdk/nodejs] Fix closure serialization on Node.js v25.2.0
[#20913](https://redirect.github.com/pulumi/pulumi/pull/20913)
- \[sdk/{nodejs,python}] Avoid cancellations due to do slow processing
of requests
- \[sdk/python] Avoid cancellations due to do slow processing of
requests in the callbacks server
[#20917](https://redirect.github.com/pulumi/pulumi/pull/20917)
##### Miscellaneous
- \[engine] Stop sending ConfigPropertyMap as part of RunRequest
[#20887](https://redirect.github.com/pulumi/pulumi/pull/20887)
###
[`v3.206.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32060-2025-11-05)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.205.0...v3.206.0)
##### Features
- \[protobuf] Pass a `preview` flag to invokes so they can tell if
they're being called during a preview
[#20827](https://redirect.github.com/pulumi/pulumi/pull/20827)
- \[cli/about] Include PULUMI_\* environment variables in the `pulumi
about` output
[#20855](https://redirect.github.com/pulumi/pulumi/pull/20855)
- \[auto/go] Get event log over gRPC instead of trying to read it from a
text file
[#20822](https://redirect.github.com/pulumi/pulumi/pull/20822)
- \[auto/nodejs] Get event log over gRPC instead of trying to read it
from a text file
[#20824](https://redirect.github.com/pulumi/pulumi/pull/20824)
- \[auto/python] Get event log over gRPC instead of trying to read it
from a text file
[#20833](https://redirect.github.com/pulumi/pulumi/pull/20833)
- \[cli/engine] Add environment variable to add --refresh to
preview,update,destroy
[#20797](https://redirect.github.com/pulumi/pulumi/pull/20797)
- \[sdk/nodejs] Add PULUMI_NODEJS_SKIP_COMPONENT_INPUTS environment
variable to skip the new feature of sending component inputs to the
engine for diffing and state storage
[#20842](https://redirect.github.com/pulumi/pulumi/pull/20842)
##### Bug Fixes
- \[engine] Fix duplicate resource snapshot integrity issue, when
running `pulumi up --refresh --run-program` and when a resource
`PendingReplacement` exists in the snapshot
[#20812](https://redirect.github.com/pulumi/pulumi/pull/20812)
- \[engine] Support floating point NaN and Inf values in resource state
[#20843](https://redirect.github.com/pulumi/pulumi/pull/20843)
##### Miscellaneous
- \[sdk/go] Use Language.Link to link Go packages
[#20811](https://redirect.github.com/pulumi/pulumi/pull/20811)
###
[`v3.205.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32050-2025-10-28)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.204.0...v3.205.0)
##### Bug Fixes
- \[cli/display] Improve how the severity is displayed for policy
violations
[#20805](https://redirect.github.com/pulumi/pulumi/pull/20805)
- \[engine] Fix an issue where `refresh --run-program` could potentially
run forever
[#20781](https://redirect.github.com/pulumi/pulumi/pull/20781)
###
[`v3.204.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32040-2025-10-23)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.203.0...v3.204.0)
##### Features
- \[cli] Print replace diffs when a resource tries to replace but is
blocked by still having an import id set
[#20762](https://redirect.github.com/pulumi/pulumi/pull/20762)
- \[engine] Support overriding policy severity on violations
[#20767](https://redirect.github.com/pulumi/pulumi/pull/20767)
- \[backend/service] Send journal entries to the backend if it's
supported
[#20343](https://redirect.github.com/pulumi/pulumi/pull/20343)
##### Bug Fixes
- \[engine] Fix a potential snapshot integrity error when a resources
dependency fails to be destroyed using `destroy --run-program`
[#20692](https://redirect.github.com/pulumi/pulumi/pull/20692)
- \[engine] Fix import error to contain the import ID of non-existent
resources
[#20753](https://redirect.github.com/pulumi/pulumi/pull/20753)
- \[sdk/nodejs] Pass secret values as Output objects to resource hooks
to properly maintain their secretness. Previously hooks received an
internal representation for secret values.
[#20774](https://redirect.github.com/pulumi/pulumi/pull/20774)
- \[sdk/python] Pass secret values as Output objects to resource hooks
to properly maintain their secretness. Previously hooks received an
internal representation for secret values.
[#20769](https://redirect.github.com/pulumi/pulumi/pull/20769)
- \[sdkgen/go] Fix codegen of scalar return SDK functions
[#20754](https://redirect.github.com/pulumi/pulumi/pull/20754)
- \[sdkgen/{nodejs,python}] Fix scalar return protocol to allow
returning secret maps
[#20747](https://redirect.github.com/pulumi/pulumi/pull/20747)
##### Miscellaneous
- \[sdk/nodejs] Use Language.Link to link Node.js packages
[#20715](https://redirect.github.com/pulumi/pulumi/pull/20715)
###
[`v3.203.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32030-2025-10-15)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.202.0...v3.203.0)
##### Features
- \[cli/display] Display policy severity for violations
[#20746](https://redirect.github.com/pulumi/pulumi/pull/20746)
- \[cli/package] Show functions in `package info`
[#20733](https://redirect.github.com/pulumi/pulumi/pull/20733)
##### Bug Fixes
- \[engine] Make sure errors from the journaler are not shown to the
user
[#20740](https://redirect.github.com/pulumi/pulumi/pull/20740)
- \[backend/diy] Fix casing of stack/latest when importing stacks
[#20727](https://redirect.github.com/pulumi/pulumi/pull/20727)
- \[cli/package] Fix 'required' flag for resource inputs in `package
info`
[#20731](https://redirect.github.com/pulumi/pulumi/pull/20731)
- \[programgen] Revert
[#20345](https://redirect.github.com/pulumi/pulumi/issues/20345)
[#20714](https://redirect.github.com/pulumi/pulumi/pull/20714)
- \[programgen/{dotnet,nodejs}] Propagate local dependencies for
parameterized packages during convert down to GenerateProject
[#20706](https://redirect.github.com/pulumi/pulumi/pull/20706)
- \[sdkgen/python] Fix python invokes for functions returning map types
[#20719](https://redirect.github.com/pulumi/pulumi/pull/20719)
##### Miscellaneous
- \[sdk/python] Use Language.Link to link python packages
[#20612](https://redirect.github.com/pulumi/pulumi/pull/20612)
###
[`v3.202.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32020-2025-10-10)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.201.0...v3.202.0)
##### Features
- \[auto] Add SetAllConfigJson method to automation APIs
[#20709](https://redirect.github.com/pulumi/pulumi/pull/20709)
- \[cli/config] Add `--json` input support to `pulumi config set-all`
[#19427](https://redirect.github.com/pulumi/pulumi/pull/19427)
- \[cli/display] Add error summary at the end of Resource changes
[#20658](https://redirect.github.com/pulumi/pulumi/pull/20658)
- \[components/{go,nodejs}] Send component inputs to be saved in state.
This brings NodeJS and Go inline with Python behaviour
[#20357](https://redirect.github.com/pulumi/pulumi/pull/20357)
- \[sdk/python] Add support for Python 3.14
[#20433](https://redirect.github.com/pulumi/pulumi/pull/20433)
- \[sdk/python] Add the `hide_diffs` resource option
[#20655](https://redirect.github.com/pulumi/pulumi/pull/20655)
##### Bug Fixes
- \[engine] Fix assert when a resource that's not targeted on a destroy
is marked as Delete
[#20684](https://redirect.github.com/pulumi/pulumi/pull/20684)
- \[sdk/nodejs] Allow compiled local SDKs to be parameterized
[#20685](https://redirect.github.com/pulumi/pulumi/pull/20685)
- \[sdk/nodejs] Handle RangeErrors from util.inspect stringifying error
objects
[#20705](https://redirect.github.com/pulumi/pulumi/pull/20705)
###
[`v3.201.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32010-2025-10-06)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.200.0...v3.201.0)
##### Features
- \[sdkgen/go] Support non-object return types in functions
[#20646](https://redirect.github.com/pulumi/pulumi/pull/20646)
##### Bug Fixes
- \[backend/service] Fix the --insecure flag in `pulumi login`
###
[`v3.200.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32000-2025-10-03)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.199.0...v3.200.0)
##### Features
- \[cli] Look for .cmd and .ps1 extensions as well on Windows when
looking for executables
[#20637](https://redirect.github.com/pulumi/pulumi/pull/20637)
- \[sdk/go] Add a new resource option: `HideDiffs`
[#20631](https://redirect.github.com/pulumi/pulumi/pull/20631)
- \[sdk/nodejs] Add a new resource option: `hideDiffs`
[#20631](https://redirect.github.com/pulumi/pulumi/pull/20631)
- \[sdkgen/python] Support non-object return types in functions
[#20624](https://redirect.github.com/pulumi/pulumi/pull/20624)
##### Bug Fixes
- \[build] Use ruff to auto fix lints in python
[#20644](https://redirect.github.com/pulumi/pulumi/pull/20644)
- \[sdk/nodejs] Make new arguments to `initialize` optional
[#20650](https://redirect.github.com/pulumi/pulumi/pull/20650)
- \[sdkgen/nodejs] Generate a .gitignore file inside local SDKs
[#20643](https://redirect.github.com/pulumi/pulumi/pull/20643)
- \[cli/state] Treat providers that are marked as parents in a move as
providers still instead of as regular resources
[#20639](https://redirect.github.com/pulumi/pulumi/pull/20639)
- \[cli/state] Exclude root stack correctly when moving resources and
when --include-parents is passed
###
[`v3.199.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31990-2025-10-01)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.198.0...v3.199.0)
##### Features
- \[cli/about] Add `pulumi about env` to help
[#20633](https://redirect.github.com/pulumi/pulumi/pull/20633)
- \[cli/{about,new}] Add environment variables to override template
repository settings. The new PULUMI_TEMPLATE_GIT_REPOSITORY,
PULUMI_TEMPLATE_BRANCH, PULUMI_POLICY_TEMPLATE_GIT_REPOSITORY, and
PULUMI_POLICY_TEMPLATE_BRANCH environment variables allow runtime
customization of template sources
[#20615](https://redirect.github.com/pulumi/pulumi/pull/20615)
- \[cli/{install,package}] Add support for package references in plugins
[#20524](https://redirect.github.com/pulumi/pulumi/pull/20524)
- \[sdk/nodejs] Pass options, name, and type to ComponentResources
initialize methods
[#20618](https://redirect.github.com/pulumi/pulumi/pull/20618)
- \[cli/policy] Send vcs metadata when publishing policy packs
[#20528](https://redirect.github.com/pulumi/pulumi/pull/20528)
##### Bug Fixes
- \[cli/display] Always send diag events to stderr in the diff display
[#20632](https://redirect.github.com/pulumi/pulumi/pull/20632)
- \[components] Stop including auth info in plugin name
[#20620](https://redirect.github.com/pulumi/pulumi/pull/20620)
- \[engine] Support the import option in resource transforms
[#20586](https://redirect.github.com/pulumi/pulumi/pull/20586)
- \[programgen] Fix panic in parseProxyApply when encoutering warning
diagnostics
[#20583](https://redirect.github.com/pulumi/pulumi/pull/20583)
- \[sdk/nodejs] Don't attempt to serialise function values for resource
inputs/outputs
[#20621](https://redirect.github.com/pulumi/pulumi/pull/20621)
###
[`v3.198.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31980-2025-09-26)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.197.0...v3.198.0)
##### Features
- \[engine] Expand snapshot integrity check for resources
[#20519](https://redirect.github.com/pulumi/pulumi/pull/20519)
- \[sdk/go] Refactor Go policy SDK to have access to a pulumi Context
object
[#20570](https://redirect.github.com/pulumi/pulumi/pull/20570)
- \[sdk/python] Allow registered resources to be retrieved from the mock
monitor for test assertions
[#20540](https://redirect.github.com/pulumi/pulumi/pull/20540)
##### Bug Fixes
- \[engine] Fix snapshot integrity error with `run-program --refresh`,
when a provider has a dependency that isn't being created
[#20541](https://redirect.github.com/pulumi/pulumi/pull/20541)
- \[engine] Remove unneeded data from policy summary events
[#20589](https://redirect.github.com/pulumi/pulumi/pull/20589)
- \[sdk] Fix plugin killing during cancellation
[#20543](https://redirect.github.com/pulumi/pulumi/pull/20543)
- \[sdk/go] Fix \[Unm/M]arshalProperties to return nil when given nil
[#20544](https://redirect.github.com/pulumi/pulumi/pull/20544)
##### Miscellaneous
- \[protobuf] Add loader_target to LanguageRuntime.LinkRequest
[#20552](https://redirect.github.com/pulumi/pulumi/pull/20552)
- \[cli/package] Move InstallPackage from cmd/packagecmd to cmd/packages
[#20550](https://redirect.github.com/pulumi/pulumi/pull/20550)
- \[cli/package] Move stdout/stderr IO out of GenSDK and LinkPackage
[#20546](https://redirect.github.com/pulumi/pulumi/pull/20546)
- \[sdk] Move PluginSpec.Install to pkg/workspace.InstallPluginContent
[#20537](https://redirect.github.com/pulumi/pulumi/pull/20537)
- \[sdk/yaml] Bump pulumi-yaml to 1.23.2
[#20588](https://redirect.github.com/pulumi/pulumi/pull/20588)
###
[`v3.197.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31970-2025-09-17)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.196.0...v3.197.0)
##### Features
- \[cli] Send new policy fields when publishing a policy pack
- \[sdk/dotnet] Update dotnet to v3.88
[#20512](https://redirect.github.com/pulumi/pulumi/pull/20512)
##### Bug Fixes
- \[engine] Fix a panic in preview, that could happen in some cases when
default providers get updated
[#20511](https://redirect.github.com/pulumi/pulumi/pull/20511)
- \[components/python] Fix parenting of python components
[#20508](https://redirect.github.com/pulumi/pulumi/pull/20508)
- \[sdk/python] Fix hang when shutting down in certain error conditions
[#20484](https://redirect.github.com/pulumi/pulumi/pull/20484)
- \[sdk/python] Fix license-files entry for python package
[#20506](https://redirect.github.com/pulumi/pulumi/pull/20506)
###
[`v3.196.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31960-2025-09-12)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.195.0...v3.196.0)
##### Miscellaneous
- \[sdk] Add policy summary events apitypes
[#20443](https://redirect.github.com/pulumi/pulumi/pull/20443)
- \[sdk] Add new policy fields apitypes
[#20491](https://redirect.github.com/pulumi/pulumi/pull/20491)
- \[protobuf] Add support for indicating "not applicable" policies
[#20492](https://redirect.github.com/pulumi/pulumi/pull/20492)
- \[protobuf] Add new analyzer policy fields
[#20494](https://redirect.github.com/pulumi/pulumi/pull/20494)
###
[`v3.195.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31950-2025-09-10)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.194.0...v3.195.0)
##### Features
- \[engine] Add support for capturing program stack traces as part of
resource registration
[#20430](https://redirect.github.com/pulumi/pulumi/pull/20430)
- \[sdk/go] Registered resources can now be retrieved from the mock
monitor for test assertions
[#20472](https://redirect.github.com/pulumi/pulumi/pull/20472)
- \[sdk/go] The current exports map is now available for unit testing
through `GetCurrentExportMap`
[#20471](https://redirect.github.com/pulumi/pulumi/pull/20471)
##### Bug Fixes
- \[pkg/go] Fix an issue where v3.194.0 of the
`github.com/pulumi/pulumi/pkg/v3` module depends on APIs from
`github.com/pulumi/pulumi/sdk/v3` that haven't been released
[#20487](https://redirect.github.com/pulumi/pulumi/issues/20487)
###
[`v3.194.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31940-2025-09-08)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.193.0...v3.194.0)
##### Features
- \[cli] Log diagnostics to stderr instead of stdout
[#20461](https://redirect.github.com/pulumi/pulumi/pull/20461)
- \[cli/display] Change the default for --show-full-output from true to
false
[#20467](https://redirect.github.com/pulumi/pulumi/pull/20467)
- \[cli/display] Fix the --show-full-output the flag
[#20464](https://redirect.github.com/pulumi/pulumi/pull/20464)
- \[sdk/go] Show a message that the Go program is being compiled
[#20460](https://redirect.github.com/pulumi/pulumi/pull/20460)
##### Bug Fixes
- \[engine] Make ignoreChanges work better for arrays
[#20465](https://redirect.github.com/pulumi/pulumi/pull/20465)
- \[programgen] Fix panic in RewriteApplies when encountering warning
diagnostics
[#20453](https://redirect.github.com/pulumi/pulumi/pull/20453)
##### Miscellaneous
- \[cli] No longer require the `PULUMI_EXPERIMENTAL` flag for Private
Registry template operations (`pulumi template publish`, registry-based
template resolution in `pulumi new`), while registry-backed template
resolution in `pulumi new` may still be disabled using
`PULUMI_DISABLE_REGISTRY_RESOLVE=true pulumi new`
[#20458](https://redirect.github.com/pulumi/pulumi/pull/20458)
- \[sdk/yaml] Bump pulumi-yaml to 1.23.1
###
[`v3.193.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31930-2025-09-04)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.192.0...v3.193.0)
##### Bug Fixes
- \[cli] Use "Private Registry", not cloud or Pulumi registry, in CLI
output
[#20436](https://redirect.github.com/pulumi/pulumi/pull/20436)
- \[cli/display] Avoid printing a double new line when showing secrets
in the outputs
[#20435](https://redirect.github.com/pulumi/pulumi/pull/20435)
- \[cli/display] Fix coloring of cobra error messages on windows
- \[cli/{install,package}] Fix local package resolution when
PULUMI_EXPERIMENTAL=true by including local packages in registry
fallback logic
[#20413](https://redirect.github.com/pulumi/pulumi/pull/20413)
- \[cli/new] Fail when running with --language without --ai in
non-interactive mode
[#20415](https://redirect.github.com/pulumi/pulumi/pull/20415)
- \[cli/package] Fix not using already-installed package in 'pulumi
package add' when PULUMI_EXPERIMENTAL=1
##### Miscellaneous
- \[cli] Start the pprof server when receving SIGUSR1
[#20392](https://redirect.github.com/pulumi/pulumi/pull/20392)
- \[cli/display] Replace ijc/Gotty terminfo package with xo/terminfo
[#20446](https://redirect.github.com/pulumi/pulumi/pull/20446)
- \[cli/display] Use the passed through writer in ShowProgressOutput
instead of loading a new terminfo
###
[`v3.192.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31920-2025-08-29)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.191.0...v3.192.0)
##### Features
- \[cli/state] Add pulumi state taint/untaint commands to force
replacement of resources upon next update
[#20380](https://redirect.github.com/pulumi/pulumi/pull/20380)
- \[sdk/nodejs] Add `previewDestroy` to allow dry-runs of `destroy`
commands
[#20371](https://redirect.github.com/pulumi/pulumi/pull/20371)
##### Bug Fixes
- \[engine] Fix a bug causing hooks to never pass correctly to remote Go
components
[#20390](https://redirect.github.com/pulumi/pulumi/pull/20390)
- \[sdk/go] Fix source position information
[#20351](https://redirect.github.com/pulumi/pulumi/pull/20351)
- \[sdk/nodejs] Fix function serialisation that contains minified
classes
[#19345](https://redirect.github.com/pulumi/pulumi/pull/19345)
- \[sdkgen/nodejs] Limit
[@types](https://redirect.github.com/types) packages used during
local SDK generation
[#20387](https://redirect.github.com/pulumi/pulumi/pull/20387)
- \[sdk/python] Set ThreadPoolExecutor max_workers to parallelism \* 4
[#20362](https://redirect.github.com/pulumi/pulumi/pull/20362)
- \[sdk/python] Handle `-v` flag passed to policy packs
[#20373](https://redirect.github.com/pulumi/pulumi/pull/20373)
- \[sdk/python] Forward errors raised in callbacks to the caller
[#20381](https://redirect.github.com/pulumi/pulumi/pull/20381)
##### Miscellaneous
- \[cli] Log stack trace when interrupted when using verbose logging
[#20364](https://redirect.github.com/pulumi/pulumi/pull/20364)
- \[cli] Print the location of the log file when running with the
verbose flag
[#20365](https://redirect.github.com/pulumi/pulumi/pull/20365)
- \[sdk/python] Remove custom typing stubs
[#20384](https://redirect.github.com/pulumi/pulumi/pull/20384)
###
[`v3.191.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31910-2025-08-21)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.190.0...v3.191.0)
##### Features
- \[cli] Document the `PULUMI_ENABLE_STREAMING_JSON_PREVIEW` envvar.
[#20328](https://redirect.github.com/pulumi/pulumi/pull/20328)
##### Bug Fixes
- \[engine] Check providers returning 'version' or '\__internal' in
their inputs
[#20313](https://redirect.github.com/pulumi/pulumi/pull/20313)
- \[engine] Fix a panic with `refresh --run-program`
[#20337](https://redirect.github.com/pulumi/pulumi/pull/20337)
- \[engine] Fix an infinite loop from passing unordered resources to the
dependency system when using --refresh
- \[programgen] Emit warnings instead of errors in non-strict mode when
binding resource blocks
[#20347](https://redirect.github.com/pulumi/pulumi/pull/20347)
- \[programgen] Simplify range value types when it is derived from
object of objects and warn on unknown properties
[#20345](https://redirect.github.com/pulumi/pulumi/pull/20345)
- \[programgen] Warn instead of erroring out when traversing a NoneType
in PCL
[#20342](https://redirect.github.com/pulumi/pulumi/pull/20342)
- \[cli/display] Escape non-graphic characters in URNs
[#20295](https://redirect.github.com/pulumi/pulumi/pull/20295)
- \[cli/import] Disambiguate duplicate resource names by their types
when importing
[#20348](https://redirect.github.com/pulumi/pulumi/pull/20348)
- \[cli/new] Don't prompt for ai or template when passing --yes
[#20256](https://redirect.github.com/pulumi/pulumi/pull/20256)
##### Miscellaneous
- \[cli] Log version and CLI metadata
[#20334](https://redirect.github.com/pulumi/pulumi/pull/20334)
- \[cli/package] Pass ParameterizeParameters to SchemaFromSchemaSource
[#20324](https://redirect.github.com/pulumi/pulumi/pull/20324)
###
[`v3.190.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31900-2025-08-15)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.189.0...v3.190.0)
##### Features
- \[engine] Don't error on `ignoreChanges` paths that are missing old
data, there is nothing to ignore in those cases and we just use the new
data
[#20278](https://redirect.github.com/pulumi/pulumi/pull/20278)
##### Bug Fixes
- \[cli] Fix `destroy --exclude-protected --remove` returning an error
for empty stacks that could safely be removed
[#20283](https://redirect.github.com/pulumi/pulumi/pull/20283)
- \[cli] Fix `pulumi template publish` failing with relative paths by
normalizing to absolute paths before archive creation
[#20301](https://redirect.github.com/pulumi/pulumi/pull/20301)
- \[cli/import] Use mapped name instead of logical name for resource
references during import code generation
[#20300](https://redirect.github.com/pulumi/pulumi/pull/20300)
- \[pkg] Make TypeScript code generation use 'declare' keyword instead
of definite assertion operator, to avoid setting all fields to undefined
when targeting environments new enough
[#20261](https://redirect.github.com/pulumi/pulumi/pull/20261)
- \[sdkgen/nodejs] Make TypeScript a full dependency of local SDKs
[#20272](https://redirect.github.com/pulumi/pulumi/pull/20272)
##### Miscellaneous
- \[build] Updates protobuf and grpc to v5, bumping dependencies in the
Go, Node.js, and Python SDKs
[#19588](https://redirect.github.com/pulumi/pulumi/pull/19588)
- \[build] Update latest Go version to 1.25
[#20284](https://redirect.github.com/pulumi/pulumi/pull/20284)
- \[sdkgen/nodejs] Target ES2020 for generated SDKs
[#20276](https://redirect.github.com/pulumi/pulumi/pull/20276)
###
[`v3.189.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31890-2025-08-12)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.188.0...v3.189.0)
##### Features
- \[sdk] Remove CacheMS from CLIVersionResponse
[#20264](https://redirect.github.com/pulumi/pulumi/pull/20264)
- \[sdk/go] Calculate PluginInfo.Size on demand
[#20241](https://redirect.github.com/pulumi/pulumi/pull/20241)
- \[auto/python] Surface `json` option to `pulumi preview` calls in
Python when using the `pulumi.automation` package.
[#20233](https://redirect.github.com/pulumi/pulumi/pull/20233)
##### Bug Fixes
- \[cli/package] Fix incorrect console URLs being displayed after
publishing a policy
[#20255](https://redirect.github.com/pulumi/pulumi/pull/20255)
- \[engine] Fix race when reading plugin stdout
[#20242](https://redirect.github.com/pulumi/pulumi/pull/20242)
- \[sdk/nodejs] Fix component providers when using pnpm
[#20253](https://redirect.github.com/pulumi/pulumi/pull/20253)
##### Miscellaneous
- \[pkg] Make TypeScript code generation use nullish coalesce operator
for required property checks, as well as state and args accessing
whenever sensible
- \[sdk/nodejs] Fix swapped stderr/stdout callback comments in
PreviewOptions interface
[#20250](https://redirect.github.com/pulumi/pulumi/pull/20250)
- \[sdkgen] Don’t create empty maps for language specific overrides
[#20237](https://redirect.github.com/pulumi/pulumi/pull/20237)
###
[`v3.188.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31880-2025-08-07)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.187.0...v3.188.0)
##### Features
- \[cli] Add `--remove-backups` flag to `pulumi stack rm` for DIY
backends
[#20203](https://redirect.github.com/pulumi/pulumi/pull/20203)
##### Bug Fixes
- \[cli] Fix cancellation when running via some CLI wrapper tools
[#20195](https://redirect.github.com/pulumi/pulumi/pull/20195)
- \[cli] Fix concurrent read/write during plugin downloads
[#20223](https://redirect.github.com/pulumi/pulumi/pull/20223)
- \[cli] Restore terminal mode on panic
[#20224](https://redirect.github.com/pulumi/pulumi/pull/20224)
- \[engine] Fix panic in refreshes due to concurrent map writes
[#20206](https://redirect.github.com/pulumi/pulumi/pull/20206)
- \[sdkgen] Warn about refs of the form
"#/resources/pulumi:providers:"
[#20192](https://redirect.github.com/pulumi/pulumi/pull/20192)
- \[cli/display] Show changed outputs in preview
[#20161](https://redirect.github.com/pulumi/pulumi/pull/20161)
- \[cli/engine] Make `--exclude` correctly handle wildcards in all cases
[#20158](https://redirect.github.com/pulumi/pulumi/pull/20158)
- \[sdk/go] Fix running against old CLI versions without
SignalAndWaitForShutdown
[#20212](https://redirect.github.com/pulumi/pulumi/pull/20212)
- \[sdk/python] Fix dependency installation in uv workspaces
[#20218](https://redirect.github.com/pulumi/pulumi/pull/20218)
##### Miscellaneous
- \[cli] Update pulumi-dotnet to 3.87.0
[#20222](https://redirect.github.com/pulumi/pulumi/pull/20222)
- \[cli/env] Bump esc to v0.17.0
[#20197](https://redirect.github.com/pulumi/pulumi/pull/20197)
###
[`v3.187.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31870-2025-07-31)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.186.0...v3.187.0)
##### Features
- \[cli] Support for writing v4 checkpoints/deployments
[#20159](https://redirect.github.com/pulumi/pulumi/pull/20159)
- \[cli] Add support for qualified registry template names in `pulumi
new`
[#20138](https://redirect.github.com/pulumi/pulumi/pull/20138)
- \[cli/import] Enable `pulumi import` to always `--generate-resources`
when converting `--from` state files
[#20178](https://redirect.github.com/pulumi/pulumi/pull/20178)
- \[yaml] Allow config values to be parsed with type `object`
[#20132](https://redirect.github.com/pulumi/pulumi/pull/20132)
- \[auto/python] Allow for `on_error` callbacks in commands to capture
stderr incrementally
[#20019](https://redirect.github.com/pulumi/pulumi/pull/20019)
- \[sdk/nodejs] Add option of Bun as a package manager
[#18412](https://redirect.github.com/pulumi/pulumi/pull/18412)
- \[sdk/nodejs] Copy `getRootDirectory` to the pulumi module
[#20173](https://redirect.github.com/pulumi/pulumi/pull/20173)
- \[sdk/python] Copy `get_root_directory` to the pulumi module
[#20172](https://redirect.github.com/pulumi/pulumi/pull/20172)
##### Bug Fixes
- \[cli] Fix un-taring registry-backed templates which come in .tar.gz
format
[#20135](https://redirect.github.com/pulumi/pulumi/pull/20135)
- \[cli] Stop passing Accept: application/x-tar to registry template
download URLs to avoid signature mismatch
[#20133](https://redirect.github.com/pulumi/pulumi/pull/20133)
- \[engine] Fix a panic with `up --refresh --run-program` and resource
replacements
[#20147](https://redirect.github.com/pulumi/pulumi/pull/20147)
- \[engine] Untargeted resources in `destroy` now correctly register as
same steps
[#20061](https://redirect.github.com/pulumi/pulumi/pull/20061)
- \[cli/engine] Fix hang when waiting for program that would never
complete
[#20153](https://redirect.github.com/pulumi/pulumi/pull/20153)
- \[sdk/nodejs] Fix delete hooks in inline automation API programs
[#20143](https://redirect.github.com/pulumi/pulumi/pull/20143)
- \[sdk/python] Set features inside construct
[#20141](https://redirect.github.com/pulumi/pulumi/pull/20141)
##### Miscellaneous
- \[sdk/nodejs] Bump TypeScript target to ES2020 for plugins and policy
packs
[#20148](https://redirect.github.com/pulumi/pulumi/pull/20148)
###
[`v3.186.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31860-2025-07-25)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.185.0...v3.186.0)
##### Features
- \[engine] Send `Cancel` message to language runtime plugins on engine
shutdown
[#20007](https://redirect.github.com/pulumi/pulumi/pull/20007)
- \[engine] Pass stack tags to policy plugins on startup
[#20084](https://redirect.github.com/pulumi/pulumi/pull/20084)
- \[yaml] Expose `object` as a possible config type in preparation for
`pulumi-yaml` support
[#20129](https://redirect.github.com/pulumi/pulumi/pull/20129)
##### Bug Fixes
- \[cli/engine] --exclude and --exclude-protected flags now work
together correctly for `destroy` commands
[#20120](https://redirect.github.com/pulumi/pulumi/pull/20120)
- \[engine] Fix a datarace in the engine event system
[#20105](https://redirect.github.com/pulumi/pulumi/pull/20105)
- \[engine] Fix a panic in the engine when running `up --refresh
--run-program` and finding a deleted resource
- \[sdk/nodejs] Avoid "Cannot convert object to primitive value" error
when running into type errors
[#20092](https://redirect.github.com/pulumi/pulumi/pull/20092)
- \[sdk/nodejs] Don’t use automatic ESM mode when `—import` or
`—require` is set
[#20091](https://redirect.github.com/pulumi/pulumi/pull/20091)
- \[sdk/nodejs] Fix callback server hang & delete hooks in Node.js
[#20109](https://redirect.github.com/pulumi/pulumi/pull/20109)
- \[sdk/nodejs] Don’t report leaked promises when we exit abnormally
[#20128](https://redirect.github.com/pulumi/pulumi/pull/20128)
- \[cli/package] Force new style Go modules to be written out when using
`package add`
[#20011](https://redirect.github.com/pulumi/pulumi/pull/20011)
- \[sdk/python] Run uv sync on uv command
[#20117](https://redirect.github.com/pulumi/pulumi/pull/20117)
##### Miscellaneous
- \[yaml] Update yaml to 1.21.3
[#20118](https://redirect.github.com/pulumi/pulumi/pull/20118)
###
[`v3.185.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31850-2025-07-21)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.184.0...v3.185.0)
##### Features
- \[cli/{install,package}] Allow using `pulumi package add` with
registry identifiers
[#19928](https://redirect.github.com/pulumi/pulumi/pull/19928)
##### Bug Fixes
- \[engine] Fix a snapshot integrity issue with `destroy --run-program`
and resource reads
[#20078](https://redirect.github.com/pulumi/pulumi/pull/20078)
- \[sdkgen/python] Remove unnecessary `import copy`
[#20089](https://redirect.github.com/pulumi/pulumi/pull/20089)
- \[sdkgen/python] Support properties named "builtins"
[#20085](https://redirect.github.com/pulumi/pulumi/pull/20085)
pulumi/esc (github.com/pulumi/esc)
###
[`v0.20.0`](https://redirect.github.com/pulumi/esc/releases/tag/v0.20.0)
[Compare
Source](https://redirect.github.com/pulumi/esc/compare/v0.19.0...v0.20.0)
##### Improvements
- Added deletion protection for environments:
- Use `esc env settings set
[/][/] deletion-protected
true` to enable deletion protection
- Use `esc env settings get
[/][/] [deletion-protected]`
to check the current status
- When enabled, environments cannot be deleted until protection is
disabled
- Deletion protection is disabled by default for new environments
##### Bug Fixes
- Environment declarations are now returned even in the face of syntax
errors.
##### Breaking changes
###
[`v0.19.0`](https://redirect.github.com/pulumi/esc/releases/tag/v0.19.0)
[Compare
Source](https://redirect.github.com/pulumi/esc/compare/v0.18.0...v0.19.0)
##### Improvements
- Added support for Open Approvals
[#592](https://redirect.github.com/pulumi/esc/pull/592)
##### Bug Fixes
##### Breaking changes
###
[`v0.18.0`](https://redirect.github.com/pulumi/esc/releases/tag/v0.18.0)
[Compare
Source](https://redirect.github.com/pulumi/esc/compare/v0.17.0...v0.18.0)
##### Improvements
- Added support for `fn::concat` built-in function to concatenate
arrays.
[#582](https://redirect.github.com/pulumi/esc/pull/582)
##### Bug Fixes
##### Breaking changes
pulumi/esc-action (pulumi/esc-action)
###
[`v1.5.0`](https://redirect.github.com/pulumi/esc-action/releases/tag/v1.5.0)
[Compare
Source](https://redirect.github.com/pulumi/esc-action/compare/v1.4.0...v1.5.0)
- Fix line parsing when "=" is present
[https://github.com/pulumi/esc-action/pull/30](https://redirect.github.com/pulumi/esc-action/pull/30)
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] 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
---
.github/workflows/build.yml | 2 +-
.github/workflows/prerelease.yml | 2 +-
.github/workflows/release.yml | 2 +-
.github/workflows/run-acceptance-tests.yml | 2 +-
examples/go/go.mod | 6 +++---
examples/go/go.sum | 8 ++++----
examples/nodejs/package.json | 2 +-
examples/tests/caching/package.json | 2 +-
examples/tests/caching/yarn.lock | 22 +++++++++++-----------
examples/tests/config/package.json | 2 +-
examples/upgrade-node/package.json | 2 +-
go.mod | 5 +++--
go.sum | 8 ++++----
sdk/go/dockerbuild/go.mod | 6 +++---
sdk/go/dockerbuild/go.sum | 8 ++++----
15 files changed, 40 insertions(+), 39 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dd5de62..8f74d7a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -438,7 +438,7 @@ jobs:
requested-token-type: urn:pulumi:token-type:access_token:organization
export-environment-variables: false
- name: Export AWS Credentials
- uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
+ uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
env:
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
with:
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index 662541e..223ac87 100644
--- a/.github/workflows/prerelease.yml
+++ b/.github/workflows/prerelease.yml
@@ -391,7 +391,7 @@ jobs:
requested-token-type: urn:pulumi:token-type:access_token:organization
export-environment-variables: false
- name: Export AWS Credentials
- uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
+ uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
env:
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
with:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 90d3aaa..8f74401 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -394,7 +394,7 @@ jobs:
requested-token-type: urn:pulumi:token-type:access_token:organization
export-environment-variables: false
- name: Export AWS Credentials
- uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
+ uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
env:
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
with:
diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml
index 05a3410..20acc1e 100644
--- a/.github/workflows/run-acceptance-tests.yml
+++ b/.github/workflows/run-acceptance-tests.yml
@@ -453,7 +453,7 @@ jobs:
requested-token-type: urn:pulumi:token-type:access_token:organization
export-environment-variables: false
- name: Export AWS Credentials
- uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
+ uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
env:
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
with:
diff --git a/examples/go/go.mod b/examples/go/go.mod
index 0bc94e3..87cf8ff 100644
--- a/examples/go/go.mod
+++ b/examples/go/go.mod
@@ -58,11 +58,12 @@ require (
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pgavlin/fx v0.1.6 // indirect
+ github.com/pgavlin/fx/v2 v2.0.3 // indirect
github.com/pjbgf/sha1cd v0.3.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
- github.com/pulumi/esc v0.17.0 // indirect
+ github.com/pulumi/esc v0.20.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
@@ -78,11 +79,10 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/zclconf/go-cty v1.16.2 // indirect
- go.opentelemetry.io/otel v1.36.0 // indirect
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
- golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
+ golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
diff --git a/examples/go/go.sum b/examples/go/go.sum
index ff0013a..420fb63 100644
--- a/examples/go/go.sum
+++ b/examples/go/go.sum
@@ -159,8 +159,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
-github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
-github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
+github.com/pulumi/esc v0.20.0 h1:LZn4sjAsI76x10ZuZXXyh2ExGcP7AHmjOzCi/p3/fpQ=
+github.com/pulumi/esc v0.20.0/go.mod h1:h1VjdedI0K84MhMzaR9ZKbEpU6SfZMOZF4ZrVgQyNLY=
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.12 h1:uzmw+0iic764m0Yvh4I/jRV1x3q49dVh5Ctq9RllsQ8=
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.12/go.mod h1:6zFMe786NvFDO03BVJwdw1R/Yms4F6vAU49iBHo8zbQ=
github.com/pulumi/pulumi/sdk/v3 v3.192.0 h1:sfHuR3P02wSbV3xdSMEQ0+uC/HzlMz0YfKrVAXy1hSQ=
@@ -230,8 +230,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
-golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 h1:R84qjqJb5nVJMxqWYb3np9L5ZsaDtB+a39EqjV0JSUM=
-golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0/go.mod h1:S9Xr4PYopiDyqSyp5NjCrhFrqg6A5zA2E/iPHPhqnS8=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json
index 21cd5ea..fb12e39 100644
--- a/examples/nodejs/package.json
+++ b/examples/nodejs/package.json
@@ -5,6 +5,6 @@
},
"dependencies": {
"typescript": "^4.0.0",
- "@pulumi/pulumi": "3.184.0"
+ "@pulumi/pulumi": "3.208.0"
}
}
diff --git a/examples/tests/caching/package.json b/examples/tests/caching/package.json
index a2636d8..5f07501 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.184.0"
+ "@pulumi/pulumi": "3.208.0"
}
}
diff --git a/examples/tests/caching/yarn.lock b/examples/tests/caching/yarn.lock
index 005269b..3c99250 100644
--- a/examples/tests/caching/yarn.lock
+++ b/examples/tests/caching/yarn.lock
@@ -369,10 +369,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
-"@pulumi/pulumi@3.184.0":
- version "3.184.0"
- resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.184.0.tgz#650831728ed5c22ff1eda36349af860fadc5c9d1"
- integrity sha512-hseyV9cDUcu6MgXnnuKibIx5DtZVjS0judMYQdy74vau8CCKIAoIJGoURaKIl0KCT8OuvaMCHS+iOG/8o8VSCg==
+"@pulumi/pulumi@3.208.0":
+ version "3.208.0"
+ resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.208.0.tgz#8dac5a009e1897d6f6b831cd618e351596195ed4"
+ integrity sha512-6RM/QQXyAoEj1J1U8bdtRqLp4zCdxl0YpoQfc+CtOfR1QrR7sHcZ4anpLbVs+fE7nxK1h4Cx8YykJ8cYq2BzJQ==
dependencies:
"@grpc/grpc-js" "^1.10.1"
"@logdna/tail-file" "^2.0.6"
@@ -389,7 +389,7 @@
"@types/tmp" "^0.2.6"
execa "^5.1.0"
fdir "^6.1.1"
- google-protobuf "^3.5.0"
+ google-protobuf "^3.21.4"
got "^11.8.6"
ini "^2.0.0"
js-yaml "^3.14.0"
@@ -400,7 +400,7 @@
require-from-string "^2.0.1"
semver "^7.5.2"
source-map-support "^0.5.6"
- tmp "^0.2.1"
+ tmp "^0.2.4"
upath "^1.1.0"
"@sigstore/bundle@^2.3.2":
@@ -883,7 +883,7 @@ glob@^10.2.2, glob@^10.3.10:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"
-google-protobuf@^3.5.0:
+google-protobuf@^3.21.4:
version "3.21.4"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.4.tgz#2f933e8b6e5e9f8edde66b7be0024b68f77da6c9"
integrity sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==
@@ -1805,10 +1805,10 @@ tar@^6.1.11, tar@^6.2.1:
mkdirp "^1.0.3"
yallist "^4.0.0"
-tmp@^0.2.1:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
- integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
+tmp@^0.2.4:
+ version "0.2.5"
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
+ integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
treeverse@^3.0.0:
version "3.0.0"
diff --git a/examples/tests/config/package.json b/examples/tests/config/package.json
index a2636d8..5f07501 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.184.0"
+ "@pulumi/pulumi": "3.208.0"
}
}
diff --git a/examples/upgrade-node/package.json b/examples/upgrade-node/package.json
index 21cd5ea..fb12e39 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.184.0"
+ "@pulumi/pulumi": "3.208.0"
}
}
diff --git a/go.mod b/go.mod
index 325aeb0..2109d38 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
go.opentelemetry.io/otel/trace v1.36.0
go.uber.org/mock v0.5.2
golang.org/x/crypto v0.45.0
- golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
+ golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
google.golang.org/protobuf v1.36.6
gopkg.in/yaml.v3 v3.0.1
)
@@ -342,6 +342,7 @@ require (
github.com/pgavlin/aho-corasick v0.5.1 // indirect
github.com/pgavlin/diff v0.0.0-20230503175810-113847418e2e // indirect
github.com/pgavlin/fx v0.1.6 // indirect
+ github.com/pgavlin/fx/v2 v2.0.3 // indirect
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
github.com/pgavlin/text v0.0.0-20240821195002-b51d0990e284 // indirect
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -357,7 +358,7 @@ require (
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
- github.com/pulumi/esc v0.17.0 // indirect
+ github.com/pulumi/esc v0.20.0 // indirect
github.com/pulumi/inflector v0.2.1 // indirect
github.com/quasilyte/go-ruleguard v0.4.2 // indirect
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
diff --git a/go.sum b/go.sum
index bfd95de..28b5ca3 100644
--- a/go.sum
+++ b/go.sum
@@ -888,8 +888,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
-github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
-github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
+github.com/pulumi/esc v0.20.0 h1:LZn4sjAsI76x10ZuZXXyh2ExGcP7AHmjOzCi/p3/fpQ=
+github.com/pulumi/esc v0.20.0/go.mod h1:h1VjdedI0K84MhMzaR9ZKbEpU6SfZMOZF4ZrVgQyNLY=
github.com/pulumi/inflector v0.2.1 h1:bqyiish3tq//vLeLiEstSFE5K7RNjy/ce47ed4QATu8=
github.com/pulumi/inflector v0.2.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
github.com/pulumi/providertest v0.3.1 h1:vlftr7TZlObh81mL88IhhF0/9ZbLrZZos4NAvR4HUUw=
@@ -1208,8 +1208,8 @@ golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDf
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
-golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc h1:TS73t7x3KarrNd5qAipmspBDS1rkMcgVG/fS1aRb4Rc=
-golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
golang.org/x/exp/typeparams v0.0.0-20230203172020-98cc5a0785f9/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f h1:phY1HzDcf18Aq9A8KkmRtY9WvOFIxN8wgfvy6Zm1DV8=
diff --git a/sdk/go/dockerbuild/go.mod b/sdk/go/dockerbuild/go.mod
index 0d476c9..9b010c6 100644
--- a/sdk/go/dockerbuild/go.mod
+++ b/sdk/go/dockerbuild/go.mod
@@ -58,12 +58,13 @@ require (
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pgavlin/fx v0.1.6 // indirect
+ github.com/pgavlin/fx/v2 v2.0.3 // indirect
github.com/pjbgf/sha1cd v0.3.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
- github.com/pulumi/esc v0.17.0 // indirect
+ github.com/pulumi/esc v0.20.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
@@ -80,11 +81,10 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/zclconf/go-cty v1.16.3 // indirect
- go.opentelemetry.io/otel v1.36.0 // indirect
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
- golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
+ golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
diff --git a/sdk/go/dockerbuild/go.sum b/sdk/go/dockerbuild/go.sum
index 341ef3e..2bbf0f8 100644
--- a/sdk/go/dockerbuild/go.sum
+++ b/sdk/go/dockerbuild/go.sum
@@ -162,8 +162,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
-github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
-github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
+github.com/pulumi/esc v0.20.0 h1:LZn4sjAsI76x10ZuZXXyh2ExGcP7AHmjOzCi/p3/fpQ=
+github.com/pulumi/esc v0.20.0/go.mod h1:h1VjdedI0K84MhMzaR9ZKbEpU6SfZMOZF4ZrVgQyNLY=
github.com/pulumi/pulumi/sdk/v3 v3.192.0 h1:sfHuR3P02wSbV3xdSMEQ0+uC/HzlMz0YfKrVAXy1hSQ=
github.com/pulumi/pulumi/sdk/v3 v3.192.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
@@ -232,8 +232,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
-golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc h1:TS73t7x3KarrNd5qAipmspBDS1rkMcgVG/fS1aRb4Rc=
-golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
+golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=