pulumi/sdk
Thomas Gummerer 98181d7e71
prepare 3.135.0 release (#17441)
Tentative changelog:

##  (2024-10-01)


### Features

- [backend/{diy,service}] Send secrets managers as initial state when
creating stacks
  [#17387](https://github.com/pulumi/pulumi/pull/17387)

- [sdk/python] Search upwards for pyproject.toml when using Poetry
  [#17388](https://github.com/pulumi/pulumi/pull/17388)


### Bug Fixes

- [cli/config] Improve usage string for config env add/rm commands
  [#17407](https://github.com/pulumi/pulumi/pull/17407)

- [cli/new] Check zipped templates for `Pulumi.yaml` files
  [#17437](https://github.com/pulumi/pulumi/pull/17437)

- [engine] Disable the enviromental GITHUB_TOKEN on 401 responses
  [#17351](https://github.com/pulumi/pulumi/pull/17351)

- [engine] Fix a panic when multiple component provider construct calls
fail
  [#17439](https://github.com/pulumi/pulumi/pull/17439)

- [sdkgen/go] Fix nested string map map map properties
  [#17417](https://github.com/pulumi/pulumi/pull/17417)

- [sdk/nodejs] Fix dependency installation for nodejs projects with a
main property
  [#17391](https://github.com/pulumi/pulumi/pull/17391)

- [sdk/python] Add missing package_ref paramater to ProviderResource
  [#17432](https://github.com/pulumi/pulumi/pull/17432)


### Miscellaneous

- [sdkgen] Validate schema version is provided when package supports
packing
  [#17420](https://github.com/pulumi/pulumi/pull/17420)

- [sdk/python] Replace asyncio.ensure_future with create_task
  [#17406](https://github.com/pulumi/pulumi/pull/17406)

- [sdkgen/{nodejs,python}] Bump minimum valid SDK version to v3.134.1 so
that output-invokes work and maintain secrets
  [#17390](https://github.com/pulumi/pulumi/pull/17390)
2024-10-01 13:58:40 +00:00
..
go Check zipped templates for `Pulumi.yaml` files (#17437) 2024-10-01 12:44:07 +00:00
nodejs prepare 3.135.0 release (#17441) 2024-10-01 13:58:40 +00:00
proto/go change name of InvalidInputPropertiesError to InputPropertiesError (#17412) 2024-09-30 08:19:40 +00:00
python prepare 3.135.0 release (#17441) 2024-10-01 13:58:40 +00:00
.version prepare 3.135.0 release (#17441) 2024-10-01 13:58:40 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
go.sum Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
version.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +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.