Prepare for v2.22.0 release

This commit is contained in:
pulumi-bot 2021-03-03 18:45:26 +00:00
parent 5119b79dec
commit 011fa0577e
2 changed files with 25 additions and 4 deletions

View file

@ -2,6 +2,27 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
## 2.22.0 (2021-03-03)
### Improvements
- [#6410](https://github.com/pulumi/pulumi/pull/6410) Add `diff` option to Automation API's `preview` and `up`
### Bug Fixes
- [automation/dotnet] - resolve issue with OnOutput delegate not being called properly during pulumi process execution.
[#6435](https://github.com/pulumi/pulumi/pull/6435)
- [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)
- [cli] Respect provider aliases while diffing resources.
[#6453](https://github.com/pulumi/pulumi/pull/6453)

View file

@ -1,7 +1,4 @@
### Features
### Enhancements
### Improvements
- [#6410](https://github.com/pulumi/pulumi/pull/6410) Add `diff` option to Automation API's `preview` and `up`
@ -18,3 +15,6 @@
[#6421](https://github.com/pulumi/pulumi/pull/6421)
- [sdk/nodejs] Serialize default parameters correctly. [#6397](https://github.com/pulumi/pulumi/pull/6397)
- [cli] Respect provider aliases while diffing resources.
[#6453](https://github.com/pulumi/pulumi/pull/6453)