pulumi/CHANGELOG_PENDING.md
2021-02-25 21:21:10 -08:00

18 lines
681 B
Markdown

### Features
### Enhancements
- [#6410](https://github.com/pulumi/pulumi/pull/6410) Add `diff` option to Automation API's `preview` and `up`
### Bug Fixes
- [automation/python,nodejs,dotnet] - BREAKING - Remove `summary` property from `PreviewResult`.
The `summary` property on `PreviewResult` returns a result that is always incorrect and is being removed.
[#6405](https://github.com/pulumi/pulumi/pull/6405)
- [automation/python] - Fix Windows error caused by use of NamedTemporaryFile in automation api.
[#6421](https://github.com/pulumi/pulumi/pull/6421)
- [sdk/nodejs] Serialize default parameters correctly. [#6397](https://github.com/pulumi/pulumi/pull/6397)