pulumi/changelog
Thomas Gummerer 1d939d2d9d pass ConfigType through RunRequest
Currently we're only passing the config as strings through the
RunRequest method.  This means that the program handling the RPC
can't know the right types, and has to infer it.  This leads to issues
such as https://github.com/pulumi/pulumi-yaml/issues/453.

Passing the types through we'll be able to parse the strings correctly
on the receiving end.
2023-10-13 18:12:05 +02:00
..
pending pass ConfigType through RunRequest 2023-10-13 18:12:05 +02:00
config.yaml Reorder scopes to be alphabetically ordered. 2022-11-10 16:54:37 -05:00