changelog/v3.67.0.md
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[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