pulumi/CHANGELOG_PENDING.md
Ian Wahbe d9dd88c740
Add tsconfig option to specify tsconfig path (#8452)
* Add tsconfig option to specify tsconfig path

* Add CHANGELOG entry and fix lint

* Add a test

* Fix test
2021-11-22 11:42:39 -08:00

1.2 KiB

Improvements

  • [cli] - When running pulumi new https://github.com/name/repo, check for branch main if branch master doesn't exist. #8463

  • [codegen/python] - Program generator now uses fn_output forms where appropriate, simplifying auto-generated examples. #8433

  • [codegen/go] - Program generator now uses fnOutput forms where appropriate, simplifying auto-generated examples. #8431

  • [codegen/dotnet] - Program generator now uses Invoke forms where appropriate, simplifying auto-generated examples. #8432

Bug Fixes

  • [cli/nodejs] - Allow specifying the tsconfig file used in Pulumi.yaml. #8452

  • [codegen/nodejs] - Respect default values in Pulumi object types. #8400

  • [sdk/python] - Correctly handle version checking python virtual environments. #8465

  • [cli] - Catch expected errors in stacks with filestate backends. #8455