Update dependency @pulumi/pulumi to v3.178.0 #2295
Merged
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:
3.177.0
->3.178.0
Release Notes
pulumi/pulumi (@pulumi/pulumi)
v3.178.0
Compare Source
3.178.0 (2025-06-20)
Features
Bug Fixes
[auto/go] Fix destroy with debug option results in
unknown flag --debug
error#19885
[backend/diy] Allow DIY backend to remove stacks that are empty except for their root stack resource, inline with the behaviour of the cloud backend
#19883
[auto/python] Fix parallelism issue when running inline programs with the automation API
#19855
[cli] Fix
pulumi stack select
unnecessarily fetching stack metadata.The
pulumi stack select
command now only fetches stack names instead of complete metadata,since the selection UI only displays stack names. This significantly improves performance,
especially for DIY backends where metadata fetching can be slow.
Previously, the command was fetching the same metadata as
pulumi stack ls
(last update time,resource count, etc.) but never displaying this information to the user, causing unnecessary
delays during stack selection.
#19760
[cli/install] Don't consult the registry when
--file
is specified#19859
[engine] Fix policy pack versions for remediations from python policy packs
#19856
[engine] Fix views with --refresh --run-program
#19877
Miscellaneous
[ci] Make
make install
install all subprojects#19892
[cli] Update dotnet, java and yaml language runtimes
#19896
[cli/env] Bump esc to 0.14.3
#19886
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).
🚦 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 has been generated by Renovate Bot.