Back to Pulumi

V3.126.0

changelog/v3.126.0.md

3.244.01.8 KB
Original Source

3.126.0 (2024-07-22)

Features

  • [cli] Add support for DeletedWith to pulumi convert #12011

  • [cli] Allow specifying project names when converting with pulumi convert --name #16708

  • [sdk/python] Add support for invoke stack transforms #16701

Bug Fixes

  • [cli] Avoid duplicate error output in some cases #16706

  • [cli] Avoid duplicate error: prefix with --expect-no-changes #16705

  • [engine] Fix integrity issues in up --continue-on-error with changed dependencies #16733

  • [engine] Fix panics due to different length ignoreChanges arrays #16742

  • [cli/state] Disallow provider moves in the state move command #16722

  • [cli/state] Improve readability of the resources to be moved output of the state move command #16723

  • [cli/state] Allow a provider with the same URN and ID to already be in the snapshot #16737

  • [cli/state] Reparent providers correctly in state move #16735

  • [programgen/go] Fix emiting literal values as stack outputs #16728

  • [sdk/go] Set Parameterize.Value in plugin.Provider #16726

  • [sdk/python] Exclude pulumi_policy from plugin determination #16727