Compare commits

...

6 commits

Author SHA1 Message Date
Cyrus Najmabadi a8bdf28634 Merge branch 'master' into features/dedeasync6 2020-01-07 12:18:30 -08:00
Cyrus Najmabadi eaad4582d5 Merge branch 'master' into features/dedeasync6 2019-12-18 11:46:23 -08:00
Cyrus Najmabadi c07b667ab2 More 2019-12-18 00:58:33 -08:00
Cyrus Najmabadi 70706ca503 Merge branch 'makeInternal' into features/dedeasync6 2019-12-18 00:36:48 -08:00
Cyrus Najmabadi 037daa17d7 Make property internal 2019-12-18 00:36:17 -08:00
Cyrus Najmabadi a22bb1ac04 Kick 2019-12-17 20:45:31 -08:00

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
- Update version of TypeScript used by Pulumi to 3.7.3.
- Improvements to `pulumi policy` functionality. Add ability to remove & disable Policy Packs.
- Breaking change for Policy which is in Public Preview: Change `pulumi policy apply` to `pulumi policy enable`, and allow users to specify the Policy Group.
@ -31,9 +33,9 @@ CHANGELOG
- Add `pulumi preview` support for `--refresh`, `--target`, `--replace`, `--target-replace` and
`--target-dependents` to align with `pulumi up`.
[#3675](https://github.com/pulumi/pulumi/pull/3675)
- `ComponentResource`s now have built-in support for asynchronously constructing their children. [#3676](https://github.com/pulumi/pulumi/pull/3676)
[#3675](https://github.com/pulumi/pulumi/pull/3675).
- `ComponentResource`s now have built-in support for asynchronously constructing their children. See [#3676](https://github.com/pulumi/pulumi/pull/3676) for more details.
- `Output.apply` (for the JS, Python and .Net sdks) has updated semantics, and will lift dependencies from inner Outputs to the returned Output.
[#3663](https://github.com/pulumi/pulumi/pull/3663)
@ -51,7 +53,7 @@ CHANGELOG
## 1.7.0 (2019-12-11)
- A Pulumi JavaScript/TypeScript program can now consist of a single exported top level function. This
- A Pulumi JavaScript/TypeScript program can now consist of a single exported top level function. This
allows for an easy approach to create a Pulumi program that needs to perform `async`/`await`
operations at the top-level. [#3321](https://github.com/pulumi/pulumi/pull/3321)