Skip to content

v3.54.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 14 Feb 09:58
· 330 commits to main since this release
cd05ec3

Improvements

  • [sdk] Lazily initialize all alias combinations for older Pulumi engines during RegisterRequest preparation, not when constructing resources. Re-enable tests for AllAliases #97

  • [sdk/providers] Updated names of "Olds" and "News" to make it clear if they are old/new inputs or state. Also removed the GetPluginInfo overload, version should now be passed into the main Serve method (defaults to the assembly version).
    #99

  • [sdk] Added StackReference.GetOutputDetailsAsync to retrieve output values from stack references directly.
    #103

Bug Fixes