Skip to content

v3.11.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 25 Aug 21:06
· 5516 commits to master since this release
01f5289

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