Back to Pulumi

V3.11.0

changelog/v3.11.0.md

3.244.01.2 KB
Original Source

3.11.0 (2021-08-25)

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

  • [sdk/python] - Speed up pulumi up on Python projects by optimizing pip invocations #7819

  • [sdk/dotnet] - Support for calling methods. #7582

Bug Fixes

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

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