Back to Pulumi

V3.181.0

changelog/v3.181.0.md

3.244.02.3 KB
Original Source

3.181.0 (2025-06-27)

Features

  • [auto/nodejs] Add previewRefresh to allow dry-runs of refresh commands #19948

  • [auto] Support providing runProgram to preview and up in auto sdk #19729

  • [cli] Warn more aggressively for very old CLI versions #19894

  • [cli] Add pulumi template publish experimental command to publish templates to the Pulumi Registry #19864

  • [cli/plugin] Allow plugin run to run local binary plugins #19903

  • [auto/python] Add preview_refresh to allow dry-runs of refresh commands #19900

  • [auto/python] Add preview_destroy to allow dry-runs of destroy commands #19947

  • [engine] Add SignalAndWaitForShutdown RPC 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