From bb8b1a5fd4947db28272e14fbd0e1f02495a17c4 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Mon, 9 Dec 2019 15:16:22 -0800 Subject: [PATCH] Fix changelog (#3623) --- CHANGELOG.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a851808f..efcdf663f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)