pulumiverse / infra

IaC for all infrastructure required by Pulumiverse
Apache License 2.0
6 stars 15 forks source link

fix(deps): update dependency @pulumi/pulumi to v3.130.0 #208

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/pulumi (source) 3.124.0 -> 3.130.0 age adoption passing confidence

Release Notes

pulumi/pulumi (@​pulumi/pulumi) ### [`v3.130.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.130.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.129.0...v3.130.0) #### 3.130.0 (2024-08-23) ##### Features - \[cli/display] Print panic banners for snapshot integrity errors [#​17047](https://togithub.com/pulumi/pulumi/pull/17047) - \[auto/go] Add options to automation API Workspace.Install [#​16888](https://togithub.com/pulumi/pulumi/pull/16888) - \[auto/go] Add Remote Automation API support for choosing a deployment runner pool. [#​16991](https://togithub.com/pulumi/pulumi/pull/16991) - \[backend/service] Prefer `PULUMI_ACCESS_TOKEN` set in the environment over the one stored in the config when they don't match [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16970](https://togithub.com/pulumi/pulumi/pull/16970) - \[engine] Allow provider to be unknown during preview [#​16868](https://togithub.com/pulumi/pulumi/pull/16868) - \[programgen] Add an organization intrinsic to PCL [#​16948](https://togithub.com/pulumi/pulumi/pull/16948) - \[cli/install] Add `--use-language-version-tools` flag to setup python version using pyenv during installation [#​16855](https://togithub.com/pulumi/pulumi/pull/16855) - \[cli/package] Allow `pulumi package add` to work with arbitrary schema sources [#​16989](https://togithub.com/pulumi/pulumi/pull/16989) ##### Bug Fixes - \[auto] Fix panic in remote automation API [#​16978](https://togithub.com/pulumi/pulumi/pull/16978) - \[cli] Show a better message when logging out with `--all` [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16998](https://togithub.com/pulumi/pulumi/pull/16998) - \[cli/install] Fix installation of dependencies that do not specify a version (eg yaml) [#​16981](https://togithub.com/pulumi/pulumi/pull/16981) - \[docs] Use `ComponentResourceOptions` for components [#​16968](https://togithub.com/pulumi/pulumi/pull/16968) - \[docs] Show envvars for provider nested types [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16984](https://togithub.com/pulumi/pulumi/pull/16984) - \[sdk/go] Unmarshal pointers correctly if destination type is any [#​16914](https://togithub.com/pulumi/pulumi/pull/16914) - \[sdkgen/go] Use provided ImportBasePath for parameterized SDKs [#​17036](https://togithub.com/pulumi/pulumi/pull/17036) - \[sdkgen/go] Update package add instructions for go [#​17055](https://togithub.com/pulumi/pulumi/pull/17055) - \[sdk/nodejs] Fix type checking of `Output>` [#​16959](https://togithub.com/pulumi/pulumi/pull/16959) - \[sdk/nodejs] Fix NodeJS OOM detection condition [#​17045](https://togithub.com/pulumi/pulumi/pull/17045) - \[sdk/nodejs] Prevent double close on OOM detection channel [#​17043](https://togithub.com/pulumi/pulumi/pull/17043) - \[sdkgen/nodejs] Set minimum version of core SDK when using parameterization [#​17032](https://togithub.com/pulumi/pulumi/pull/17032) - \[sdk/python] Fix the type of `StackReference.outputs` to be `Dict[str, any]` [#​16956](https://togithub.com/pulumi/pulumi/pull/16956) ##### Miscellaneous - \[cli] Warn that query is planned to be removed [#​16963](https://togithub.com/pulumi/pulumi/pull/16963) - \[programgen] Improve the error message for an invalid method name [#​17026](https://togithub.com/pulumi/pulumi/pull/17026) ### [`v3.129.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.129.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.128.0...v3.129.0) #### 3.129.0 (2024-08-12) ##### Features - \[cli/package] Add the `pulumi package add` command for installing packages and SDKs [#​16923](https://togithub.com/pulumi/pulumi/pull/16923) - \[sdkgen/dotnet] Support parameterized .NET provider SDKs [#​16912](https://togithub.com/pulumi/pulumi/pull/16912) - \[sdk/nodejs] Add parameterization support for read in nodejs [#​16913](https://togithub.com/pulumi/pulumi/pull/16913) - \[sdk/python] Add parameterization support for call & read in python [#​16915](https://togithub.com/pulumi/pulumi/pull/16915) - \[sdk/yaml] Update pulumi-yaml to 1.9.2 [#​16925](https://togithub.com/pulumi/pulumi/pull/16925) - \[sdkgen/go] Go SDKs will default the import path based on the publisher and repository schema fields [#​16899](https://togithub.com/pulumi/pulumi/pull/16899) - \[sdkgen/nodejs] Add parameterized provider support for Nodejs SDK [#​16901](https://togithub.com/pulumi/pulumi/pull/16901) ##### Bug Fixes - \[programgen/python] Fix generated apply calls with `pulumi.all` [#​16941](https://togithub.com/pulumi/pulumi/pull/16941) - \[sdk/go] NewPropertyMapFromMap will flow PropertyValues through it, rather than dropping them [#​16894](https://togithub.com/pulumi/pulumi/pull/16894) - \[sdk/nodejs] Pass through pluginDownloadURL in invokes [#​16917](https://togithub.com/pulumi/pulumi/pull/16917) ##### Miscellaneous - \[pkg] Upgrade pulumi-java to v0.13.0 [#​16882](https://togithub.com/pulumi/pulumi/pull/16882) ### [`v3.128.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.128.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.127.0...v3.128.0) #### 3.128.0 (2024-08-05) ##### Features - \[auto/go] Add install command to workspace [#​16782](https://togithub.com/pulumi/pulumi/pull/16782) - \[auto/go] Add support for `pulumi destroy --preview-only` [#​16839](https://togithub.com/pulumi/pulumi/pull/16839) - \[programgen/go] Use `pulumi.Sprintf(...)` instead of `pulumi.String(fmt.Sprintf(...))` in Go program generation [#​16852](https://togithub.com/pulumi/pulumi/pull/16852) - \[cli/plugin] Enable overriding plugin download URLs for air-gapped environments with an environment variable [#​16648](https://togithub.com/pulumi/pulumi/pull/16648) - \[sdk/python] Allow Python dynamic providers to capture secrets [#​15864](https://togithub.com/pulumi/pulumi/pull/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](https://togithub.com/pulumi/pulumi/pull/16837) - \[cli/state] Fix moving resources with secrets when the destination stack has no secrets manager defined [#​16844](https://togithub.com/pulumi/pulumi/pull/16844) - \[cli/state] Include the stack name in the passhprase prompt in state move [#​16861](https://togithub.com/pulumi/pulumi/pull/16861) - \[sdk/nodejs] Fix resource reference serialization when multiple copies of [@​pulumi/pulumi](https://togithub.com/pulumi/pulumi) are present [#​13240](https://togithub.com/pulumi/pulumi/pull/13240) - \[sdk/nodejs] Don't search upwards for policy packs when determining required plugins [#​16865](https://togithub.com/pulumi/pulumi/pull/16865) - \[sdk/python] Fix missing overloads to config getters [#​16878](https://togithub.com/pulumi/pulumi/pull/16878) - \[sdkgen/{go,nodejs,python}] Fix generation of nested plain input types. [#​16812](https://togithub.com/pulumi/pulumi/pull/16812) ##### Miscellaneous - \[sdkgen/python] Link to Python docs about input types [#​16763](https://togithub.com/pulumi/pulumi/pull/16763) ### [`v3.127.0`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31270-2024-07-25) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.126.0...v3.127.0) ##### Features - \[auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API [#​16721](https://togithub.com/pulumi/pulumi/pull/16721) - \[cli/new] Make prompt capitalization consistent [#​16747](https://togithub.com/pulumi/pulumi/pull/16747) - \[auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack [#​16615](https://togithub.com/pulumi/pulumi/pull/16615) - \[auto/python] Implement Stack.import_resources() for batch importing resources into a stack [#​16668](https://togithub.com/pulumi/pulumi/pull/16668) - \[sdk/python] Provide stricter types for config.get_XXX when a default is provided [#​16768](https://togithub.com/pulumi/pulumi/pull/16768) - \[sdkgen/python] Generate TypedDict input types by default [#​16704](https://togithub.com/pulumi/pulumi/pull/16704) ##### Bug Fixes - \[cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider [#​16786](https://togithub.com/pulumi/pulumi/pull/16786) - \[cli/state] Always show the fully qualified stack name when moving resources [#​16767](https://togithub.com/pulumi/pulumi/pull/16767) - \[cli/state] Fix calculation of the resources that are remaining in the source stack [#​16774](https://togithub.com/pulumi/pulumi/pull/16774) - \[cli/state] Fix the dependency information in the state move command [#​16765](https://togithub.com/pulumi/pulumi/pull/16765) - \[cli/state] Improve how moving the root stack is handled in `pulumi state move` [#​16779](https://togithub.com/pulumi/pulumi/pull/16779) - \[sdk/nodejs] Detect possible OOM errors when nodejs crashes [#​16700](https://togithub.com/pulumi/pulumi/pull/16700) - \[sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow [#​16700](https://togithub.com/pulumi/pulumi/pull/16700) ### [`v3.126.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.126.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.125.0...v3.126.0) #### 3.126.0 (2024-07-22) ##### Features - \[cli] Add support for `DeletedWith` to `pulumi convert` [#​12011](https://togithub.com/pulumi/pulumi/pull/12011) - \[cli] Allow specifying project names when converting with `pulumi convert --name` [#​16708](https://togithub.com/pulumi/pulumi/pull/16708) - \[sdk/python] Add support for invoke stack transforms [#​16701](https://togithub.com/pulumi/pulumi/pull/16701) ##### Bug Fixes - \[cli] Avoid duplicate error output in some cases [#​16706](https://togithub.com/pulumi/pulumi/pull/16706) - \[cli] Avoid duplicate error: prefix with `--expect-no-changes` [#​16705](https://togithub.com/pulumi/pulumi/pull/16705) - \[engine] Fix integrity issues in `up --continue-on-error` with changed dependencies [#​16733](https://togithub.com/pulumi/pulumi/pull/16733) - \[engine] Fix panics due to different length `ignoreChanges` arrays [#​16742](https://togithub.com/pulumi/pulumi/pull/16742) - \[cli/state] Disallow provider moves in the `state move` command [#​16722](https://togithub.com/pulumi/pulumi/pull/16722) - \[cli/state] Improve readability of the resources to be moved output of the state move command [#​16723](https://togithub.com/pulumi/pulumi/pull/16723) - \[cli/state] Allow a provider with the same URN and ID to already be in the snapshot [#​16737](https://togithub.com/pulumi/pulumi/pull/16737) - \[cli/state] Reparent providers correctly in state move [#​16735](https://togithub.com/pulumi/pulumi/pull/16735) - \[programgen/go] Fix emiting literal values as stack outputs [#​16728](https://togithub.com/pulumi/pulumi/pull/16728) - \[sdk/go] Set Parameterize.Value in plugin.Provider [#​16726](https://togithub.com/pulumi/pulumi/pull/16726) - \[sdk/python] Exclude `pulumi_policy` from plugin determination [#​16727](https://togithub.com/pulumi/pulumi/pull/16727) ### [`v3.125.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.125.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.124.0...v3.125.0) #### 3.125.0 (2024-07-18) ##### Features - \[sdk/go] Add support for invoke stack transforms [#​16617](https://togithub.com/pulumi/pulumi/pull/16617) - \[sdk/{go,nodejs,python}] Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs [#​16674](https://togithub.com/pulumi/pulumi/pull/16674) - \[sdk/nodejs] Add support for invoke stack transforms [#​16688](https://togithub.com/pulumi/pulumi/pull/16688) - \[sdkgen/go] Default importBasePath to a pulumi github base path [#​16664](https://togithub.com/pulumi/pulumi/pull/16664) ##### Bug Fixes - \[engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains [#​16699](https://togithub.com/pulumi/pulumi/pull/16699) - \[cli/about] Fix a panic for some token types returned from the service. [#​16710](https://togithub.com/pulumi/pulumi/pull/16710) - \[sdk/go] Disallow OutputState from being deepcopied [#​16690](https://togithub.com/pulumi/pulumi/pull/16690) - \[cli/new] Fix incorrect caching of git auth method in error cases [#​16652](https://togithub.com/pulumi/pulumi/pull/16652) - \[cli/state] Fix panic in state move when either the source or destination stack are empty [#​16676](https://togithub.com/pulumi/pulumi/pull/16676) - \[cli/state] Fix resources to be moved not being shown in `pulumi state move` [#​16672](https://togithub.com/pulumi/pulumi/pull/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](https://togithub.com/pulumi/pulumi/pull/16673) - \[pkg/testing] Clean up PULUMI_HOME after program test [#​16663](https://togithub.com/pulumi/pulumi/pull/16663) - \[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs [#​16649](https://togithub.com/pulumi/pulumi/pull/16649) - \[sdk/nodejs] Pin node to 22.4.x to workaround breakage [#​16709](https://togithub.com/pulumi/pulumi/pull/16709) - \[sdk/python] Fix YAML serialization of project settings in the Python Automation API [#​16660](https://togithub.com/pulumi/pulumi/pull/16660) - \[sdk/python] Use python names for dictionary literals when inside a typed dictionary input [#​16658](https://togithub.com/pulumi/pulumi/pull/16658) - \[sdk/python] Don't use indentation in converted pyproject.toml files [#​16678](https://togithub.com/pulumi/pulumi/pull/16678) - \[sdk/python] Fix a RecursionError with deeply nested ComponentResources [#​16669](https://togithub.com/pulumi/pulumi/pull/16669) - \[sdk/python] Validate that we have Poetry >= 1.8.0 [#​16683](https://togithub.com/pulumi/pulumi/pull/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.

renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^3.13.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.