Back to Pulumi

V3.81.0

changelog/v3.81.0.md

3.244.01022 B
Original Source

3.81.0 (2023-09-06)

Features

  • [cli] Pass args from import to state converters. #13862

  • [cli/config] Removes PULUMI_DEV flag for org search #13888

  • [sdkgen/python] Opting into pyproject.toml SDK generation no longer generates setup.py, but instead generates a standalone pyproject.toml that can be built with python -m build . #13812

Bug Fixes

  • [engine] Check for old resources first by URN and then aliases #13883

  • [sdk/nodejs] Fix a possible panic in running NodeJS programs. #13689

Miscellaneous

  • [sdk/go] Support multi-errors built from errors.Join for RunFunc, Exit, and friends. #13813

  • [sdk/go] Rename Join in pulumix to Flatten. #13882