mirror of https://github.com/pulumi/pulumi.git
20 lines
677 B
Markdown
20 lines
677 B
Markdown
### Improvements
|
|
|
|
- [cli] Display outputs during the very first preview.
|
|
[#10031](https://github.com/pulumi/pulumi/pull/10031)
|
|
|
|
- [cli] Add `pulumi state pending` command with sub-commands for fixing pending
|
|
create operations.
|
|
[#9778](https://github.com/pulumi/pulumi/pull/9778)
|
|
|
|
### 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)
|