pulumi/CHANGELOG_PENDING.md
Ian Wahbe 7222e5570a
[cli] check main after master (#8463)
* Allow specifying a branch with url#branch

* Probe for master and main

* Update CHANGELOG

* Fix linter errors

* Remove unnecessary feature

* Fix lint

* Update changelog to reflect new limited scope.

We only talk about the master -> main probing, because that is all the
PR does. It used to duplicate another feature.
2021-11-19 13:49:59 -08:00

984 B

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

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

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