pulumi/sdk
Justin Van Patten 077d8e3552
Prepare for v3.138.0 release (#17693)
Tentative changelog:

### Features

- [cli] Add interactive account selection to pulumi login command
  [#17618](https://github.com/pulumi/pulumi/pull/17618)

- [engine] Keep computers awake while an update is running
  [#17675](https://github.com/pulumi/pulumi/pull/17675)

- [cli/display] Colorize selected stack when listing
  [#17606](https://github.com/pulumi/pulumi/pull/17606)

- [programgen] Implement package descriptor blocks in PCL to load
parameterized packages
  [#17589](https://github.com/pulumi/pulumi/pull/17589)

- [sdk/nodejs] Support Node.js 23
  [#17639](https://github.com/pulumi/pulumi/pull/17639)


### Bug Fixes

- [docs] Fix spacing and formatting of `stack init` command's long doc
  [#17534](https://github.com/pulumi/pulumi/pull/17534)

- [engine] Spot skipped-create dependencies even when inputs don't
change
  [#17633](https://github.com/pulumi/pulumi/pull/17633)

- [engine] Normalize URNs in `DeletedWith` references
  [#17666](https://github.com/pulumi/pulumi/pull/17666)

- [sdk/python] Add additional debug information to `ValueError` and
`AssertionError`
  [#17577](https://github.com/pulumi/pulumi/pull/17577)


### Miscellaneous

- [docs] Update function comments to remove outdated DIY backend note
  [#17563](https://github.com/pulumi/pulumi/pull/17563)

- [yaml] Update YAML to 1.11.2
  [#17637](https://github.com/pulumi/pulumi/pull/17637)
2024-11-06 14:27:41 +00:00
..
go plugin download: also invalidate GITHUB_TOKEN on 403 (#17671) 2024-11-06 11:08:38 +00:00
nodejs Prepare for v3.138.0 release (#17693) 2024-11-06 14:27:41 +00:00
proto/go Document `ResourceProvider.CheckConfig` (#17682) 2024-11-06 14:11:49 +00:00
python Prepare for v3.138.0 release (#17693) 2024-11-06 14:27:41 +00:00
.version Prepare for v3.138.0 release (#17693) 2024-11-06 14:27:41 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
go.sum fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +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.