chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.144.1 #32

Merged
antoine merged 1 commits from renovate/github.com-pulumi-pulumi-sdk-v3-3.x into main 2024-12-23 21:51:18 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/sdk/v3 require minor v3.143.0 -> v3.144.1

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.144.1

Compare Source

3.144.1 (2024-12-20)
Bug Fixes
  • sdk/nodejs] Reverts [#​18041](https://github.com/pulumi/pulumi/issues/18041)
    
    

v3.144.0

Compare Source

3.144.0 (2024-12-20)
Features
  • engine] Warn if `refresh` or `destroy` use older parameterized packages
    [#​18029](https://github.com/pulumi/pulumi/pull/18029)
    
    
  • sdk/dotnet] Update dotnet to 3.71.1
    [#​18084](https://github.com/pulumi/pulumi/pull/18084)
    
    
  • auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig
    [#​17939](https://github.com/pulumi/pulumi/pull/17939)
    
    
  • cli/plugin] Log plugin unstructured output to debug instead of info
    [#​17943](https://github.com/pulumi/pulumi/pull/17943)
    
    
  • sdk/yaml] Update pulumi-yaml to 1.13.0
    [#​18077](https://github.com/pulumi/pulumi/pull/18077)
    
    
Bug Fixes
  • backend/diy] Retry deletes of lock files if they fail
    [#​18059](https://github.com/pulumi/pulumi/pull/18059)
    
    
  • auto/go] Fix potential race condition when using automation API
    [#​18044](https://github.com/pulumi/pulumi/pull/18044)
    
    
  • auto/go] Fix "debug" flag in automation api
    [#​18071](https://github.com/pulumi/pulumi/pull/18071)
    
    
  • cli/install] Avoid unnecessary Node.js installations
    [#​18041](https://github.com/pulumi/pulumi/pull/18041)
    
    
  • engine] Use package load v2 in loader server so it can include paramaterization
    [#​18072](https://github.com/pulumi/pulumi/pull/18072)
    [#​18021](https://github.com/pulumi/pulumi/pull/18021)
    
    
  • programgen/dotnet] Emit local dependencies in restore sources deterministically
    [#​18026](https://github.com/pulumi/pulumi/pull/18026)
    
    
  • sdk/go] Ignore DependsOn for direct form invokes instead of raising an error
    [#​18089](https://github.com/pulumi/pulumi/pull/18089)
    
    
  • sdk/nodejs] Respect the noCheck option from tsconfig.json
    [#​18067](https://github.com/pulumi/pulumi/pull/18067)
    
    
  • sdk/nodejs] Gracefully handle errors that don't implement toString
    [#​18080](https://github.com/pulumi/pulumi/pull/18080)
    
    
  • sdk/python] Fix hang on error when using uv on Windows
    [#​18054](https://github.com/pulumi/pulumi/pull/18054)
    
    
  • sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages
    [#​18042](https://github.com/pulumi/pulumi/pull/18042)
    
    
Miscellaneous
  • sdkgen/go] Skip TestPackageAddGoParameterized
    [#​18049](https://github.com/pulumi/pulumi/pull/18049)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) | require | minor | `v3.143.0` -> `v3.144.1` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)</summary> ### [`v3.144.1`](https://github.com/pulumi/pulumi/releases/tag/v3.144.1) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.144.0...v3.144.1) ##### 3.144.1 (2024-12-20) ##### Bug Fixes - \[sdk/nodejs] Reverts [#&#8203;18041](https://github.com/pulumi/pulumi/issues/18041) ### [`v3.144.0`](https://github.com/pulumi/pulumi/releases/tag/v3.144.0) [Compare Source](https://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 [#&#8203;18029](https://github.com/pulumi/pulumi/pull/18029) - \[sdk/dotnet] Update dotnet to 3.71.1 [#&#8203;18084](https://github.com/pulumi/pulumi/pull/18084) - \[auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig [#&#8203;17939](https://github.com/pulumi/pulumi/pull/17939) - \[cli/plugin] Log plugin unstructured output to debug instead of info [#&#8203;17943](https://github.com/pulumi/pulumi/pull/17943) - \[sdk/yaml] Update pulumi-yaml to 1.13.0 [#&#8203;18077](https://github.com/pulumi/pulumi/pull/18077) ##### Bug Fixes - \[backend/diy] Retry deletes of lock files if they fail [#&#8203;18059](https://github.com/pulumi/pulumi/pull/18059) - \[auto/go] Fix potential race condition when using automation API [#&#8203;18044](https://github.com/pulumi/pulumi/pull/18044) - \[auto/go] Fix "debug" flag in automation api [#&#8203;18071](https://github.com/pulumi/pulumi/pull/18071) - \[cli/install] Avoid unnecessary Node.js installations [#&#8203;18041](https://github.com/pulumi/pulumi/pull/18041) - \[engine] Use package load v2 in loader server so it can include paramaterization [#&#8203;18072](https://github.com/pulumi/pulumi/pull/18072) [#&#8203;18021](https://github.com/pulumi/pulumi/pull/18021) - \[programgen/dotnet] Emit local dependencies in restore sources deterministically [#&#8203;18026](https://github.com/pulumi/pulumi/pull/18026) - \[sdk/go] Ignore DependsOn for direct form invokes instead of raising an error [#&#8203;18089](https://github.com/pulumi/pulumi/pull/18089) - \[sdk/nodejs] Respect the noCheck option from tsconfig.json [#&#8203;18067](https://github.com/pulumi/pulumi/pull/18067) - \[sdk/nodejs] Gracefully handle errors that don't implement toString [#&#8203;18080](https://github.com/pulumi/pulumi/pull/18080) - \[sdk/python] Fix hang on error when using uv on Windows [#&#8203;18054](https://github.com/pulumi/pulumi/pull/18054) - \[sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages [#&#8203;18042](https://github.com/pulumi/pulumi/pull/18042) ##### Miscellaneous - \[sdkgen/go] Skip TestPackageAddGoParameterized [#&#8203;18049](https://github.com/pulumi/pulumi/pull/18049) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2024-12-21 00:16:30 +00:00
Author
Member

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/net v0.28.0 -> v0.33.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 1 additional dependency was updated Details: | **Package** | **Change** | | :----------------- | :--------------------- | | `golang.org/x/net` | `v0.28.0` -> `v0.33.0` |
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.144.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.144.1 2024-12-22 00:16:47 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 52031246f5 to 7cf3d67f91 2024-12-22 00:16:51 +00:00 Compare
antoine merged commit 7cf3d67f91 into main 2024-12-23 21:51:18 +00:00
antoine deleted branch renovate/github.com-pulumi-pulumi-sdk-v3-3.x 2024-12-23 21:51:19 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: go/pulumi-library#32
No description provided.