mirror of https://github.com/pulumi/pulumi.git
1.5 KiB
1.5 KiB
Improvements
-
[automation/python] - Use
rstrip
rather thanstrip
for the sake of indentation #8160 -
[codegen/nodejs] - Add helper function forms
$fnOutput
that acceptInput
s, return anOutput
, and wrap the underlying$fn
call. This change addreses #5758 for NodeJS, making it easier to compose functions/datasources with Pulumi resources. #8047 -
[sdk/dotnet] - Update SDK to support the upcoming codegen feature that will enable functions to accept Outputs (5758). Specifically add
Pulumi.DeploymentInstance.Invoke
and remove the now redundantPulumi.Utilities.CodegenUtilities
. #8142 -
[cli] - Upgrade CLI to go1.17 #8171
-
[codegen/go] Register input types for schema object types. #7959
-
[codegen/go] Add schema flag to disable registering input types. #8198