Update module github.com/pulumi/pulumi/pkg/v3 to v3.128.0 #302
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.127.0
->v3.128.0
Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)
v3.128.0
Compare Source
3.128.0 (2024-08-05)
Features
[auto/go] Add install command to workspace
#16782
[auto/go] Add support for
pulumi destroy --preview-only
#16839
[programgen/go] Use
pulumi.Sprintf(...)
instead ofpulumi.String(fmt.Sprintf(...))
in Go program generation#16852
[cli/plugin] Enable overriding plugin download URLs for air-gapped environments with an environment variable
#16648
[sdk/python] Allow Python dynamic providers to capture secrets
#15864
Bug Fixes
[engine] Separate provider internal from provider user config. This allows providers to use a config key like "pluginDownloadURL" which previously would have conflicted with the engine's internal state. It also allows the engine to add new internal state fields without concern for clashing with existing or future provider config keys.
#16837
[cli/state] Fix moving resources with secrets when the destination stack has no secrets manager defined
#16844
[cli/state] Include the stack name in the passhprase prompt in state move
#16861
[sdk/nodejs] Fix resource reference serialization when multiple copies of @pulumi/pulumi are present
#13240
[sdk/nodejs] Don't search upwards for policy packs when determining required plugins
#16865
[sdk/python] Fix missing overloads to config getters
#16878
[sdkgen/{go,nodejs,python}] Fix generation of nested plain input types.
#16812
Miscellaneous
#16763
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.