Skip to content

Update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 - autoclosed#44

Merged
UnstoppableMango merged 1 commit intomainfrom
renovate/github.com-pulumi-pulumi-sdk-v3-3.x
Aug 1, 2025
Merged

Update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 - autoclosed#44
UnstoppableMango merged 1 commit intomainfrom
renovate/github.com-pulumi-pulumi-sdk-v3-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/pulumi/pulumi/sdk/v3 v3.181.0 -> v3.187.0 age confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.187.0

Compare 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 import to always --generate-resources when converting --from state files
    #​20178

  • [yaml] Allow config values to be parsed with type object
    #​20132

  • [auto/python] Allow for on_error callbacks in commands to capture stderr incrementally
    #​20019

  • [sdk/nodejs] Add option of Bun as a package manager
    #​18412

  • [sdk/nodejs] Copy getRootDirectory to the pulumi module
    #​20173

  • [sdk/python] Copy get_root_directory to 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-program and resource replacements
    #​20147

  • [engine] Untargeted resources in destroy now 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
  • [sdk/nodejs] Bump TypeScript target to ES2020 for plugins and policy packs
    #​20148

v3.186.0

Compare Source

3.186.0 (2025-07-25)

Features
  • [engine] Send Cancel message to language runtime plugins on engine shutdown
    #​20007

  • [engine] Pass stack tags to policy plugins on startup
    #​20084

  • [yaml] Expose object as a possible config type in preparation for pulumi-yaml support
    #​20129

Bug Fixes
  • [cli/engine] --exclude and --exclude-protected flags now work together correctly for destroy commands
    #​20120

  • [engine] Fix a datarace in the engine event system
    #​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

  • [sdk/nodejs] Don’t use automatic ESM mode when —import or —require is 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

v3.185.0

Compare Source

3.185.0 (2025-07-21)
Features
  • [cli/{install,package}] Allow using pulumi package add with registry identifiers
    #​19928
Bug Fixes
  • [engine] Fix a snapshot integrity issue with destroy --run-program and resource reads
    #​20078

  • [sdkgen/python] Remove unnecessary import copy
    #​20089

  • [sdkgen/python] Support properties named "builtins"
    #​20085

v3.184.0

Compare 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 add command 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
  • [sdk/nodejs] Simplify determining the Node.js entrypoint and respect package.exports
    #​19985

v3.183.0

Compare 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 publish in the results of pulumi 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 console command 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
  • [pkg] Update pulumi-java to v1.16.0
    #​20063

v3.182.0

Compare 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 Cancel message 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 select when 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@UnstoppableMango UnstoppableMango merged commit 9cce919 into main Aug 1, 2025
2 checks passed
@UnstoppableMango UnstoppableMango deleted the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch August 1, 2025 15:43
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.187.0 - autoclosed Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant