mirror of https://github.com/pulumi/pulumi.git
2dc683f8c5
* Retry plugin downloads We occasionally see network issues (most notably "tls: bad record MAC") during plugin downloads. When grabbing plugins for codegen we already had some retry logic. This shares that retry logic to the pulumi plugin install command and the engine. Fixes #9824 Note, plumbing in the progress bar and support for printing about retries is a little bit odd but we're going to have to totally rethink this interface at some point when the engine gets put behind a gRPC interface and all the display logic has to be ripped out. So it works good enough for now. * Add to CHANGELOG * lint * Finish comment |
||
---|---|---|
.. | ||
dotnet | ||
go | ||
nodejs | ||
proto/go | ||
python | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Pulumi Language SDKs
This directory contains the Pulumi SDKs for all supported languages.
Please see the respective README
s for information about installing and using these libraries:
The language providers work by implementing gRPC interfaces defined in the top level directory proto.