Skip to content
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

fix(deps): update dependency @pulumi/pulumi to v3.151.0 #2087

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

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

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.151.0

Compare Source

3.151.0 (2025-02-21)

Features
  • [engine] Changes to source position metadata will be batched in the snapshot system
    #​18579

  • [cli/display] Add --show-secrets args to pulumi up and pulumi preview, showing secrets in the CLI output. Fixing #​9830
    #​18503

  • [auto/go] Include stderr when InstallPulumiCommand fails
    #​18549

  • [auto/nodejs] Add the --preview-only flag to the refresh command in the NodeJS Automation API
    #​18662

  • [auto/nodejs] Support --clear-pending-creates for the refresh command in the NodeJS automation API
    #​18653

  • [cli/package] Support parameterizing providers when calling get-mapping

  • [auto/python] Add --clear-pending-creates to the refresh command in the Python Automation API
    #​18658

  • [backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to the service.
    #​18489

  • [backend/service] Add bulk encrypte service types
    #​18588

  • [programgen] Add conformance test for dynamic lists and returns
    #​18424

  • [programgen] Implement a first version of try in PCL
    #​18454

  • [programgen] Implement a version of can in PCL
    #​18571

  • [programgen] Support parameterized mapping from source ecosystems (e.g. Terraform) to Pulumi when converting programs

  • [sdk/nodejs] [Experimental/Components] Add infrastructure for component discovery and schema inference
    #​18580

  • [sdk/nodejs] [Experimental/Components] Infer simple inputs/outputs and optionality
    #​18590

  • [sdk/nodejs] [Experimental/Components] Instantiate components
    #​18583

  • [sdk/nodejs] [Experimental/Components]: Handle ComplexType
    #​18602

  • [sdk/nodejs] [Experimental/Components] Hook up inputs & outputs in the provider
    #​18600

  • [sdk/nodejs] [Experimental/Components] Infer input types
    #​18597

  • [sdk/python] [Experimental/Components] Handle Assets and Archives
    #​18513

  • [sdk/python] [Experimental/Components]: Infer type and property descriptions
    #​18540

Bug Fixes
  • [cli] Fix nesting directories when generating multiple sdks
    #​18332

  • [cli] Fix a panic in help new when local templates weren't present
    #​18661

  • [engine] Send parent URN to resource transforms
    #​18642

  • [engine] The engine will now call DiffConfig on explict providers to decide replace semantics, this matches the behaviour for default providers
    #​18509

  • [engine] Don't overwrite schema versions if they exist
    #​18672

  • [pkg] Do not cache schema if we never read it back
    #​18618

  • [cli/config] Fix reading YAML config with uint64 sized numbers
    #​18582

  • [sdk/nodejs] Improve type inference for output and Unwrap when used on tuples
    #​18652

  • [cli/package] Avoid panic'ing when the project file is invalid
    #​18537

  • [sdk/python] [Experimental/Components] Detect more map and array types
    #​18546

  • [sdk/python] [Experimental/Components] Return Python stack trace on error
    #​18558

  • [sdk/python] Fix source position information to point to user code, not provider SDKs
    #​18575

Miscellaneous
  • [sdk/dotnet] Update dotnet to 8.0 LTS
    #​18619

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
Copy link

coderabbitai bot commented Feb 21, 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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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 docstrings to generate docstrings for this PR. (Beta)
  • @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

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.02644 min=13      med=139     max=199     p(90)=162     p(95)=167    
     data_received..................: 19 MB  632 kB/s
     data_sent......................: 12 MB  405 kB/s
     http_req_blocked...............: avg=2.89µs    min=672ns   med=1.41µs  max=26.54ms p(90)=2.11µs  p(95)=2.53µs 
     http_req_connecting............: avg=716ns     min=0s      med=0s      max=2.1ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=24.14ms   min=2.55ms  med=23.43ms max=1.26s   p(90)=30.6ms  p(95)=32.68ms
       { expected_response:true }...: avg=24.14ms   min=2.55ms  med=23.43ms max=1.26s   p(90)=30.6ms  p(95)=32.68ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 123871
     http_req_receiving.............: avg=38.35µs   min=11.21µs med=27.44µs max=34.22ms p(90)=42.06µs p(95)=49.89µs
     http_req_sending...............: avg=11.57µs   min=3.79µs  med=7.14µs  max=10.4ms  p(90)=10.83µs p(95)=14.88µs
     http_req_tls_handshaking.......: avg=0s        min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=24.09ms   min=2.2ms   med=23.38ms max=1.26s   p(90)=30.55ms p(95)=32.62ms
     http_reqs......................: 123871 4128.566402/s
     iteration_duration.............: avg=48.4ms    min=8.6ms   med=46.63ms max=1.28s   p(90)=52.26ms p(95)=58.02ms
     iterations.....................: 61914  2063.566615/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.511038 min=23      med=137     max=194     p(90)=162     p(95)=166    
     data_received..................: 21 MB  709 kB/s
     data_sent......................: 14 MB  459 kB/s
     http_req_blocked...............: avg=4µs        min=651ns   med=1.28µs  max=17.66ms p(90)=1.99µs  p(95)=2.24µs 
     http_req_connecting............: avg=1.95µs     min=0s      med=0s      max=5.54ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=21.5ms     min=3.36ms  med=20.87ms max=1.14s   p(90)=27.05ms p(95)=28.59ms
       { expected_response:true }...: avg=21.5ms     min=3.36ms  med=20.87ms max=1.14s   p(90)=27.05ms p(95)=28.59ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 139110
     http_req_receiving.............: avg=32.14µs    min=8.94µs  med=22.43µs max=24.05ms p(90)=36.43µs p(95)=43.44µs
     http_req_sending...............: avg=10.37µs    min=3.18µs  med=6.02µs  max=42.95ms p(90)=9.33µs  p(95)=13µs   
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=21.45ms    min=3.33ms  med=20.83ms max=1.14s   p(90)=27.02ms p(95)=28.53ms
     http_reqs......................: 139110 4636.558883/s
     iteration_duration.............: avg=43.1ms     min=17.32ms med=41.51ms max=1.16s   p(90)=47.04ms p(95)=52.9ms 
     iterations.....................: 69531  2317.479517/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 231902      ✗ 0     
     data_received..................: 23 MB   777 kB/s
     data_sent......................: 9.3 MB  309 kB/s
     http_req_blocked...............: avg=1.39µs   min=852ns    med=1.19µs   max=184.77µs p(90)=1.87µs   p(95)=2.03µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=121.84µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=196.05µs min=142.72µs med=185.94µs max=8.1ms    p(90)=211.08µs p(95)=220.38µs
       { expected_response:true }...: avg=196.05µs min=142.72µs med=185.94µs max=8.1ms    p(90)=211.08µs p(95)=220.38µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 115951
     http_req_receiving.............: avg=25.19µs  min=13.5µs   med=23.49µs  max=2.73ms   p(90)=30.62µs  p(95)=33.24µs 
     http_req_sending...............: avg=6.33µs   min=4.15µs   med=5.49µs   max=2.3ms    p(90)=8.04µs   p(95)=8.65µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=164.52µs min=122.47µs med=153.92µs max=8.03ms   p(90)=176.59µs p(95)=185.2µs 
     http_reqs......................: 115951  3864.901621/s
     iteration_duration.............: avg=254.24µs min=186.91µs med=243.2µs  max=8.23ms   p(90)=271.66µs p(95)=283.17µs
     iterations.....................: 115951  3864.901621/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 291256      ✗ 0     
     data_received..................: 29 MB   956 kB/s
     data_sent......................: 12 MB   388 kB/s
     http_req_blocked...............: avg=1.46µs   min=892ns    med=1.22µs   max=1.52ms   p(90)=1.94µs   p(95)=2.12µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=118.03µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=142.42µs min=93.04µs  med=137.41µs max=8.04ms   p(90)=159.65µs p(95)=167.13µs
       { expected_response:true }...: avg=142.42µs min=93.04µs  med=137.41µs max=8.04ms   p(90)=159.65µs p(95)=167.13µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 145628
     http_req_receiving.............: avg=24.81µs  min=12.1µs   med=23.29µs  max=3.08ms   p(90)=30.59µs  p(95)=33.43µs 
     http_req_sending...............: avg=6.56µs   min=4.16µs   med=5.77µs   max=165.72µs p(90)=8.38µs   p(95)=9.36µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=111.04µs min=66.78µs  med=105.71µs max=5.76ms   p(90)=124.83µs p(95)=130.98µs
     http_reqs......................: 145628  4854.077467/s
     iteration_duration.............: avg=201.48µs min=143.29µs med=195.64µs max=8.56ms   p(90)=221.35µs p(95)=231.52µs
     iterations.....................: 145628  4854.077467/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 217278      ✗ 0     
     data_received..................: 22 MB   728 kB/s
     data_sent......................: 8.7 MB  290 kB/s
     http_req_blocked...............: avg=1.41µs   min=902ns    med=1.2µs    max=281.8µs  p(90)=1.88µs   p(95)=2.04µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=130.49µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=213.35µs min=156.78µs med=201.49µs max=63.89ms  p(90)=227.14µs p(95)=236.73µs
       { expected_response:true }...: avg=213.35µs min=156.78µs med=201.49µs max=63.89ms  p(90)=227.14µs p(95)=236.73µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 108639
     http_req_receiving.............: avg=25.43µs  min=13.65µs  med=23.88µs  max=2.43ms   p(90)=30.72µs  p(95)=33.43µs 
     http_req_sending...............: avg=6.39µs   min=4.07µs   med=5.54µs   max=248.37µs p(90)=8.17µs   p(95)=8.9µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=181.53µs min=131.22µs med=169.87µs max=63.8ms   p(90)=192.43µs p(95)=201.41µs
     http_reqs......................: 108639  3621.187496/s
     iteration_duration.............: avg=271.57µs min=200.69µs med=258.61µs max=64.04ms  p(90)=288.11µs p(95)=300.22µs
     iterations.....................: 108639  3621.187496/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@renovate renovate bot merged commit d547846 into master Feb 21, 2025
25 checks passed
@renovate renovate bot deleted the renovate/pulumi-pulumi-3.x branch February 21, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants