Skip to content

fix(deps): update dependency @pulumi/pulumi to v3.165.0 #2664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2025

This PR contains the following updates:

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

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.165.0

Compare Source

3.165.0 (2025-04-25)

Features
  • [cli] Add PULUMI_RUN_PROGRAM environment variable to globally set --run-program
    #​19293

  • [auto/{go,nodejs,python}] Add --run-program to automation api for destroy and refresh
    #​19218

  • [auto/nodejs] Add the ability to configure a remote executor image
    #​19286

  • [programgen] Support provider resources in generatehcl2definition
    #​19192

  • [sdk/dotnet] Update dotnet to v3.79.0
    #​19302

  • [cli/package] Change default registry source to private

  • [sdk/nodejs] Add resourceName and resourceType to get the runtime name and type token for resources
    #​18842

  • [sdk/nodejs] Add --exclude and --exclude-dependents to the NodeJS Automation API
    #​19270

  • [sdk/python] Add bootstrap-less mode for Python component providers
    #​19198

  • [sdk/python] Add pulumi.type_token decorator
    #​19309

Bug Fixes
  • [engine] Fix ImportID being lost from state during update operations
    #​19314

  • [pkg] Update Dependencies in the JSON schema
    #​19282

  • [cli/import] Fix an error when importing a resource that already exists with the matching ID
    #​19290

  • [cli/install] Handle local plugin paths with a version number
    #​19254

  • [cli/package] Detect readme in subdir for package publishing
    #​19298

  • [programgen] Fix generation of ImportID when building programs from state
    #​19237

  • [sdk/go] Make log message for "Hiding logs" less visible
    #​19261

  • [sdk/go] Improve output when plugin crashes
    #​19305

  • [components/nodejs] Fix component construct when the there's a namespace in the name field in `package.json
    #​19242

  • [sdk/nodejs] Don't discard non-outputty component outputs
    #​19228

  • [sdk/nodejs] Use PackageSpec.Dependencies for component provider dependencies
    #​19236

Miscellaneous
  • [sdk/{nodejs,python}] Don’t install python/nodejs runtimes during make build
    #​19250

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Apr 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://pr-2664.fets.pages.dev

Copy link
Contributor

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 740806      ✗ 0     
     data_received...............................: 67 MB   554 kB/s
     data_sent...................................: 47 MB   392 kB/s
     http_req_blocked............................: avg=1.61µs   min=921ns    med=1.57µs   max=276.91µs p(90)=1.99µs   p(95)=2.16µs  
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=136.03µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=243.05µs min=142.55µs med=205.43µs max=33.58ms  p(90)=298.98µs p(95)=312.51µs
       { expected_response:true }................: avg=243.05µs min=142.55µs med=205.43µs max=33.58ms  p(90)=298.98µs p(95)=312.51µs
     ✓ { server:node-http,mode:json-schema }.....: avg=310.22µs min=237.35µs med=288.22µs max=6.9ms    p(90)=319.24µs p(95)=333.71µs
     ✓ { server:node-http,mode:no-schema }.......: avg=303.7µs  min=228.17µs med=277.23µs max=7.68ms   p(90)=309.36µs p(95)=330.52µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=201.35µs min=148.19µs med=191.91µs max=6.72ms   p(90)=213.06µs p(95)=219.45µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=194.06µs min=142.55µs med=183.7µs  max=33.58ms  p(90)=205.4µs  p(95)=212.31µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 370403
     http_req_receiving..........................: avg=23.86µs  min=11.45µs  med=22.71µs  max=33.44ms  p(90)=28.34µs  p(95)=30.71µs 
     http_req_sending............................: avg=9.3µs    min=5.39µs   med=9.28µs   max=565.15µs p(90)=12µs     p(95)=14.08µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=209.88µs min=117.44µs med=172.63µs max=8.1ms    p(90)=264.16µs p(95)=277.02µs
     http_reqs...................................: 370403  3086.657464/s
     iteration_duration..........................: avg=319.07µs min=203.7µs  med=281.45µs max=33.7ms   p(90)=377.32µs p(95)=392.76µs
     iterations..................................: 370403  3086.657464/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2   

@renovate renovate bot merged commit 88b950f into master Apr 25, 2025
23 checks passed
@renovate renovate bot deleted the renovate/pulumi-pulumi-3.x branch April 25, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants