Features / Enhancements
* **Build**: Add `overwrite_build_params` for `build_function`, 2604, tankilevitch
* **Job**: Load source at runtime or build time fix, 2588, AlonMaor14
* **Pipelines**: Change the way the kfp pod pulls the run state, 2548, tankilevitch
* **Frameworks**: Add alias for the SciKit-Learn model server, 2615, guy1992l
* **API**: Adding cloud storage to default allowed file paths, 2614, theSaarco
* **Projects**: Support GH fine grained tokens, 2611, theSaarco
* **Tests**: Adopt test_sync_pipeline_chunks to entities set to df index, 2599, assaf758
* **Docs**: figure updated with Function Hub, 2602, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc17#features-and-enhancements)
Bug fixes
* **SDK**: Fix console notification being printed when also ipython notification is displayed, 2610, quaark
* **Feature Store**: Fix target path in spark merger, 2605, gtopper
* **Tests**: Fix `test_schedule_on_filtered_by_time`, 2598, gtopper
* **Unknown**: Fix Docker Compose Deployment, 2601, quaark
* **Frameworks**: Fixed bug of no validation set in training, 2608, guy1992l
* **System Tests**: Add checkout before copying `cleanup.py`, 2612, tankilevitch
* **API**: Configure Uvicorn Keep Alive Timeout, 2613, quaark
* **Client-Spec**: Pass logs config through the client spec, 2616, tankilevitch
* **Run**: Ignore returned `None` values for logging, 2603, guy1992l
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc17#bug-fixes)
Pull requests:
85d5016e [Client-Spec] Pass logs config through the client spec (2616)
15e20ef6 [Build] Add `overwrite_build_params` for `build_function` (2604)
0ad3530e [SDK] Fix console notification being printed when also ipython notification is displayed (2610)
a57b4b92 [Job] Load source at runtime or build time fix (2588)
edb1b723 [Pipelines] Change the way the kfp pod pulls the run state (2548)
04a96f2c [Frameworks] Add alias for the SciKit-Learn model server (2615)
926732ce Fix Docker Compose Deployment (2601)
0744d011 [Frameworks] Fixed bug of no validation set in training (2608)
efec5fac [API] Configure Uvicorn Keep Alive Timeout (2613)
1e4db64d [API] Adding cloud storage to default allowed file paths (2614)
b062157f [Projects] Support GH fine grained tokens (2611)
024aa277 [System Tests] Add checkout before copying `cleanup.py` (2612)
2b391945 [Feature Store] Fix target path in spark merger (2605)
6efd5574 [Tests] Fix `test_schedule_on_filtered_by_time` (2598)
db4a9be8 [Tests] Adopt test_sync_pipeline_chunks to entities set to df index (2599)
63f3db6a [Run] Ignore returned `None` values for logging (2603)
ec1a12bf [Docs] figure updated with Function Hub (2602)