Back to Pulumi

V3.67.0

changelog/v3.67.0.md

3.244.01.6 KB
Original Source

3.67.0 (2023-05-11)

Features

  • [sdk/nodejs] Support loading package.json from parent directory. If package.json is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. If package.json provides a main field, per the NPM spec, that field is relative to the directory containing package.json. #12759

Bug Fixes

  • [build] Fixes race condition in building Go sdk. #12821

  • [cli] Convert to PCL will recover from panics in program binding. #12827

  • [engine] Fix bug with targeting and plans where root stack resource and target-replaces were not being marked targeted. #12834

  • [engine] Fix the engine trying to install the pulumi-resource-pulumi plugin which is builtin. #12858

  • [programgen] Allow null literal as a default value for config variables #12817

  • [programgen] Fix panic on component type traversal #12828

  • [sdk/python] Fix hang due to component children cycles #12855

Miscellaneous

  • [sdk/nodejs] With Node14 sunset on April 30, the minimum version of Node is now Node 16. #12648