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 ray to v2.40.0 #17

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ray 2.5.1 -> 2.40.0 age adoption passing confidence

Release Notes

ray-project/ray (ray)

v2.40.0

Compare Source

Ray Libraries

Ray Data

🎉 New Features:

💫 Enhancements:

🔨 Fixes:

🗑️ Deprecations:

Ray Train

🔨 Fixes:

  • Fix StartTracebackWithWorkerRank serialization (#​48548)

📖 Documentation:

  • Add example for fine-tuning Llama3.1 with AWS Trainium (#​48768)

Ray Tune

🔨 Fixes:

  • Remove the clear_checkpoint function during Trial restoration error handling. (#​48532)

Ray Serve

🎉 New Features:

  • Initial version of local_testing_mode (#​48477)

💫 Enhancements:

  • Handle multiple changed objects per LongPollHost.listen_for_change RPC (#​48803)
  • Add more nuanced checks for http proxy status errors (#​47896)
  • Improve replica access log messages to include HTTP status info and better resemble standard log format (#​48819)
  • Propagate replica constructor error to deployment status message and print num retries left (#​48531)

🔨 Fixes:

  • Pending requests that are cancelled before they were assigned to a replica now also return a serve.RequestCancelledError (#​48496)

RLlib

💫 Enhancements:

  • Release test enhancements. (#​45803, #​48681)
  • Make opencv-python-headless default over opencv-python (#​48776)
  • Reverse learner queue behavior of IMPALA/APPO (consume oldest batches first, instead of newest, BUT drop oldest batches if queue full). (#​48702)

🔨 Fixes:

📖 Documentation:

  • Upgrade examples script overview page (new API stack). (#​48526)
  • Enable RLlib + Serve example in CI and translate to new API stack. (#​48687)

🏗 Architecture refactoring:

Ray Core and Ray Clusters

Ray Core

🎉 New Features:

💫 Enhancements:

  • [CompiledGraphs] Refine schedule visualization (#​48594)

🔨 Fixes:

  • [CompiledGraphs] Don't persist input_nodes in _CollectiveOperation to avoid wrong understanding about DAGs (#​48463)
  • [Core] Fix Ascend NPU discovery to support 8+ cards per node (#​48543)
  • [Core] Make Placement Group Wildcard and Indexed Resource Assignments Consistent (#​48088)
  • [Core] Stop the GRPC server before Shut down the Object Store (#​48572)

Ray Clusters

🔨 Fixes:

  • [KubeRay]: Fix ConnectionError on Autoscaler CR lookups in K8s clusters with custom DNS for Kubernetes API. (#​48541)

Dashboard

💫 Enhancements:

  • Add global UTC timezone button in navbar with local storage (#​48510)
  • Add memory graphs optimized for OOM debugging (#​48530)
  • Improve tasks/actors metric naming and add graph for running tasks (#​48528)
    add actor pid to dashboard (#​48791)

🔨 Fixes:

  • Fix Placement Group Table table cells overflow (#​47323)
  • Fix Rows Outputted being zero on Ray Data Dashboard (#​48745)
  • fix confusing dataset operator name (#​48805)

Thanks

Thanks to all those who contributed to this release!
@​rynewang, @​rickyyx, @​bveeramani, @​marwan116, @​simonsays1980, @​dayshah, @​dentiny, @​KepingYan, @​mimiliaogo, @​kevin85421, @​SeaOfOcean, @​stephanie-wang, @​mohitjain2504, @​azayz, @​xushiyan, @​richardliaw, @​can-anyscale, @​xingyu-long, @​kanwang, @​aslonnie, @​MortalHappiness, @​jjyao, @​SumanthRH, @​matthewdeng, @​alexeykudinkin, @​sven1977, @​raulchen, @​andrewsykim, @​zcin, @​nadongjun, @​hongpeng-guo, @​miguelteixeiraa, @​saihaj, @​khluu, @​ArturNiederfahrenhorst, @​ryanaoleary, @​ltbringer, @​pcmoritz, @​JoshKarpel, @​akyang-anyscale, @​frances720, @​BeingGod, @​edoakes, @​Bye-legumes, @​Superskyyy, @​liuxsh9, @​MengjinYan, @​ruisearch42, @​scottjlee, @​angelinalg

v2.39.0

Compare Source

Ray Libraries
Ray Data

🔨 Fixes:

📖 Documentation:

🏗 Architecture refactoring:

🗑 Deprecations:

Ray Train

🔨 Fixes:

  • Safely check if the storage filesystem is pyarrow.fs.S3FileSystem (#​48216)
Ray Tune

🔨 Fixes:

  • Safely check if the storage filesystem is pyarrow.fs.S3FileSystem (#​48216)
Ray Serve

💫 Enhancements:

🔨 Fixes:

📖 Documentation:

RLlib

💫 Enhancements:

  • Upgrade to gymnasium==1.0.0 (support new API for vector env resets). (#​48443, #​45328)
  • Add off-policy'ness metric to new API stack. (#​48227)
  • Validate episodes before adding them to the buffer. (#​48083)

📖 Documentation:

  • New example script for custom metrics on EnvRunners (using MetricsLogger API on the new stack). (#​47969)
  • Do-over: New RLlib index page. (#​48285, #​48442)
  • Do-over: Example script for AutoregressiveActionsRLM. (#​47972)

🏗 Architecture refactoring:

  • New API stack on by default for PPO. (#​48284)
  • Change config.fault_tolerance default behavior (from recreate_failed_env_runners=False to True). (#​48286)

🔨 Fixes:

Ray Core

🎉 New Features:

  • [CompiledGraphs] Support all reduce collective in aDAG (#​47621)
  • [CompiledGraphs] Add visualization of compiled graphs (#​47958)

💫 Enhancements:

🔨 Fixes:

  • [Core] Posts CoreWorkerMemoryStore callbacks onto io_context to fix deadlock (#​47833)
Dashboard

🔨 Fixes:

  • [Dashboard] Reworking dashboard_max_actors_to_cache to RAY_maximum_gcs_destroyed_actor_cached_count (#​48229)
Thanks

Many thanks to all those who contributed to this release!

@​akyang-anyscale, @​rkooo567, @​bveeramani, @​dayshah, @​martinbomio, @​khluu, @​justinvyu, @​slfan1989, @​alexeykudinkin, @​simonsays1980, @​vigneshka, @​ruisearch42, @​rynewang, @​scottjlee, @​jjyao, @​JoshKarpel, @​win5923, @​MengjinYan, @​MortalHappiness, @​ujjawal-khare-27, @​zcin, @​ccoulombe, @​Bye-legumes, @​dentiny, @​stephanie-wang, @​LeoLiao123, @​dengwxn, @​richo-anyscale, @​pcmoritz, @​sven1977, @​omatthew98, @​GeneDer, @​srinathk10, @​can-anyscale, @​edoakes, @​kevin85421, @​aslonnie, @​jeffreyjeffreywang, @​ArturNiederfahrenhorst

v2.38.0

Compare Source

Ray Libraries
Ray Data

🎉 New Features:

💫 Enhancements:

  • Add partitioning parameter to read_parquet (#​47553)
  • Add SERVICE_UNAVAILABLE to list of retried transient errors (#​47673)
  • Re-phrase the streaming executor current usage string (#​47515)
  • Remove ray.kill in ActorPoolMapOperator (#​47752)
  • Simplify and consolidate progress bar outputs (#​47692)
  • Refactor OpRuntimeMetrics to support properties (#​47800)
  • Refactor plan_write_op and Datasinks (#​47942)
  • Link PhysicalOperator to its LogicalOperator (#​47986)
  • Allow specifying both num_cpus and num_gpus for map APIs (#​47995)
  • Allow specifying insertion index when registering custom plan optimization Rules (#​48039)
  • Adding in better framework for substituting logging handlers (#​48056)

🔨 Fixes:

  • Fix bug where Ray Data incorrectly emits progress bar warning (#​47680)
  • Yield remaining results from async map_batches (#​47696)
  • Fix event loop mismatch with async map (#​47907)
  • Make sure num_gpus provide to Ray Data is appropriately passed to ray.remote call (#​47768)
  • Fix unequal partitions when grouping by multiple keys (#​47924)
  • Fix reading multiple parquet files with ragged ndarrays (#​47961)
  • Removing unneeded test case (#​48031)
  • Adding in better json checking in test logging (#​48036)
  • Fix bug with inserting custom optimization rule at index 0 (#​48051)
  • Fix logging output from write_xxx APIs (#​48096)

📖 Documentation:

  • Add docs section for Ray Data progress bars (#​47804)
  • Add reference to parquet predicate pushdown (#​47881)
  • Add tip about how to understand map_batches format (#​47394)
Ray Train

🏗 Architecture refactoring:

  • Remove deprecated mosaic and sklearn trainer code (#​47901)
Ray Tune

🔨 Fixes:

  • Fix WandbLoggerCallback to reuse actors upon restore (#​47985)
Ray Serve

🔨 Fixes:

  • Stop scheduling task early when requests have been canceled (#​47847)
RLlib

🎉 New Features:

💫 Enhancements:

🔨 Fixes:

🏗 Architecture refactoring:

📖 Documentation:

  • Add new API stack migration guide. (#​47779)
  • New API stack example script: BC pre training, then PPO finetuning using same RLModule class. (#​47838)
  • New API stack: Autoregressive actions example. (#​47829)
  • Remove old API stack connector docs entirely. (#​47778)
Ray Core and Ray Clusters
Ray Core

🎉 New Features:

  • CompiledGraphs: support multi readers in multi node when DAG is created from an actor (#​47601)

💫 Enhancements:

  • Add a flag to raise exception for out of band serialization of ObjectRef (#​47544)
  • Store each GCS table in its own Redis Hash (#​46861)
  • Decouple create worker vs pop worker request. (#​47694)
  • Add metrics for GCS jobs (#​47793)

🔨 Fixes:

  • Fix broken dashboard cluster page when there are dead nodes (#​47701)
  • Fix the ray_tasks{State="PENDING_ARGS_FETCH"} metric counting (#​47770)
  • Separate the attempt_number with the task_status in memory summary and object list (#​47818)
  • Fix object reconstruction hang on arguments pending creation (#​47645)
  • Fix check failure: sync_reactors_.find(reactor->GetRemoteNodeID()) == sync_reactors_.end() (#​47861)
  • Fix check failure RAY_CHECK(it != current_tasks_.end()); (#​47659)

📖 Documentation:

  • KubeRay docs: Add docs for YuniKorn Gang scheduling #​47850
Dashboard

💫 Enhancements:

  • Performance improvements for large scale clusters (#​47617)

🔨 Fixes:

  • Placement group and required resources not showing correctly in dashboard (#​47754)
Thanks

Many thanks to all those who contributed to this release!
@​GeneDer, @​rkooo567, @​dayshah, @​saihaj, @​nikitavemuri, @​bill-oconnor-anyscale, @​WeichenXu123, @​can-anyscale, @​jjyao, @​edoakes, @​kekulai-fredchang, @​bveeramani, @​alexeykudinkin, @​raulchen, @​khluu, @​sven1977, @​ruisearch42, @​dentiny, @​MengjinYan, @​Mark2000, @​simonsays1980, @​rynewang, @​PatricYan, @​zcin, @​sofianhnaide, @​matthewdeng, @​dlwh, @​scottjlee, @​MortalHappiness, @​kevin85421, @​win5923, @​aslonnie, @​prithvi081099, @​richardsliu, @​milesvant, @​omatthew98, @​Superskyyy, @​pcmoritz

v2.37.0

Compare Source

Ray Libraries

Ray Data

💫 Enhancements:

  • Simplify custom metadata provider API (#​47575)
  • Change counts of metrics to rates of metrics (#​47236)
  • Throw exception for non-streaming HF datasets with "override_num_blocks" argument (#​47559)
  • Refactor custom optimizer rules (#​47605)

🔨 Fixes:

  • Remove ineffective retry code in plan_read_op (#​47456)
  • Fix incorrect pending task size if outputs are empty (#​47604)

Ray Train

💫 Enhancements:

  • Update run status and add stack trace to TrainRunInfo (#​46875)

Ray Serve

💫 Enhancements:

  • Allow control of some serve configuration via env vars (#​47533)
  • [serve] Faster detection of dead replicas (#​47237)

🔨 Fixes:

  • [Serve] fix component id logging field (#​47609)

RLlib

💫 Enhancements:

  • New API stack:
    • Add restart-failed-env option to EnvRunners. (#​47608)
    • Offline RL: Store episodes in state form. (#​47294)
    • Offline RL: Replace GAE in MARWILOfflinePreLearner with GeneralAdvantageEstimation connector in learner pipeline. (#​47532)
    • Off-policy algos: Add episode sampling to EpisodeReplayBuffer. (#​47500)
    • RLModule APIs: Add SelfSupervisedLossAPI for RLModules that bring their own loss and InferenceOnlyAPI. (#​47581, #​47572)

Ray Core

💫 Enhancements:

  • [aDAG] Allow custom NCCL group for aDAG (#​47141)
  • [aDAG] support buffered input (#​47272)
  • [aDAG] Support multi node multi reader (#​47480)
  • [Core] Make is_gpu, is_actor, root_detached_id fields late bind to workers. (#​47212)
  • [Core] Reconstruct actor to run lineage reconstruction triggered actor task (#​47396)
  • [Core] Optimize GetAllJobInfo API for performance (#​47530)

🔨 Fixes:

  • [aDAG] Fix ranks ordering for custom NCCL group (#​47594)

Ray Clusters

📖 Documentation:

  • [KubeRay] add a guide for deploying vLLM with RayService (#​47038)

Thanks

Many thanks to all those who contributed to this release!
@​ruisearch42, @​andrewsykim, @​timkpaine, @​rkooo567, @​WeichenXu123, @​GeneDer, @​sword865, @​simonsays1980, @​angelinalg, @​sven1977, @​jjyao, @​woshiyyya, @​aslonnie, @​zcin, @​omatthew98, @​rueian, @​khluu, @​justinvyu, @​bveeramani, @​nikitavemuri, @​chris-ray-zhang, @​liuxsh9, @​xingyu-long, @​peytondmurray, @​rynewang

v2.36.1

Compare Source

Ray Core

🔨 Fixes:

  • Fix broken dashboard cluster page when there are dead nodes (#​47701)
  • Fix broken dashboard worker page (#​47714)

v2.36.0

Compare Source

Ray Libraries

Ray Data

💫 Enhancements:

  • Remove limit on number of tasks launched per scheduling step (#​47393)
  • Allow user-defined Exception to be caught. (#​47339)

🔨 Fixes:

  • Display pending actors separately in the progress bar and not count them towards running resources (#​46384)
  • Fix bug where arrow_parquet_args aren't used (#​47161)
  • Skip empty JSON files in read_json() (#​47378)
  • Remove remote call for initializing Datasource in read_datasource() (#​47467)
  • Remove dead from_*_operator modules (#​47457)
  • Release test fixes
  • Add AWS ACCESS_DENIED as retryable exception for multi-node Data+Train benchmarks (#​47232)
  • Get AWS credentials with boto (#​47352)
  • Use worker node instead of head node for read_images_comparison_microbenchmark_single_node release test (#​47228)

📖 Documentation:

  • Add docstring to explain Dataset.deserialize_lineage (#​47203)
  • Add a comment explaining the bundling behavior for map_batches with default batch_size (#​47433)

Ray Train

💫 Enhancements:

  • Decouple device-related modules and add Huawei NPU support to Ray Train (#​44086)

🔨 Fixes:

  • Update TORCH_NCCL_ASYNC_ERROR_HANDLING env var (#​47292)

📖 Documentation:

  • Add missing Train public API reference (#​47134)

Ray Tune

📖 Documentation:

  • Add missing Tune public API references (#​47138)

Ray Serve

💫 Enhancements:

  • Mark proxy as unready when its routers are aware of zero replicas (#​47002)
  • Setup default serve logger (#​47229)

🔨 Fixes:

  • Allow get_serve_logs_dir to run outside of Ray's context (#​47224)
  • Use serve logger name for logs in serve (#​47205)

📖 Documentation:

  • [HPU] [Serve] [experimental] Add vllm HPU support in vllm example (#​45893)

🏗 Architecture refactoring:

  • Remove support for nested DeploymentResponses (#​47209)

RLlib

🎉 New Features:

  • New API stack: Add CQL algorithm. (#​47000, #​47402)
  • New API stack: Enable GPU and multi-GPU support for DQN/SAC/CQL. (#​47179)

💫 Enhancements:

📖 Documentation:

  • New API stack example scripts:
    • Float16 training example script. (#​47362)
    • Mixed precision training example script (#​47116)
    • ModelV2 -> RLModule wrapper for migrating to new API stack. (#​47425)
  • Remove "new API stack experimental" hint from docs. (#​47301)

🏗 Architecture refactoring:

  • Remove 2nd Learner ConnectorV2 pass from PPO (#​47401)
  • Add separate learning rates for policy and alpha to SAC. (#​47078)

🔨 Fixes:

Ray Core

💫 Enhancements:

🔨 Fixes:

  • Fix ray_unintentional_worker_failures_total to only count unintentional worker failures (#​47368)
  • Fix runtime env race condition when uploading the same package concurrently (#​47482)

Dashboard

🔨 Fixes:

Docs

💫 Enhancements:

  • Add sphinx-autobuild and documentation for make local (#​47275): Speed up of local docs builds with make local.
  • Add Algolia search to docs (#​46477)
  • Update PyTorch Mnist Training doc for KubeRay 1.2.0 (#​47321)
  • Life-cycle of documentation policy of Ray APIs

Thanks

Many thanks to all those who contributed to this release!
@​GeneDer, @​Bye-legumes, @​nikitavemuri, @​kevin85421, @​MortalHappiness, @​LeoLiao123, @​saihaj, @​rmcsqrd, @​bveeramani, @​zcin, @​matthewdeng, @​raulchen, @​mattip, @​jjyao, @​ruisearch42, @​scottjlee, @​can-anyscale, @​khluu, @​aslonnie, @​rynewang, @​edoakes, @​zhanluxianshen, @​venkatram-dev, @​c21, @​allenyin55, @​alexeykudinkin, @​snehakottapalli, @​BitPhinix, @​hongchaodeng, @​dengwxn, @​liuxsh9, @​simonsays1980, @​peytondmurray, @​KepingYan, @​bryant1410, @​woshiyyya, @​sven1977

v2.35.0

Compare Source

Notice: Starting from this release, pip install ray[all] will not include ray[cpp], and will not install the respective ray-cpp package. To install everything that includes ray-cpp, one can use pip install ray[cpp-all] instead.

Ray Libraries

Ray Data

🎉 New Features:

  • Upgrade supported Arrow version from 16 to 17 (#​47034)
  • Add support for reading from Iceberg (#​46889)

💫 Enhancements:

🔨 Fixes:

  • Change type of DataContext.retried_io_errors from tuple to list (#​46884)
  • Make Parquet tests more robust and expose Parquet logic (#​46944)
  • Change pickling log level from warning to debug (#​47032)
  • Add validation for shuffle arg (#​47055)
  • Fix validation bug when size=0 in ActorPoolStrategy (#​47072)
  • Fix exception in async map (#​47110)
  • Fix wrong metrics group for Object Store Memory metrics on Ray Data Dashboard (#​47170)
  • Handle errors in SplitCoordinator when generating a new epoch (#​47176)

📖 Documentation:

Ray Train

💫 Enhancements:

  • [train] Updates to support xgboost==2.1.0 (#​46667)
  • [train] Add hardware stats (#​46719)

Ray Tune

🔨 Fixes:

  • [RLlib; Tune] Fix WandB metric overlap after restore from checkpoint. (#​46897)

Ray Serve

💫 Enhancements:

  • Improved handling of replica death and replica unavailability in deployment handle routers before controller restarts replica (#​47008)
  • Eagerly create routers in proxy for better GCS fault tolerance (#​47031)
  • Immediately send ping in router when receiving new replica set (#​47053)

🏗 Architecture refactoring:

  • Deprecate passing arguments that contain DeploymentResponses in nested objects to downstream deployment handle calls (#​46806)

RLlib

🎉 New Features:


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 8655c33 to 8c90d95 Compare December 21, 2023 01:52
@renovate renovate bot changed the title Update dependency ray to v2.8.1 Update dependency ray to v2.9.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 8c90d95 to 4edb603 Compare January 19, 2024 01:06
@renovate renovate bot changed the title Update dependency ray to v2.9.0 Update dependency ray to v2.9.1 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 4edb603 to 6ce46d7 Compare February 6, 2024 01:19
@renovate renovate bot changed the title Update dependency ray to v2.9.1 Update dependency ray to v2.9.2 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 6ce46d7 to 1bfe8d4 Compare February 22, 2024 23:18
@renovate renovate bot changed the title Update dependency ray to v2.9.2 Update dependency ray to v2.9.3 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 1bfe8d4 to 40e8831 Compare April 2, 2024 20:50
@renovate renovate bot changed the title Update dependency ray to v2.9.3 Update dependency ray to v2.10.0 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 40e8831 to d3688b3 Compare April 17, 2024 23:22
@renovate renovate bot changed the title Update dependency ray to v2.10.0 Update dependency ray to v2.11.0 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from d3688b3 to 29e1881 Compare April 25, 2024 23:37
@renovate renovate bot changed the title Update dependency ray to v2.11.0 Update dependency ray to v2.12.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 29e1881 to aab97cd Compare May 2, 2024 02:11
@renovate renovate bot changed the title Update dependency ray to v2.12.0 Update dependency ray to v2.20.0 May 2, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from aab97cd to 66bfb70 Compare May 8, 2024 22:52
@renovate renovate bot changed the title Update dependency ray to v2.20.0 Update dependency ray to v2.21.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 66bfb70 to aaf7672 Compare May 15, 2024 02:00
@renovate renovate bot changed the title Update dependency ray to v2.21.0 Update dependency ray to v2.22.0 May 15, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from aaf7672 to 92a3a08 Compare May 23, 2024 01:07
@renovate renovate bot changed the title Update dependency ray to v2.22.0 Update dependency ray to v2.23.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 92a3a08 to 409400d Compare June 6, 2024 18:59
@renovate renovate bot changed the title Update dependency ray to v2.23.0 Update dependency ray to v2.24.0 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 409400d to 8798324 Compare June 20, 2024 23:21
@renovate renovate bot changed the title Update dependency ray to v2.24.0 Update dependency ray to v2.30.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 8798324 to e3e74c3 Compare June 27, 2024 00:48
@renovate renovate bot changed the title Update dependency ray to v2.30.0 Update dependency ray to v2.31.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from e3e74c3 to a2b275e Compare July 10, 2024 17:37
@renovate renovate bot changed the title Update dependency ray to v2.31.0 Update dependency ray to v2.32.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from a2b275e to 75e08fc Compare July 25, 2024 21:22
@renovate renovate bot changed the title Update dependency ray to v2.32.0 Update dependency ray to v2.33.0 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 75e08fc to 0a87c74 Compare July 30, 2024 22:11
@renovate renovate bot changed the title Update dependency ray to v2.33.0 Update dependency ray to v2.34.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 0a87c74 to 284a4c1 Compare August 28, 2024 02:07
@renovate renovate bot changed the title Update dependency ray to v2.34.0 Update dependency ray to v2.35.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 284a4c1 to 1338f53 Compare September 16, 2024 21:47
@renovate renovate bot changed the title Update dependency ray to v2.35.0 Update dependency ray to v2.36.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 1338f53 to d659515 Compare September 23, 2024 19:37
@renovate renovate bot changed the title Update dependency ray to v2.36.0 Update dependency ray to v2.36.1 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from d659515 to 6184f99 Compare September 25, 2024 02:14
@renovate renovate bot changed the title Update dependency ray to v2.36.1 Update dependency ray to v2.37.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 6184f99 to 5097d8e Compare October 23, 2024 19:51
@renovate renovate bot changed the title Update dependency ray to v2.37.0 Update dependency ray to v2.38.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 5097d8e to 7ba6396 Compare November 12, 2024 21:39
@renovate renovate bot changed the title Update dependency ray to v2.38.0 Update dependency ray to v2.39.0 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 7ba6396 to 18d6542 Compare December 4, 2024 00:49
@renovate renovate bot changed the title Update dependency ray to v2.39.0 Update dependency ray to v2.40.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/ray-2.x-lockfile branch from 18d6542 to f201fcf Compare December 15, 2024 20:19
@renovate renovate bot changed the title Update dependency ray to v2.40.0 fix(deps): update dependency ray to v2.40.0 Dec 15, 2024
@mergify mergify bot merged commit d944a95 into master Dec 15, 2024
8 of 11 checks passed
@renovate renovate bot deleted the renovate/ray-2.x-lockfile branch December 15, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants