pulumi/sdk
Justin Van Patten 81617a1ed5
Unfreeze v3.104.1 (#15335)
I was trying to speed up release of v3.104.1 by combining the change we
wanted to release and the freeze at the same time
(https://github.com/pulumi/pulumi/pull/15333), but that doesn't work. It
left us with a v3.104.2 draft release with the change. I should have
gotten the fix merged, and then followed up with a change to freeze it.

To address, we need to unfreeze and then refreeze.
2024-02-01 00:34:25 +00:00
..
go Revert gocloud.dev upgrade (#15333) 2024-01-31 23:19:32 +00:00
nodejs Revert gocloud.dev upgrade (#15333) 2024-01-31 23:19:32 +00:00
proto/go Plumb Remote, Component, and LogicalName into the import plugin system (#15199) 2024-01-24 17:15:30 +00:00
python Revert gocloud.dev upgrade (#15333) 2024-01-31 23:19:32 +00:00
.version Unfreeze v3.104.1 (#15335) 2024-02-01 00:34:25 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Move buildutil out of sdk/common to the go language host (#15168) 2024-01-17 22:25:47 +00:00
go.sum Move goversion out of sdk/common to the go language host (#15165) 2024-01-17 14:56:18 +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.