From 02247e14cd7401005a5b5cbad4bc3c2a39c85de9 Mon Sep 17 00:00:00 2001 From: Aaron Friel Date: Tue, 13 Sep 2022 20:29:11 -0700 Subject: [PATCH] chore: rm -rf --force --recurse CHANGELOG_PENDING.md --- CHANGELOG_PENDING.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CHANGELOG_PENDING.md diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md deleted file mode 100644 index a638a4101ac4..000000000000 --- a/CHANGELOG_PENDING.md +++ /dev/null @@ -1,21 +0,0 @@ -### Improvements - -- [provider/go]: Added support for token authentication in the go providers which use git. - [#10628](https://github.com/pulumi/pulumi/pull/10628) - -- [codegen/go] Chunk the `pulumiTypes.go` file to reduce max file size. - [#10666](https://github.com/pulumi/pulumi/pull/10666) - -### Bug Fixes - -- Fix invalid resource type on `pulumi convert` to Go - [#10670](https://github.com/pulumi/pulumi/pull/10670) - -- [auto/nodejs] `onOutput` is now called incrementally as the - underyling Pulumi process produces data, instead of being called - once at the end of the process execution. This restores behavior - that regressed since 3.39.0. - [#10678](https://github.com/pulumi/pulumi/pull/10678) - -- [engine] Plugin resolution now automatically installs any missing plugins as they are encountered. - [#10691](https://github.com/pulumi/pulumi/pull/10691) \ No newline at end of file