pulumi/sdk
Thomas Gummerer 33a3e77fc6
Prepare for 3.111.0 release (#15698)
Tentative changelog:

### Features

- [auto/go] Support remote deployment executor image
  [#15697](https://github.com/pulumi/pulumi/pull/15697)


### Bug Fixes

- [sdkgen/go] Ensure package generation for Go doesn't panic when
encountering overly nested arrays or maps of primitive types
  [#15680](https://github.com/pulumi/pulumi/pull/15680)
2024-03-15 08:18:13 +00:00
..
go Add context.Context to transform functions (#15694) 2024-03-15 08:15:37 +00:00
nodejs Changelog and go.mod updates for v3.110.0 (#15691) 2024-03-14 15:20:55 +00:00
proto/go Clean up unused import warnings (#15581) 2024-03-04 13:01:25 +00:00
python Changelog and go.mod updates for v3.110.0 (#15691) 2024-03-14 15:20:55 +00:00
.version Prepare for 3.111.0 release (#15698) 2024-03-15 08:18:13 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
go.sum Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.