Back to Pulumi

V3.131.0

changelog/v3.131.0.md

3.244.02.2 KB
Original Source

3.131.0 (2024-09-04)

Features

  • [cli] Include all engine events in the event-log #17101

  • [pkg] Added NewCachedLoader for caching schema loads. #17118

  • [yaml] Update yaml to v1.10 #17154

  • [auto/go] Include panic value in message for non-error panics #17066

  • [auto/nodejs] Add LocalWorkspace.install method for Nodejs #17134

  • [auto/python] Add LocalWorkspace.install method #17086

  • [cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations #17019

  • [cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match #17076

  • [sdk/nodejs] Respect .node-version and .nvmrc files in pulumi install #17060

Bug Fixes

  • [engine] Propagate deleted parents of untargeted resources #17117

  • [engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations #17146

  • [engine] Fix panic with user specified plugin paths #17141

  • [sdk] Use int32 in Go interfaces that map to protobufs using int32 #17068

  • [cli/display] Improve rendering of update diffs in some circumstances. #17029

Miscellaneous

  • [ci] Run CI with Go 1.22 and 1.23 #17137

  • [cli] Update go.mod to use 1.21 #17140

  • [pkg] Remove dependency on automation api in deployment settings tests #17071

  • [sdk] Remove unused resource.NewUniqueHexV2 #17067