changelog/v0.16.18.md
PULUMI_ENABLE_LEGACY_PLUGIN_SEARCH=1. You can also install plugins that are missing with the command
pulumi plugin install resource <name> <version> --exact.Attempting to convert an [Output<T>] to a string or to JSON will now result in a warning message being printed, as well as information on how to rectify the situation. This is to help with diagnosing cryptic problems that can occur when Outputs are accidentally concatenated into a string in some part of the program.
Fixes incorrect closure serialization issue (https://github.com/pulumi/pulumi/pull/2497)
pulumi will now check that all versions of @pulumi/pulumi are compatible in your node_modules
folder, and will issue a warning message if not. To be compatible, the versions of
@pulumi/pulumi must agree on their major and minor versions. Running incompatible versions is
not something that will be blocked, but it is discouraged as it may lead to subtle problems if one
version of @pulumi/pulumi is loaded and passes objects to/from an incompatible version.