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