mirror of https://github.com/pulumi/pulumi.git
1.2 KiB
1.2 KiB
Improvements
-
[cli] Display outputs during the very first preview. #10031
-
[cli] Allow pulumi
destroy -s <stack>
if not in a Pulumi project dir #9918 -
[protobuf] Pulumi protobuf messages are now namespaced under "pulumi". #10074
Bug Fixes
-
[cli]
pulumi convert
help text is wrong #9892 -
[go/codegen] fix error assignment when creating a new resource in generated go code #10049
-
[cli]
pulumi convert
generates incorrect input parameter names for C# #10042 -
[engine] Un-parent child resource when a resource is deleted during a refresh. #10073
-
[cli]
pulumi state change-secrets-provider
now takes--stack
into account #10075 -
[nodejs/sdkgen] Default set
pulumi.name
in package.json to the pulumi package name. #10088