Update the CHANGELOG for v1.5.2

This commit is contained in:
Pat Gavlin 2019-11-13 09:31:37 -08:00
parent a7f61a59b0
commit bd2de540b2

View file

@ -3,17 +3,19 @@ CHANGELOG
## HEAD (Unreleased)
- `pulumi policy publish` now determines the Policy Pack name from the Policy Pack, and the
the `org-name` CLI argument is now optional. If not specified; the current user account is
used.
[#3459](https://github.com/pulumi/pulumi/pull/3459)
- Re-apply "propagate resource inputs to resource state during preview, including first-class unknown values." The new
set of changes have additional fixes to ensure backwards compatibility with earlier code. This allows the preview to
better estimate the state of a resource after an update, including property values that were populated using defaults
calculated by the provider.
[#3327](https://github.com/pulumi/pulumi/pull/3327)
## 1.5.2 (2019-11-13)
- `pulumi policy publish` now determines the Policy Pack name from the Policy Pack, and the
the `org-name` CLI argument is now optional. If not specified; the current user account is
used.
[#3459](https://github.com/pulumi/pulumi/pull/3459)
- Refactor the Output API in the Go SDK.
[#3496](https://github.com/pulumi/pulumi/pull/3496)