-
Notifications
You must be signed in to change notification settings - Fork 880
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update first-party Pulumi dependencies to v3.144.0 (#1745)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.143.0` -> `3.144.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.143.0/3.144.0) | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.143.0` -> `v3.144.0` | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.143.0` -> `v3.144.0` | | [pulumi](https://redirect.github.com/pulumi/pulumi) | dependencies | minor | `==3.143.0` -> `==3.144.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi (@​pulumi/pulumi)</summary> ### [`v3.144.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.144.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.143.0...v3.144.0) #### 3.144.0 (2024-12-20) ##### Features - \[engine] Warn if `refresh` or `destroy` use older parameterized packages [#​18029](https://redirect.github.com/pulumi/pulumi/pull/18029) - \[sdk/dotnet] Update dotnet to 3.71.1 [#​18084](https://redirect.github.com/pulumi/pulumi/pull/18084) - \[auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig [#​17939](https://redirect.github.com/pulumi/pulumi/pull/17939) - \[cli/plugin] Log plugin unstructured output to debug instead of info [#​17943](https://redirect.github.com/pulumi/pulumi/pull/17943) - \[sdk/yaml] Update pulumi-yaml to 1.13.0 [#​18077](https://redirect.github.com/pulumi/pulumi/pull/18077) ##### Bug Fixes - \[backend/diy] Retry deletes of lock files if they fail [#​18059](https://redirect.github.com/pulumi/pulumi/pull/18059) - \[auto/go] Fix potential race condition when using automation API [#​18044](https://redirect.github.com/pulumi/pulumi/pull/18044) - \[auto/go] Fix "debug" flag in automation api [#​18071](https://redirect.github.com/pulumi/pulumi/pull/18071) - \[cli/install] Avoid unnecessary Node.js installations [#​18041](https://redirect.github.com/pulumi/pulumi/pull/18041) - \[engine] Use package load v2 in loader server so it can include paramaterization [#​18072](https://redirect.github.com/pulumi/pulumi/pull/18072) [#​18021](https://redirect.github.com/pulumi/pulumi/pull/18021) - \[programgen/dotnet] Emit local dependencies in restore sources deterministically [#​18026](https://redirect.github.com/pulumi/pulumi/pull/18026) - \[sdk/go] Ignore DependsOn for direct form invokes instead of raising an error [#​18089](https://redirect.github.com/pulumi/pulumi/pull/18089) - \[sdk/nodejs] Respect the noCheck option from tsconfig.json [#​18067](https://redirect.github.com/pulumi/pulumi/pull/18067) - \[sdk/nodejs] Gracefully handle errors that don't implement toString [#​18080](https://redirect.github.com/pulumi/pulumi/pull/18080) - \[sdk/python] Fix hang on error when using uv on Windows [#​18054](https://redirect.github.com/pulumi/pulumi/pull/18054) - \[sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages [#​18042](https://redirect.github.com/pulumi/pulumi/pull/18042) ##### Miscellaneous - \[sdkgen/go] Skip TestPackageAddGoParameterized [#​18049](https://redirect.github.com/pulumi/pulumi/pull/18049) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4462ba4
commit f3a42ec
Showing
241 changed files
with
434 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
}, | ||
"dependencies": { | ||
"@pulumi/alicloud": "3.70.0", | ||
"@pulumi/pulumi": "3.143.0" | ||
"@pulumi/pulumi": "3.144.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.