Skip to content

v3.106.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 16 Feb 03:48
1c68e3f

3.106.0 (2024-02-16)

Features

  • [components] Component providers can return output values in their response to the engine.
    #15408

  • [programgen/{dotnet,go,nodejs,python}] Emit missing trivia for resources and local variables
    #15419

  • [sdk/{nodejs,python}] Publish dev versions of the nodejs and python SDKs
    #15299

Bug Fixes

  • [cli] Fix pulumi destroy to fill in stack config with the secret config from state, not fresh secret config.
    #15432

  • [engine] Engine no longer assumes program dependencies are specified as semantic versions.
    #15409

  • [components/go] Component providers now correctly return output values to the engine.
    #15405

Miscellaneous

  • [protobuf] Split CallRequest into ResourceCallRequest for the ResourceMonitor service.
    #15404

  • [backend/diy] Add a warning that non-project mode will be deprecated at some point.
    #15411