Back to Pulumi

V3.153.0

changelog/v3.153.0.md

3.244.01.9 KB
Original Source

3.153.0 (2025-02-27)

Features

  • [sdkgen/dotnet] Update pulumi-dotnet to v3.75.2

  • [auto/python] Add --preview-only to the refresh command in the Python Automation API #18674

  • [sdk/{dotnet,go,java,nodejs,python,yaml}] Add the ability to lookup project root from sdks, equivalent to path.root in Terraform #18595

Bug Fixes

  • [cli] Make policy rm and stack rm non-interactive when requested #18708

  • [engine] Fix a panic when importing a stack reference #18704

  • [cli/new] Report all errors from git clone for multiple refs. #18702

  • [cli/package] Correctly deal with subdirs in package add when no version number is specified #18605

  • [cli/package] Improve disambiguation for package loading when a name is passed in #18709

  • [programgen/dotnet] Fix generating SDKs for .NET projects when using pulumi convert #18510

  • [sdkgen/dotnet] Revert provider SDKs to target net6 #18729

  • [sdk/{go,nodejs,python}] Exclude resource references from property dependencies for packaged components #18620

  • [sdk/nodejs] Fix incorrect dependencies due to missing await #17629

  • [sdk/nodejs] Fix searching for pulumi packages past junction points on Windows #18715

Miscellaneous

  • [sdk/python] Fix merge method typing for ResourceOptions and Invoke*Options #18061