[engine] Old inputs are sent to provider Delete functions, as well as the old outputs.
#14051
Bug Fixes
[engine] Fix a panic in the engine when same steps failed due to provider errors.
#14076
[engine] Engine is now more efficent about starting up provider processes, generally saving at least one process startup per deployment.
#14127
[programgen] Fixes panic when binding the signature of output-versioned invokes without input arguments
#14234
[sdkgen/python] Python SDK generation _configure now correctly handles original property names for resource arguments (i.e. user provides propName instead of prop_name).
#14235
v3.88.1
3.88.1 (2023-10-11)
Bug Fixes
[cli] allow unmarshalling nil as a config value.
#14149
[auto/nodejs] Remove unneeded SxS check for inline programs
#14154
[engine] Old inputs are sent to provider Delete functions, as well as the old outputs.
#14051
Bug Fixes
[engine] Fix a panic in the engine when same steps failed due to provider errors.
#14076
[engine] Engine is now more efficent about starting up provider processes, generally saving at least one process startup per deployment.
#14127
[programgen] Fixes panic when binding the signature of output-versioned invokes without input arguments
#14234
[sdkgen/python] Python SDK generation _configure now correctly handles original property names for resource arguments (i.e. user provides propName instead of prop_name).
#14235
3.88.1 (2023-10-11)
Bug Fixes
[cli] allow unmarshalling nil as a config value.
#14149
[auto/nodejs] Remove unneeded SxS check for inline programs
#14154
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/pulumi/pulumi/sdk/v3 from 3.77.1 to 3.89.0.
Release notes
Sourced from github.com/pulumi/pulumi/sdk/v3's releases.
... (truncated)
Changelog
Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.
... (truncated)
Commits
963a17b
Prepare for v3.89.0 release (#14266)44bc736
Fixing typo in pulumi_refresh (#14265)2a8b6d1
Remove warning about plugin converters being experimental (#14261)4d60727
Update help text forpulumi state delete
(#14249)fbbde39
Actually disable plugin acquisition (#14134)f7f60e6
[sdkgen/python]_configure
now handles original prop names (#14235)ca12edf
Send old inputs to Delete (#14051)68af26a
SameSteps can fail (#14076)cf5b4a2
Useassert.NoError
rather thanassert.Nil
(#14233)f557548
Reuse provider instances where possible (#14127)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show