pulumi/CHANGELOG_PENDING.md
2021-08-24 14:48:32 -07:00

952 B

Improvements

  • [auto/dotnet] - Add support for --exact and --server with pulumi plugin install via Automation API. BREAKING NOTE: If you are subclassing Workspace your InstallPluginAsync implementation will need to be updated to reflect the new PluginInstallOptions parameter. #7762

  • [codegen/go] - Add helper function forms $fnOutput that accept Inputs, return an Output, and wrap the underlying $fn call. This change addreses #5758 for Go, making it easier to compose functions/datasources with Pulumi resources. #7784

Bug Fixes

  • [cli] - Avoid missing go.sum entry for module for new Go projects. #7808

  • [codegen/schema] - Allow hyphen in schema path reference. #7824