pulumi/sdk
Justin Van Patten 81847fedf3
Prepare for v3.132.0 release (#17233)
Tentative changelog:

### Features

- [cli/state] Show the full set of delete commands necessary to remove
resources from the source stack, if writing to it fails
  [#17205](https://github.com/pulumi/pulumi/pull/17205)

- [cli/state] Try to revert changes to destination stack if we are
unable to save the source stack in state move
  [#17208](https://github.com/pulumi/pulumi/pull/17208)

- [engine] Send resource names and types in provider requests from the
engine, in addition to the combined URN
  [#17177](https://github.com/pulumi/pulumi/pull/17177)

- [pkg] Add support for ESC Projects

- [sdkgen/go] Allow output-versioned invokes to resolve and maintain
secrets
  [#17132](https://github.com/pulumi/pulumi/pull/17132)


### Bug Fixes

- [cli] Recover from zero-byte `credentials.json` files
  [#17186](https://github.com/pulumi/pulumi/pull/17186)

- [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json
  [#17199](https://github.com/pulumi/pulumi/pull/17199)

- [engine] Fix parameterized providers not downloading correctly when
found from state
  [#17218](https://github.com/pulumi/pulumi/pull/17218)

- [cli/about] Fix language plugins always having unknown version in
about
  [#17216](https://github.com/pulumi/pulumi/pull/17216)

- [cli/display] Fix deletes not being show in `refresh` when using json
output
  [#16851](https://github.com/pulumi/pulumi/pull/16851)

- [cli/display] Hide unnecessary rows in non-interactive mode
  [#17188](https://github.com/pulumi/pulumi/pull/17188)

- [sdkgen/python] Correctly case Python package names in `package add`
link instructions
  [#17178](https://github.com/pulumi/pulumi/pull/17178)
2024-09-11 07:30:05 +00:00
..
go Merge ESC Projects feature branch (#17226) 2024-09-10 23:08:09 +00:00
nodejs Prepare for v3.132.0 release (#17233) 2024-09-11 07:30:05 +00:00
proto/go Send resource name and type as well as URN to providers (#17177) 2024-09-06 09:29:37 +00:00
python Prepare for v3.132.0 release (#17233) 2024-09-11 07:30:05 +00:00
.version Prepare for v3.132.0 release (#17233) 2024-09-11 07:30:05 +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.