Update dependency @pulumi/pulumi to v3.69.0 #3191
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.68.0
->3.69.0
Release Notes
pulumi/pulumi
v3.69.0
Compare Source
3.69.0 (2023-06-01)
Features
[auto/python] Add support for the path option for config operations
#13052
[cli] Replace heap profiles with allocation profiles and add a flag, --memprofilerate, to control the sampling rate. --memprofilerate behaves like the -memprofilerate flag to
go test
; set it to "1" to profile every allocation site.#13026
[cli] The convert and import commands will try to install plugins needed for correct conversions.
#13046
[cli/plugin] Plugin install auto-fills the download URL for some known third-party plugins.
#13020
[engine] Provider plugins are now loaded as needed, not at startup based on old state information.
#12657
[programgen] Include the component source directory in diagnostics when reporting PCL errors
#13017
[programgen/{nodejs,python}] Implement singleOrNone intrinsic
#13032
[sdkgen/python] Generate a pyproject.toml file. This enables Python providers to build Wheels per PEP 621
#12805
Bug Fixes
[backend] Fixes a bug where Resource instances as stack exports got printed as if it had diff in the end steps
#12261
[engine] Fix --replace behavior to be not considered a targeted update (where only --replace resources would be targeted).
#13011
[backend/filestate] Fix the project filter when listing stacks from new stores that support per-project stack references.
#12994
[backend/filestate] Fix stack rename renaming projects for the self-managed backend.
#13047
[programgen/go] Do not error when generated Go code cannot be formatted
#13053
[cli/plugin] Fixes PULUMI_DEBUG_GRPC to surface provider errors
#12984
[sdkgen/go] For properties with environment variable defaults, differentiate between unset environment variables and empty.
#12976
[sdkgen/go] When a property has an environment variable default, and the environment variable is not set, sdkgen would incorrectly set it to the zero value of that property. Fixes by only setting the property if the environment variable is set.
#12976
[sdkgen/go] Fix versioned typerefs being marshalled across code generator RPCs.
#13006
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.