pulumi/sdk
bors[bot] 0debc1a7dd
Merge #10599 #10739 #10753 #10757
10599: Remove checked inputs from Plans r=Zaid-Ajaj a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

This removes the hack of passing the result of Check from preview in as "olds" to Check when running the update. This shouldn't be needed anymore now that Check _should_ be deterministic (using seed hashes).

We'll want to make sure the experimental example pipelines that run the examples with planning turned on still work OK after this change. If they do fail we should work out why they're failing and fix that _do not_ just revert this change.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have updated the [CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md) file with my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


10739: Serde `<Resource><nil>` pointers correctly r=iwahbe a=iwahbe

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

This fixes the `pulumi-go-provider/examples/random-login` example. Previously, it panicked on the RPC layer. 

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have updated the [CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md) file with my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


10753: Do not fail on test summary steps r=AaronFriel a=t0yv0

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes # (issue)

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have updated the [CHANGELOG-PENDING](https://github.com/pulumi/pulumi/blob/master/CHANGELOG_PENDING.md) file with my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


10757: Remove CHANGELOG_PENDING r=Frassle a=Frassle



Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Anton Tayanovskyy <anton@pulumi.com>
2022-09-16 10:37:38 +00:00
..
dotnet ci: Enable robust retries on tests 2022-09-14 12:19:09 -07:00
go Merge #10599 #10739 #10753 #10757 2022-09-16 10:37:38 +00:00
nodejs Fix lint issues 2022-09-15 07:27:44 -04:00
proto/go Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00
python Merge #10703 #10717 2022-09-15 05:15:26 +00:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod [cli] Improve Windows reliability with dependency update to ssh-agent (#10486) 2022-08-25 09:19:12 -07:00
go.sum [cli] Improve Windows reliability with dependency update to ssh-agent (#10486) 2022-08-25 09:19:12 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please 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.