From f54e4a720f41c467f8d347c02252f33166762ea6 Mon Sep 17 00:00:00 2001 From: Emiliza Gutierrez Date: Wed, 25 Aug 2021 15:19:02 -0700 Subject: [PATCH] Cleanup after v3.11.0 release (#7843) --- CHANGELOG_PENDING.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 24152fbdb..58a79ae14 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,26 +1,5 @@ ### Improvements -- [auto/dotnet] - Add support for `--exact` and `--server` with `pulumi plugin install` via Automation API. BREAKING NOTE: If you are subclassing `Workspace` your `InstallPluginAsync` implementation will need to be updated to reflect the new `PluginInstallOptions` parameter. - [#7762](https://github.com/pulumi/pulumi/pull/7796) - -- [codegen/go] - Add helper function forms `$fnOutput` that accept - `Input`s, return an `Output`, and wrap the underlying `$fn` call. - This change addreses - [#5758](https://github.com/pulumi/pulumi/issues/) for Go, making it - easier to compose functions/datasources with Pulumi resources. - [#7784](https://github.com/pulumi/pulumi/pull/7784) - -- [sdk/python] - Speed up `pulumi up` on Python projects by optimizing - `pip` invocations - [#7819](https://github.com/pulumi/pulumi/pull/7819) - -- [sdk/dotnet] - Support for calling methods. - [#7582](https://github.com/pulumi/pulumi/pull/7582) ### Bug Fixes -- [cli] - Avoid `missing go.sum entry for module` for new Go projects. - [#7808](https://github.com/pulumi/pulumi/pull/7808) - -- [codegen/schema] - Allow hyphen in schema path reference. - [#7824](https://github.com/pulumi/pulumi/pull/7824)