Update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 - autoclosed#44
Merged
UnstoppableMango merged 1 commit intomainfrom Aug 1, 2025
Merged
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
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.181.0->v3.187.0Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)
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
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone America/Chicago, 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.