fix(deps): update dependency @pulumi/pulumi to v3.131.0 #219
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.124.0
->3.131.0
Release Notes
pulumi/pulumi (@pulumi/pulumi)
v3.131.0
Compare Source
3.131.0 (2024-09-04)
Features
[cli] Include all engine events in the event-log
#17101
[pkg] Added
NewCachedLoader
for caching schema loads.#17118
[yaml] Update yaml to v1.10
#17154
[auto/go] Include panic value in message for non-error panics
#17066
[auto/nodejs] Add LocalWorkspace.install method for Nodejs
#17134
[auto/python] Add LocalWorkspace.install method
#17086
[cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations
#17019
[cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match
#17076
[sdk/nodejs] Respect .node-version and .nvmrc files in
pulumi install
#17060
Bug Fixes
[engine] Propagate deleted parents of untargeted resources
#17117
[engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations
#17146
[engine] Fix panic with user specified plugin paths
#17141
[sdk] Use int32 in Go interfaces that map to protobufs using int32
#17068
[cli/display] Improve rendering of update diffs in some circumstances.
#17029
Miscellaneous
[ci] Run CI with Go 1.22 and 1.23
#17137
[cli] Update go.mod to use 1.21
#17140
[pkg] Remove dependency on automation api in deployment settings tests
#17071
[sdk] Remove unused resource.NewUniqueHexV2
#17067
v3.130.0
Compare Source
3.130.0 (2024-08-23)
Features
[cli/display] Print panic banners for snapshot integrity errors
#17047
[auto/go] Add options to automation API Workspace.Install
#16888
[auto/go] Add Remote Automation API support for choosing a deployment runner pool.
#16991
[backend/service] Prefer
PULUMI_ACCESS_TOKEN
set in the environment over the one stored in the config when they don't match#17051
#16970
[engine] Allow provider to be unknown during preview
#16868
[programgen] Add an organization intrinsic to PCL
#16948
[cli/install] Add
--use-language-version-tools
flag to setup python version using pyenv during installation#16855
[cli/package] Allow
pulumi package add
to work with arbitrary schema sources#16989
Bug Fixes
[auto] Fix panic in remote automation API
#16978
[cli] Show a better message when logging out with
--all
#17051
#16998
[cli/install] Fix installation of dependencies that do not specify a version (eg yaml)
#16981
[docs] Use
ComponentResourceOptions
for components#16968
[docs] Show envvars for provider nested types
#17051
#16984
[sdk/go] Unmarshal pointers correctly if destination type is any
#16914
[sdkgen/go] Use provided ImportBasePath for parameterized SDKs
#17036
[sdkgen/go] Update package add instructions for go
#17055
[sdk/nodejs] Fix type checking of
Output<Record<string, any>>
#16959
[sdk/nodejs] Fix NodeJS OOM detection condition
#17045
[sdk/nodejs] Prevent double close on OOM detection channel
#17043
[sdkgen/nodejs] Set minimum version of core SDK when using parameterization
#17032
[sdk/python] Fix the type of
StackReference.outputs
to beDict[str, any]
#16956
Miscellaneous
[cli] Warn that query is planned to be removed
#16963
[programgen] Improve the error message for an invalid method name
#17026
v3.129.0
Compare Source
3.129.0 (2024-08-12)
Features
[cli/package] Add the
pulumi package add
command for installing packages and SDKs#16923
[sdkgen/dotnet] Support parameterized .NET provider SDKs
#16912
[sdk/nodejs] Add parameterization support for read in nodejs
#16913
[sdk/python] Add parameterization support for call & read in python
#16915
[sdk/yaml] Update pulumi-yaml to 1.9.2
#16925
[sdkgen/go] Go SDKs will default the import path based on the publisher and repository schema fields
#16899
[sdkgen/nodejs] Add parameterized provider support for Nodejs SDK
#16901
Bug Fixes
[programgen/python] Fix generated apply calls with
pulumi.all
#16941
[sdk/go] NewPropertyMapFromMap will flow PropertyValues through it, rather than dropping them
#16894
[sdk/nodejs] Pass through pluginDownloadURL in invokes
#16917
Miscellaneous
#16882
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
v3.127.0
Compare Source
Features
[auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API
#16721
[cli/new] Make prompt capitalization consistent
#16747
[auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack
#16615
[auto/python] Implement Stack.import_resources() for batch importing resources into a stack
#16668
[sdk/python] Provide stricter types for config.get_XXX when a default is provided
#16768
[sdkgen/python] Generate TypedDict input types by default
#16704
Bug Fixes
[cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider
#16786
[cli/state] Always show the fully qualified stack name when moving resources
#16767
[cli/state] Fix calculation of the resources that are remaining in the source stack
#16774
[cli/state] Fix the dependency information in the state move command
#16765
[cli/state] Improve how moving the root stack is handled in
pulumi state move
#16779
[sdk/nodejs] Detect possible OOM errors when nodejs crashes
#16700
[sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow
#16700
v3.126.0
Compare Source
3.126.0 (2024-07-22)
Features
[cli] Add support for
DeletedWith
topulumi convert
#12011
[cli] Allow specifying project names when converting with
pulumi convert --name
#16708
[sdk/python] Add support for invoke stack transforms
#16701
Bug Fixes
[cli] Avoid duplicate error output in some cases
#16706
[cli] Avoid duplicate error: prefix with
--expect-no-changes
#16705
[engine] Fix integrity issues in
up --continue-on-error
with changed dependencies#16733
[engine] Fix panics due to different length
ignoreChanges
arrays#16742
[cli/state] Disallow provider moves in the
state move
command#16722
[cli/state] Improve readability of the resources to be moved output of the state move command
#16723
[cli/state] Allow a provider with the same URN and ID to already be in the snapshot
#16737
[cli/state] Reparent providers correctly in state move
#16735
[programgen/go] Fix emiting literal values as stack outputs
#16728
[sdk/go] Set Parameterize.Value in plugin.Provider
#16726
[sdk/python] Exclude
pulumi_policy
from plugin determination#16727
v3.125.0
Compare Source
3.125.0 (2024-07-18)
Features
[sdk/go] Add support for invoke stack transforms
#16617
[sdk/{go,nodejs,python}] Support
--remove
fordestroy
in the Go, NodeJS and Python Automation API SDKs#16674
[sdk/nodejs] Add support for invoke stack transforms
#16688
[sdkgen/go] Default importBasePath to a pulumi github base path
#16664
Bug Fixes
[engine] Fix snapshot integrity problems when
Delete
s fail in delete-before-replace chains#16699
[cli/about] Fix a panic for some token types returned from the service.
#16710
[sdk/go] Disallow OutputState from being deepcopied
#16690
[cli/new] Fix incorrect caching of git auth method in error cases
#16652
[cli/state] Fix panic in state move when either the source or destination stack are empty
#16676
[cli/state] Fix resources to be moved not being shown in
pulumi state move
#16672
[cli/state] Warn when an argument matches no URN in the source snapshot and error out when no resources are being moved in
pulumi state move
#16673
[pkg/testing] Clean up PULUMI_HOME after program test
#16663
[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs
#16649
[sdk/nodejs] Pin node to 22.4.x to workaround breakage
#16709
[sdk/python] Fix YAML serialization of project settings in the Python Automation API
#16660
[sdk/python] Use python names for dictionary literals when inside a typed dictionary input
#16658
[sdk/python] Don't use indentation in converted pyproject.toml files
#16678
[sdk/python] Fix a RecursionError with deeply nested ComponentResources
#16669
[sdk/python] Validate that we have Poetry >= 1.8.0
#16683
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.