Prepare for v2.15.4 release

This commit is contained in:
stack72 2020-12-08 14:32:15 +00:00
parent 4c4a4733e8
commit d804b7d99c

View file

@ -2,10 +2,16 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
- Fix a problem where `pulumi import` could panic on an import error due to missing error message.
## 2.15.4 (2020-12-08)
- Fix a problem where `pulumi import` could panic on an import error due to missing error message.
[#5884](https://github.com/pulumi/pulumi/pull/5884)
- Fix python execution for users running Python installed through the Windows App Store
on Windows 10 [#5874](https://github.com/pulumi/pulumi/pull/5874)
## 2.15.3 (2020-12-07)
- Fix errors when running `pulumi` in Windows-based CI environments.
@ -16,9 +22,6 @@ CHANGELOG
- Fix a problem where `pulumi import` could panic on importing arrays and sets, due to
incorrect array resizing logic. [#5872](https://github.com/pulumi/pulumi/pull/5872).
- Fix python execution for users running Python installed through the Windows App Store
on Windows 10 [#5874](https://github.com/pulumi/pulumi/pull/5874)
## 2.15.1 (2020-12-04)
- Address potential issues when running multiple `pulumi` processes concurrently.