mirror of https://github.com/pulumi/pulumi.git
5 lines
395 B
YAML
5 lines
395 B
YAML
changes:
|
|
- type: fix
|
|
scope: engine
|
|
description: Provider internal state is now separated from provider user config. This allows providers to use a config key like "pluginDownloadURL" which previously would have conflicted with the engine's internal state. It also allows the engine to add new internal state fields without concern for clashing with existing or future provider config keys.
|