Fix changelog (#3623)

This commit is contained in:
CyrusNajmabadi 2019-12-09 15:16:22 -08:00 committed by GitHub
parent 4545b4a9de
commit bb8b1a5fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,21 +1,7 @@
CHANGELOG
=========
## 1.6.1 (2019-11-26)
- Support passing a parent and providers for `ReadResource`, `RegisterResource`, and `Invoke` in the go SDK. [#3563](https://github.com/pulumi/pulumi/pull/3563)
- Fix go SDK ReadResource [#3581](https://github.com/pulumi/pulumi/pull/3581)
- Fix go SDK DeleteBeforeReplace [#3572](https://github.com/pulumi/pulumi/pull/3572)
- Support for setting the `PULUMI_PREFER_YARN` environment variable to opt-in to using `yarn` instead of `npm` for
installing Node.js dependencies. [#3556](https://github.com/pulumi/pulumi/pull/3556)
- Fix regression that prevented relative paths passed to `--policy-pack` from working.
[#3565](https://github.com/pulumi/pulumi/issues/3564)
## 1.6.0 (2019-11-20)
## HEAD (Unreleased)
- A Pulumi JavaScript/TypeScript app can now consist of a single exported top level function. i.e.:
@ -33,6 +19,22 @@ export = async () => {
This allows for an easy approach to create a Pulumi app that needs to perform async/await
operations at the top-level of the program.
## 1.6.1 (2019-11-26)
- Support passing a parent and providers for `ReadResource`, `RegisterResource`, and `Invoke` in the go SDK. [#3563](https://github.com/pulumi/pulumi/pull/3563)
- Fix go SDK ReadResource [#3581](https://github.com/pulumi/pulumi/pull/3581)
- Fix go SDK DeleteBeforeReplace [#3572](https://github.com/pulumi/pulumi/pull/3572)
- Support for setting the `PULUMI_PREFER_YARN` environment variable to opt-in to using `yarn` instead of `npm` for
installing Node.js dependencies. [#3556](https://github.com/pulumi/pulumi/pull/3556)
- Fix regression that prevented relative paths passed to `--policy-pack` from working.
[#3565](https://github.com/pulumi/pulumi/issues/3564)
## 1.6.0 (2019-11-20)
- Support for config.GetObject and related variants for Golang. [#3526](https://github.com/pulumi/pulumi/pull/3526)
- Add support for IgnoreChanges in the go SDK [#3514](https://github.com/pulumi/pulumi/pull/3514)