From 0111fb60ba4660cf069fee7f75993efaaa28b422 Mon Sep 17 00:00:00 2001 From: stack72 Date: Mon, 21 Dec 2020 17:52:24 +0000 Subject: [PATCH] Prepare for v2.16.0 release --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad96cf38..7c4d984fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ CHANGELOG ========= ## HEAD (Unreleased) +_(none)_ + +## 2.16.0 (2020-12-21) - Do not read plugins and policy packs into memory prior to exctraction, as doing so can exhaust the available memory on lower-end systems. @@ -9,7 +12,7 @@ CHANGELOG - Fix a bug in the core engine where deleting/renaming a resource would panic on update + refresh. [#5980](https://github.com/pulumi/pulumi/pull/5980) - + - Fix a bug in the core engine that caused `ignoreChanges` to fail for resources being imported. [#5976](https://github.com/pulumi/pulumi/pull/5976) @@ -19,7 +22,7 @@ CHANGELOG - [sdk/dotnet] Add collection initializers for smooth support of Union as element type [#5938](https://github.com/pulumi/pulumi/pull/5938) - + - Fix a bug in the core engine where ComponentResource state would be accessed before initialization. [#5949](https://github.com/pulumi/pulumi/pull/5949) @@ -30,7 +33,7 @@ CHANGELOG - Fix a bug in the Go SDK that could result in dropped resource dependencies. [#5930](https://github.com/pulumi/pulumi/pull/5930) - + - Temporarily disable resource ref feature. [#5932](https://github.com/pulumi/pulumi/pull/5932) @@ -48,7 +51,7 @@ CHANGELOG - Enable resource reference feature by default. [#5905](https://github.com/pulumi/pulumi/pull/5905) - + - [codegen/go] Fix Input/Output methods for Go resources. [#5916](https://github.com/pulumi/pulumi/pull/5916)