pulumi/changelog/pending
Abhinav Gupta 99a3f18ee4
sdk/go/plugin: Fix data race between Configure and Delete
The data race results from Delete accessing configuration
before Configure has been called.

The immediate fix for this is to fix the call ordering.

A longer term fix is to make it impossible
to access configuration before Configure is called.

Resolves #11971
2023-01-24 16:55:36 -08:00
..
20230106--cli-display--display-text-based-diff-if-yaml-json-diff-is-semantically-equal.yaml Display text-based diff if yaml/json diff is semantically equal 2023-01-17 17:04:41 -08:00
20230114--sdk-nodejs--add-optional-backwards-compatible-generic-types-to-pulumi-dynamic-resourceprovider.yaml [sdk/nodejs] - Add optional / backwards compatible generic types to dynamic.ResourceProvider. 2023-01-17 18:56:43 +01:00
20230118--sdk-go--coerces-outputs-to-applyt-functions-if-the-types-are-convertible.yaml ApplyT: Coerce new type wrappers 2023-01-19 12:50:50 -08:00
20230119--auto-nodejs--enable-programmatic-tagging-of-stacks-nodejs-only.yaml Update changelog 2023-01-19 12:35:45 -05:00
20230123--auto-nodejs--fix-nodejs-automation-api-always-setting-the-pulumi_config-environment-variable.yaml Test and fix for nodejs automation api 2023-01-23 08:26:58 +00:00
20230123--sdk-nodejs--fix-handling-of-recursive-symlinks-in-node_modules.yaml Add test and fix for symlinks in node_modules 2023-01-23 17:21:02 +00:00
20230125--sdk-go--fixes-data-race-in-provider-plugin-resulting-in-weakly-typed-secrets.yaml sdk/go/plugin: Fix data race between Configure and Delete 2023-01-24 16:55:36 -08:00