pulumi/sdk
Justin Van Patten f598962268
Prepare for v3.119.0 release (#16323)
Planning to include https://github.com/pulumi/pulumi/pull/16322.

Other than that, tentative changelog:

### Features

- [auto/{go,nodejs,python}] Add support for `--all` parameter of the
`stack ls` command to the Automation API
  [#16266](https://github.com/pulumi/pulumi/pull/16266)


### Bug Fixes

- [cli/new] Populate pulumi:template tag also for interactively selected
templates
  [#16308](https://github.com/pulumi/pulumi/pull/16308)

- [backend/service] Improve error reporting when policy pack download
fails
  [#16306](https://github.com/pulumi/pulumi/pull/16306)


### Miscellaneous

- [sdk/python] Move dependency installation and python command
invocation to Toolchain interface
  [#16243](https://github.com/pulumi/pulumi/pull/16243)
2024-06-05 11:54:52 +00:00
..
go [chore] Update esc to v0.9.1 (#16322) 2024-06-05 06:22:01 +00:00
nodejs Prepare for v3.119.0 release (#16323) 2024-06-05 11:54:52 +00:00
proto/go RegisterProvider engine work (#16241) 2024-05-23 06:16:59 +00:00
python Prepare for v3.119.0 release (#16323) 2024-06-05 11:54:52 +00:00
.version Prepare for v3.119.0 release (#16323) 2024-06-05 11:54:52 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod [chore] Update esc to v0.9.1 (#16322) 2024-06-05 06:22:01 +00:00
go.sum [chore] Update esc to v0.9.1 (#16322) 2024-06-05 06:22:01 +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.