mirror of https://github.com/pulumi/pulumi.git
615 B
615 B
Improvements
- [sdk/{nodejs,go,python}] - Add
PluginDownloadURL
as a resource option. When provided by the schema,PluginDownloadURL
will be baked intonew Resource
andInvoke
requests in generated SDKs. #8698 #8690 #8692
Bug Fixes
- [auto/python] - Fixes an issue with exception isolation in a sequence of inline programs that caused all inline programs to fail after the first one failed #8693