sparse-intern-71089
08/19/2021, 6:49 AMmicroscopic-pilot-97530
Does this change impacts the dependency management of aYes, the Python and Go SDKs were changed to match the behavior of Node.js and .NET: Depending on a component implicitly depends on all of the component’s children. https://github.com/pulumi/pulumi/pull/7732 https://github.com/pulumi/pulumi/pull/7737?ComponentResource
enough-garden-22763
08/19/2021, 7:49 PM<https://www.pulumi.com/docs/guides/pulumi-packages/>
so Write a Pulumi Component in your language of choice and expose it to users in all Pulumi languages
. Was there not a change also to tracking dependencies of resources and components from a Component Package (internal lingo for these is “remote”).microscopic-pilot-97530
Was there not a change also to tracking dependencies of resources and components from a Component Package (internal lingo for these is “remote”).Yes, that was fixed as well.
enough-garden-22763
08/19/2021, 7:50 PMenough-garden-22763
08/19/2021, 7:51 PM