pulumi/changelog
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
..
pending sdk/go/plugin: Fix data race between Configure and Delete 2023-01-24 16:55:36 -08:00
config.yaml Reorder scopes to be alphabetically ordered. 2022-11-10 16:54:37 -05:00