-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.215.0 #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-pulumi-pulumi-pkg-v3-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9f74325 to
2022577
Compare
2022577 to
2158912
Compare
2158912 to
7697c70
Compare
7697c70 to
aa5907f
Compare
aa5907f to
7855935
Compare
7855935 to
9ac38f3
Compare
9ac38f3 to
49dd599
Compare
49dd599 to
0923a46
Compare
0923a46 to
db06391
Compare
db06391 to
3799757
Compare
3799757 to
a2f771c
Compare
a2f771c to
0f8dca8
Compare
0f8dca8 to
db7ad0d
Compare
db7ad0d to
23444ec
Compare
23444ec to
b954698
Compare
68b9262 to
80d69f0
Compare
80d69f0 to
7a473cd
Compare
7a473cd to
de7a261
Compare
de7a261 to
4b387d1
Compare
4b387d1 to
d9cb349
Compare
d9cb349 to
e0cdec7
Compare
e0cdec7 to
9b62214
Compare
9b62214 to
8d64c70
Compare
8d64c70 to
ec8e922
Compare
ec8e922 to
f7cd162
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f7cd162 to
9a7cdec
Compare
9a7cdec to
e3ea1d5
Compare
e3ea1d5 to
7a186e6
Compare
7a186e6 to
0f111ea
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.11.0→v3.215.0Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)
v3.215.0Compare Source
3.215.0 (2026-01-07)
Features
#21335
Bug Fixes
[cli] Filter internal properties like __defaults from diff display
#21359
[cli/config] Make
config set --type boolaccept different spellings of boolean values instead of only lowercase "true"#21314
[sdk/python] Fix import_resources with converter failing due to --stack argument placement
#21373
Miscellaneous
[cli] Update pulumi-dotnet to 3.96.1
[cli/package] Remove superfluous version string
#21351
v3.214.1Compare Source
3.214.1 (2026-01-03)
Bug Fixes
[cli/package] Preserve existing behavior when
pulumi package addis used with a local provider#21350
[pkg] Create namespace aliases to avoid Pulumi namespace collisions during codegen
#21325
v3.214.0Compare Source
3.214.0 (2025-12-30)
Features
[cli] Add --config and --config-path options to destroy and refresh
#21299
[sdkgen] Add
OutputStyleOnlyflag to functions to not emit their plain variants#21198
[sdk/python] Add support for
replacement_triggerin the Python SDK#20940
Bug Fixes
[engine] Pass ignoreChanges when issuing no-diff updates that resolve initErrors
#21319
[programgen] Fix a bug in programgen binding to invokes from parameterized packages
#21284
[cli/plugin] Fix plugin download URL overrides for fallback mechanism
#21095
Miscellaneous
v3.213.0Compare Source
3.213.0 (2025-12-17)
Bug Fixes
#21248
Miscellaneous
#21220
v3.212.0Compare Source
3.212.0 (2025-12-12)
Bug Fixes
v3.211.0Compare Source
3.211.0 (2025-12-11)
Features
[cli/about] Print Node.js package manager information in
pulumi about#21163
[backend/diy] Add stack tags support for DIY backends (S3, Postgres, file-based, etc.).
DIY backends now support stack tags functionality, bringing feature parity with cloud backends.
This includes:
pulumi:project)Tags are stored as separate
.pulumi-tagsfiles alongside stack checkpoints, using a versionedJSON format. The implementation works across all DIY backend storage types including S3, Azure Blob,
Google Cloud Storage, PostgreSQL, and local file systems.
Example usage:
#19882
[backend/service] Improve startup performance with the service as backend
#21176
[sdk/nodejs] Add support for
replacement_triggerin the NodeJS SDK#20939
[sdk/python] Allow setting version for python component providers
#21149
Bug Fixes
[cli/package] Correctly identify the innermost Project/Plugin when running
pulumi package add#21137
[engine] Allow referencing multiple git/github/gitlab components from the same repo
#21119
[programgen/go] Account for name conflicts in resource creation functions
#21107
[sdk/python] Fix cancellation handling in a few places in the python language host
#21145
[sdkgen/go] Fix generation of lifted single-value calls in parameterized SDKs
#21115
Miscellaneous
[cli] Don't attempt to re-install plugin dependencies on load failure for plugins based on git with a nested path
#21148
[sdk/{dotnet,java,yaml}] Bump language runtimes for dotnet, java, and yaml
#21201
[cli/engine] Add language runtime metadata to update metadata
#21186
v3.210.0Compare Source
3.210.0 (2025-12-03)
Features
[cli/about] Print python toolchain information in
pulumi about[sdk/java] Update java to v1.18
[components/nodejs] Local components will use the version from package.json rather than 0.0.0
#21100
[cli/package] Add
pulumi package deletecommand to delete package versions from the Pulumi Registry#21069
[cli/package] Always print the schema first in
package get-schema, then print any binding errors#21080
[sdk/python] Require
grpcio>=1.75.1on Python 3.14#21113
Bug Fixes
#21094
Miscellaneous
#21077
v3.209.0Compare Source
3.209.0 (2025-11-26)
Features
[cli] Add native support for OIDC token exchange when logging into Pulumi Cloud. Run
pulumi login --helpfor more information.#20974
[sdk/python] Allow older grpcio and protobuf dependencies
#21007
[sdkgen/{dotnet,go,nodejs,python}] Generate .gitignore and .gitattributes files for generated SDKs
#21034
Bug Fixes
[cli/install] Correctly install non-standard plugins. See #20953 for more information
#20983
[cli/new] Create pyproject.toml for uv and poetry projects when using --generate-only
#20979
[sdk/nodejs] Fix serialization errors due to SxS copies of the SDK
#21029
[sdk/python] Add
PropertyValueruntime validation checks#21058
Miscellaneous
[engine] Don't send root directory and runtime options to language plugins as command line arguments
#21054
[sdk/{dotnet,java,yaml}] Bump language runtimes for yaml, dotnet and java
v3.208.0Compare Source
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
[cli/install] Make
pulumi installrecurse into local packages#20945
[engine] Add a
replacement_triggerresource option. Any change to this value between program runs will trigger a replace of the resource#20936
[engine] Add a new builtin
Stashresource which can be used to save a value to state#20819
[protobuf] Add
Language.TemplateRPC to protos#20948
[sdk/go] Add support for
replacement_triggerin the Go SDK#20937
Bug Fixes
[engine] Fix duplicate resource snapshot integrity issue with aliases
#20926
[engine] Allow resources marked as
Deleteto be targeted, and take them into account for dependency calculation#20962
[engine] Fix a panic when previewing and import of a resource that wants to delete and then replace due to diffs
#20997
[pkg] Include invalid property names in bind errors
#20989
[sdk/python] Don’t raise when looking up a stack reference output that does not exist
#20938
[sdkgen/python] Ensure resource args accept typeddicts when no language info is specified
#20982
Miscellaneous
pulumi upcommand help text#20996
v3.207.0Compare Source
3.207.0 (2025-11-12)
Features
[cli] Log gRPC requests before invoking them in gRPC debug interceptor
#20817
[engine] Add
ReplaceWithresource option to allow one resource's replace operations to trigger another's#20693
[sdkgen/python] Allow all PEP440 version specifiers to be used
Bug Fixes
[cli/import] Return errors when an import fails
#20904
[engine] Fix parenting of resources in some cases in
refresh --run-program#20894
[engine] Fix StackReference secrets performance
#20908
[programgen] Do not panic when re-writing type-invalid PCL
#20770
[sdk/go] Fix import path in instructions when linking a package in Go
#20888
[sdk/nodejs] Fix closure serialization on Node.js v25.2.0
#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
Miscellaneous
#20887
v3.206.0Compare Source
3.206.0 (2025-11-05)
Features
[protobuf] Pass a
previewflag to invokes so they can tell if they're being called during a preview#20827
[cli/about] Include PULUMI_* environment variables in the
pulumi aboutoutput#20855
[auto/go] Get event log over gRPC instead of trying to read it from a text file
#20822
[auto/nodejs] Get event log over gRPC instead of trying to read it from a text file
#20824
[auto/python] Get event log over gRPC instead of trying to read it from a text file
#20833
[cli/engine] Add environment variable to add --refresh to preview,update,destroy
#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
Bug Fixes
[engine] Fix duplicate resource snapshot integrity issue, when running
pulumi up --refresh --run-programand when a resourcePendingReplacementexists in the snapshot#20812
[engine] Support floating point NaN and Inf values in resource state
#20843
Miscellaneous
#20811
v3.205.0Compare Source
3.205.0 (2025-10-28)
Bug Fixes
[cli/display] Improve how the severity is displayed for policy violations
#20805
[engine] Fix an issue where
refresh --run-programcould potentially run forever#20781
v3.204.0Compare Source
3.204.0 (2025-10-23)
Features
[cli] Print replace diffs when a resource tries to replace but is blocked by still having an import id set
#20762
[engine] Support overriding policy severity on violations
#20767
[backend/service] Send journal entries to the backend if it's supported
#20343
Bug Fixes
[engine] Fix a potential snapshot integrity error when a resources dependency fails to be destroyed using
destroy --run-program#20692
[engine] Fix import error to contain the import ID of non-existent resources
#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
[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
[sdkgen/go] Fix codegen of scalar return SDK functions
#20754
[sdkgen/{nodejs,python}] Fix scalar return protocol to allow returning secret maps
#20747
Miscellaneous
#20715
v3.203.0Compare Source
3.203.0 (2025-10-15)
Features
[cli/display] Display policy severity for violations
#20746
[cli/package] Show functions in
package info#20733
Bug Fixes
[engine] Make sure errors from the journaler are not shown to the user
#20740
[backend/diy] Fix casing of stack/latest when importing stacks
#20727
[cli/package] Fix 'required' flag for resource inputs in
package info#20731
[programgen] Revert #20345
#20714
[programgen/{dotnet,nodejs}] Propagate local dependencies for parameterized packages during convert down to GenerateProject
#20706
[sdkgen/python] Fix python invokes for functions returning map types
#20719
Miscellaneous
#20612
v3.201.0Compare Source
3.201.0 (2025-10-06)
Features
#20646
Bug Fixes
pulumi loginv3.200.0Compare Source
3.200.0 (2025-10-03)
Features
[cli] Look for .cmd and .ps1 extensions as well on Windows when looking for executables
#20637
[sdk/go] Add a new resource option:
HideDiffs#20631
[sdk/nodejs] Add a new resource option:
hideDiffs#20631
[sdkgen/python] Support non-object return types in functions
#20624
Bug Fixes
[build] Use ruff to auto fix lints in python
#20644
[sdk/nodejs] Make new arguments to
initializeoptional#20650
[sdkgen/nodejs] Generate a .gitignore file inside local SDKs
#20643
[cli/state] Treat providers that are marked as parents in a move as providers still instead of as regular resources
#20639
[cli/state] Exclude root stack correctly when moving resources and when --include-parents is passed
v3.199.0Compare Source
3.199.0 (2025-10-01)
Features
[cli/about] Add
pulumi about envto help#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
[cli/{install,package}] Add support for package references in plugins
#20524
[sdk/nodejs] Pass options, name, and type to ComponentResources initialize methods
#20618
[cli/policy] Send vcs metadata when publishing policy packs
#20528
Bug Fixes
[cli/display] Always send diag events to stderr in the diff display
#20632
[components] Stop including auth info in plugin name
#20620
[engine] Support the import option in resource transforms
#20586
[programgen] Fix panic in parseProxyApply when encoutering warning diagnostics
#20583
[sdk/nodejs] Don't attempt to serialise function values for resource inputs/outputs
#20621
v3.198.0Compare Source
3.198.0 (2025-09-26)
Features
[engine] Expand snapshot integrity check for resources
#20519
[sdk/go] Refactor Go policy SDK to have access to a pulumi Context object
#20570
[sdk/python] Allow registered resources to be retrieved from the mock monitor for test assertions
#20540
Bug Fixes
[engine] Fix snapshot integrity error with
run-program --refresh, when a provider has a dependency that isn't being created#20541
[engine] Remove unneeded data from policy summary events
#20589
[sdk] Fix plugin killing during cancellation
#20543
[sdk/go] Fix [Unm/M]arshalProperties to return nil when given nil
#20544
Miscellaneous
[protobuf] Add loader_target to LanguageRuntime.LinkRequest
#20552
[cli/package] Move InstallPackage from cmd/packagecmd to cmd/packages
#20550
[cli/package] Move stdout/stderr IO out of GenSDK and LinkPackage
#20546
[sdk] Move PluginSpec.Install to pkg/workspace.InstallPluginContent
#20537
[sdk/yaml] Bump pulumi-yaml to 1.23.2
#20588
v3.197.0Compare Source
3.197.0 (2025-09-17)
Features
[cli] Send new policy fields when publishing a policy pack
[sdk/dotnet] Update dotnet to v3.88
#20512
Bug Fixes
[engine] Fix a panic in preview, that could happen in some cases when default providers get updated
#20511
[components/python] Fix parenting of python components
#20508
[sdk/python] Fix hang when shutting down in certain error conditions
#20484
[sdk/python] Fix license-files entry for python package
#20506
v3.196.0Compare Source
3.196.0 (2025-09-12)
Miscellaneous
[sdk] Add policy summary events apitypes
#20443
[sdk] Add new policy fields apitypes
#20491
[protobuf] Add support for indicating "not applicable" policies
#20492
[protobuf] Add new analyzer policy fields
#20494
v3.195.0Compare Source
3.195.0 (2025-09-10)
Features
[engine] Add support for capturing program stack traces as part of resource registration
#20430
[sdk/go] Registered resources can now be retrieved from the mock monitor for test assertions
#20472
[sdk/go] The current exports map is now available for unit testing through
GetCurrentExportMap#20471
Bug Fixes
github.com/pulumi/pulumi/pkg/v3module depends on APIs fromgithub.com/pulumi/pulumi/sdk/v3that haven't been released#20487
v3.194.0Compare Source
Features
[engine] Add support for capturing program stack traces as part of resource registration
#20430
[sdk/go] Registered resources can now be retrieved from the mock monitor for test assertions
#20472
[sdk/go] The current exports map is now available for unit testing through
GetCurrentExportMap#20471
Bug Fixes
github.com/pulumi/pulumi/pkg/v3module depends on APIs fromgithub.com/pulumi/pulumi/sdk/v3that haven't been released#20487
v3.193.0Compare Source
3.193.0 (2025-09-04)
Bug Fixes
[cli] Use "Private Registry", not cloud or Pulumi registry, in CLI output
#20436
[cli/display] Avoid printing a double new line when showing secrets in the outputs
#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
[cli/new] Fail when running with --language without --ai in non-interactive mode
#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
[cli/display] Replace ijc/Gotty terminfo package with xo/terminfo
#20446
[cli/display] Use the passed through writer in ShowProgressOutput instead of loading a new terminfo
v3.192.0Compare Source
3.192.0 (2025-08-29)
Features
[cli/state] Add pulumi state taint/untaint commands to force replacement of resources upon next update
#20380
[sdk/nodejs] Add
previewDestroyto allow dry-runs ofdestroycommands#20371
Bug Fixes
[engine] Fix a bug causing hooks to never pass correctly to remote Go components
#20390
[sdk/go] Fix source position information
#20351
[sdk/nodejs] Fix function serialisation that contains minified classes
#19345
[sdkgen/nodejs] Limit @types packages used during local SDK generation
#20387
[sdk/python] Set ThreadPoolExecutor max_workers to parallelism * 4
#20362
[sdk/python] Handle
-vflag passed to policy packs#20373
[sdk/python] Forward errors raised in callbacks to the caller
#20381
Miscellaneous
[cli] Log stack trace when interrupted when using verbose logging
#20364
[cli] Print the location of the log file when running with the verbose flag
#20365
[sdk/python] Remove custom typing stubs
#20384
v3.191.0Compare Source
3.191.0 (2025-08-21)
Features
PULUMI_ENABLE_STREAMING_JSON_PREVIEWenvvar.#20328
Bug Fixes
[engine] Check providers returning 'version' or '__internal' in their inputs
#20313
[engine] Fix a panic with
refresh --run-program#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
[programgen] Simplify range value types when it is derived from object of objects and warn on unknown properties
#20345
[programgen] Warn instead of erroring out when traversing a NoneType in PCL
#20342
[cli/display] Escape non-graphic characters in URNs
#20295
[cli/import] Disambiguate duplicate resource names by their types when importing
#20348
[cli/new] Don't prompt for ai or template when passing --yes
#20256
Miscellaneous
[cli] Log version and CLI metadata
#20334
[cli/package] Pass ParameterizeParameters to SchemaFromSchemaSource
#20324
v3.190.0Compare Source
3.190.0 (2025-08-15)
Features
ignoreChangespaths that are missing old data, there is nothing to ignore in those cases and we just use the new data#20278
Bug Fixes
[cli] Fix
destroy --exclude-protected --removereturning an error for empty stacks that could safely be removed#20283
[cli] Fix
pulumi template publishfailing with relative paths by normalizing to absolute paths before archive creation#20301
[cli/import] Use mapped name instead of logical name for resource references during import code generation
#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
[sdkgen/nodejs] Make TypeScript a full dependency of local SDKs
#20272
Miscellaneous
[build] Updates protobuf and grpc to v5, bumping dependencies in the Go, Node.js, and Python SDKs
#19588
[build] Update latest Go version to 1.25
#20284
[sdkgen/nodejs] Target ES2020 for generated SDKs
#20276
v3.189.0Compare Source
3.189.0 (2025-08-12)
Features
[sdk] Remove CacheMS from CLIVersionResponse
#20264
[sdk/go] Calculate PluginInfo.Size on demand
#20241
[auto/python] Surface
jsonoption topulumi previewcalls in Python when using thepulumi.automationpackage.#20233
Bug Fixes
[cli/package] Fix incorrect console URLs being displayed after publishing a policy
#20255
[engine] Fix race when reading plugin stdout
#20242
[sdk/nodejs] Fix component providers when using pnpm
#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
[sdkgen] Don’t create empty maps for language specific overrides
#20237
v3.188.0Compare Source
3.188.0 (2025-08-07)
Features
--remove-backupsflag topulumi stack rmfor DIY backends#20203
Bug Fixes
[cli] Fix cancellation when running via some CLI wrapper tools
#20195
[cli] Fix concurrent read/write during plugin downloads
#20223
[cli] Restore terminal mode on panic
#20224
[engine] Fix panic in refreshes due to concurrent map writes
#20206
[sdkgen] Warn about refs of the form "#/resources/pulumi:providers:"
#20192
[cli/display] Show changed outputs in preview
#20161
[cli/engine] Make
--excludecorrectly handle wildcards in all cases#20158
[sdk/go] Fix running against old CLI versions without SignalAndWaitForShutdown
#20212
[sdk/python] Fix dependency installation in uv workspaces
#20218
Miscellaneous
[cli] Update pulumi-dotnet to 3.87.0
#20222
[cli/env] Bump esc to v0.17.0
#20197
v3.187.0Compare Source
3.187.0 (2025-07-31)
Features
[cli] Support for writing v4 checkpoints/deployments
#20159
[cli] Add support for qualified registry template names in
pulumi new#20138
[cli/import] Enable
pulumi importto always--generate-resourceswhen converting--fromstate files#20178
[yaml] Allow config values to be parsed with type
object#20132
[auto/python] Allow for
on_errorcallbacks in commands to capture stderr incrementally#20019
[sdk/nodejs] Add option of Bun as a package manager
#18412
[sdk/nodejs] Copy
getRootDirectoryto the pulumi module#20173
[sdk/python] Copy
get_root_directoryto the pulumi module#20172
Bug Fixes
[cli] Fix un-taring registry-backed templates which come in .tar.gz format
#20135
[cli] Stop passing Accept: application/x-tar to registry template download URLs to avoid signature mismatch
#20133
[engine] Fix a panic with
up --refresh --run-programand resource replacements#20147
[engine] Untargeted resources in
destroynow correctly register as same steps#20061
[cli/engine] Fix hang when waiting for program that would never complete
#20153
[sdk/nodejs] Fix delete hooks in inline automation API programs
#20143
[sdk/python] Set features inside construct
#20141
Miscellaneous
#20148
v3.186.0Compare Source
3.186.0 (2025-07-25)
Features
[engine] Send
Cancelmessage to language runtime plugins on engine shutdown#20007
[engine] Pass stack tags to policy plugins on startup
#20084
[yaml] Expose
objectas a possible config type in preparation forpulumi-yamlsupport#20129
Bug Fixes
[cli/engine] --exclude and --exclude-protected flags now work together correctly for
destroycommands#20120
[engine] Fix a datarace in the engine event system
#20105
[engine] Fix a panic in the engine when running
up --refresh --run-programand finding a deleted resource[sdk/nodejs] Avoid "Cannot convert object to primitive value" error when running into type errors
#20092
[sdk/nodejs] Don’t use automatic ESM mode when
—importor—requireis set#20091
[sdk/nodejs] Fix callback server hang & delete hooks in Node.js
#20109
[sdk/nodejs] Don’t report leaked promises when we exit abnormally
#20128
[cli/package] Force new style Go modules to be written out when using
package add#20011
[sdk/python] Run uv sync on uv command
#20117
Miscellaneous
#20118
v3.185.0Compare Source
3.185.0 (2025-07-21)
Features
pulumi package addwith registry identifiers#19928
Bug Fixes
[engine] Fix a snapshot integrity issue with
destroy --run-programand resource reads#20078
[sdkgen/python] Remove unnecessary
import copy#20089
[sdkgen/python] Support properties named "builtins"
#20085
v3.184.0Compare Source
3.184.0 (2025-07-18)
Features
[sdk/go] Allow setting resource hooks in transforms
#20058
[sdk/nodejs] Allow setting resource hooks in transforms
#20057
Bug Fixes
[auto/go] Fix refresh/destroy with inline programs and --run-program flag
[cli/package] Fix
package addcommand when using uv 0.8.0 or later#20075
[sdk/nodejs] Fix before exit handler
[programgen/python] Fix imports of packages and modules with multiple name parts, such as "devOps"
#20053
Miscellaneous
#19985
v3.183.0Compare Source
3.183.0 (2025-07-16)
Features
[cli] Support reading v4 checkpoints/deployments
#20046
[cli] Allow transforms to set resource hooks
#20051
[protobuf] Add hooks to TransformResourceOptions
#20050
[auto/{go,nodejs,python}] Support --run-program for inline programs in refresh and destroy operations
#19912
[cli/new] Reflect templates published with
pulumi template publishin the results ofpulumi new#19940
[sdk/nodejs] Automatic ESM configuration
#19980
[sdk/python] Allow setting resource hooks in transforms
#20052
Bug Fixes
[cli] Fix a panic in the
consolecommand when a non-existant stack was passed as a --stack argument#20043
[sdk/nodejs] Try to normalize component names when auto-inferring them
#20048
[sdk/python/automation] Fix wrong name after stack rename
#20028
Miscellaneous
#20063
v3.182.0Compare Source
3.182.0 (2025-07-14)
Features
[engine] Implement ResourceHooks in the engine
#19874
[engine] Prevent destroy without running the program if any resource have delete hooks
#19933
[engine] Send
Cancelmessage to analyzer plugins on engine shutdown#20015
[sdk/go] Implement ResourceHooks in the Go SDK
#20002
[sdk/nodejs] Implement ResourceHooks in the Node.js SDK
#19946
[sdk/python] Implement ResourceHooks in the Python SDK
#19876
Bug Fixes
[cli] Fix
stack selectwhen local default-org differs from the service setting for default-org#20010
[cli/new] Fix the AI prompt flow of pulumi new command
#19998
[engine] Fix an issue where the engine would not issue creates and deletes in the correct order for delete before create replacements where dependencies had changed
#19945
[engine] Handle cancellation during construct
#19976
[engine] Run after delete hooks for component resources
#20025
[sdk/{go,nodejs,python}] Pass resource hooks through to construct
#20016
[sdkgen/go] Fix panic in SDK go generator for a map[string]map[string]union type
#19731
[sdk/python] Log safely in Python in the presence of
PULUMI_ERROR_OUTPUT_STRING#18903
Miscellaneous
[sdk/{go,nodejs,python}] Add PULUMI_AUTOMATION_API
#19974
[sdk/{go,nodejs,python}] Add type and name to ResourceHookArgs
#20017
v3.181.0Compare Source
3.181.0 (2025-06-27)
Features
[auto/nodejs] Add
previewRefreshto allow dry-runs ofrefreshcommands#19948
[auto] Support providing runProgram to
previewandupin auto sdk#19729
[cli] Warn more aggressively for very old CLI versions
#19894
[cli] Add
pulumi template publishexperimental command to publish templates to the Pulumi Registry#19864
[cli/plugin] Allow
plugin runto run local binary plugins#19903
[auto/python] Add
preview_refreshto allow dry-runs ofrefreshcommands#19900
[auto/python] Add
preview_destroyto allow dry-runs ofdestroycommands#19947
[engine] Add
SignalAndWaitForShutdownRPC call#19837
[engine] Add lifecycle protobuf definitions
#19746
Bug Fixes
[engine] Restore asset and archive hash values after transforms
#19960
[cli] Make it possible for inline automation programs to be used with refresh/destroy
#19916
[cli] Do not assume that package sources without file path prefixes (
./,../) are file paths#19930
[engine] Fix untargeted resources not always being sent to stack analysis
#19943
#19926
[engine] Fix a panic when mixing --target, --refresh, and provider upgrades
#19935
[engine] Fix transforms holding onto engine locks during execution, instead of just during collection
#19950
[engine] Synthesize delete steps for views during preview
#19952
[sdk/nodejs] Fix the use of parameterised packages and mocks
#19917
v3.180.0Compare Source
v3.178.0Compare Source
3.178.0 (2025-06-20)
Features
Bug Fixes
[auto/go] Fix destroy with debug option results in
unknown flag --debugerror#19885
[backend/diy] Allow DIY backend to remove stacks that are empty except for their root stack resource, inline with the behaviour of the cloud backend
#19883
[auto/python] Fix parallelism issue when running inline programs with the automation API
#19855
[cli] Fix
pulumi stack selectunnecessarily fetching stack metadata.The
pulumi stack selectcommand now only fetches stack names instead of complete metadata,since the selection UI only displays stack names. This significantly improves performance,
especially for DIY backends where metadata fetching can be slow.
Previously, the command was fetching the same metadata as
pulumi stack ls(last update time,resource count, etc.) but never displaying this information to the user, causing unnecessary
delays during stack selection.
#19760
[cli/install] Don't consult the registry when
--fileis specified#19859
[engine] Fix policy pack versions for remediations from python policy packs
#19856
[engine] Fix views with --refresh --run-program
#19877
Miscellaneous
[ci] Make
make installinstall all subprojects#19892
[cli] Update dotnet, java and yaml language runtimes
[#19896](https://redirect.github.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.