Features / Enhancements
* **Serving**: Allow reducing serving spec for 1.7.0 rc as well, 6140, liranbg
* **Runtimes**: Update node selector enrichment on spark driver and executor, 6043, yaelgen
* **ProjectSummary**: Improving refresh_project_summaries by ensuring orphaned project summaries are deleted, 6113, moranbental
* **KFP**: Raise exception if trying to schedule function, 6135, roei3000b
* **Model Monitoring**: Add log, remove `respond()` from writer, 6136, gtopper
* **Model Monitoring**: Add log info in pydantic validation error, 6132, jond01
* **Monitoring**: Refine list runs filter, 6134, alonmr
* **Requirements**: Bump kfp adapters, 6137, alonmr
* **Requirements**: Restrict memray installation platform, 6121, alonmr
* **Notifications**: Add `send_start_notification` to project `run` method, 6130, quaark
* **Application**: Support pre-building reverse proxy image, 6099, TomerShor
* **Requirements**: Bump nuclio-jupyter version to 0.10.4, 6123, rokatyy
* **Docs**: Add docstring for alertconfig, 6107, Yacouby
* **Alerts**: Change default reset policy to auto, 6040, yanburman
* **ProjectSummary**: Create new data migration for creating project summaries, 6129, roei3000b
* **Model Monitoring**: Add logs to mm writer, remove `respond()`, 6124, gtopper
* **Model Monitoring**: Skipping deletion of stream resources when the project does not exist in iguazio, 6127, moranbental
* **Nuclio**: Update disable default http trigger min version, 6122, TomerShor
* **Alerts**: Don't overrun state with reset policy auto, 6067, yanburman
* **Tests**: Add config ns to system tests, 6117, yaelgen
* **KFP**: Bump kfp version, 6108, roei3000b
* **Pipelines**: Add detailed error message from pipeline step, 6087, roei3000b
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc37#features-and-enhancements)
Bug fixes
* **Model Monitoring**: Fix app context output path, 6126, jond01
* **Serving**: Fix model serving stream path, 6138, jond01
* **Alerts**: Add abstract methods and fix imports and type hints, 6133, TomerShor
* **K8S**: Fix deleting project secret flow, 6111, moranbental
* **Notifications**: Fix notification schema condition `optional` type hint, 6125, quaark
* **Serving**: Fix setting of drain/termination callbacks, 6128, gtopper
* **Datastore**: Fix s3 upload, 6085, tomerm-iguazio
* **Model Monitoring**: Fix storage size limit for both v3io kv and mysql, 6110, Eyal-Danieli
* **Model Monitoring**: Fix delete pipeline model monitoring stream resources, 6131, Eyal-Danieli
* **Pipelines**: Fix test_remote_pipeline_with_kfp_engine_from_github, 6119, roei3000b
* **Tests**: Fix mapvalues test, 6114, tomerm-iguazio
* **K8S**: Store secret - fix bug when data is none, 6106, roei3000b
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc37#bug-fixes)
Pull requests:
9edc20898 [Serving] Allow reducing serving spec for 1.7.0 rc as well (6140)
c1cdf4249 [Runtimes] Update node selector enrichment on spark driver and executor (6043)
6f576afe5 [ProjectSummary] Improving refresh_project_summaries by ensuring orphaned project summaries are deleted (6113)
217291cf4 [KFP] Raise exception if trying to schedule function (6135)
b49ed26ae [Model Monitoring] Fix app context output path (6126)
afd0177fa [Model Monitoring] Add log, remove `respond()` from Writer (6136)
c289cbd8a [Serving] Fix model serving stream path (6138)
eaf21b904 [Alerts] Add abstract methods and fix imports and type hints (6133)
18e70a629 [Model Monitoring] Add log info in pydantic validation error (6132)
0f6ffecfe [Monitoring] Refine list runs filter (6134)
61e66d948 [Requirements] Bump KFP adapters (6137)
fea9601fd [Requirements] Restrict memray installation platform (6121)
7b67692a4 [Notifications] Add `send_start_notification` to project `run` method (6130)
16c321a1b [Application] Support pre-building reverse proxy image (6099)
5ed1325d2 [K8S] Fix deleting project secret flow (6111)
d0c312e11 [Requirements] Bump Nuclio-Jupyter version to 0.10.4 (6123)
08fec6023 [Docs] Add docstring for AlertConfig (6107)
c3f1aba56 [Alerts] Change default reset policy to auto (6040)
a0b86dc64 [Notifications] Fix notification schema condition `Optional` type hint (6125)
7d89f8f26 [ProjectSummary] Create new data migration for creating project summaries (6129)
b617f6c74 [Model Monitoring] Add logs to MM writer, remove `respond()` (6124)
99e8891a9 [Serving] Fix setting of drain/termination callbacks (6128)
664c59571 [Datastore] Fix s3 upload (6085)
a4ac5bd36 [Model Monitoring] Skipping deletion of stream resources when the project does not exist in Iguazio (6127)
ccc764ceb [Model Monitoring] Fix storage size limit for both V3IO KV and MySQL (6110)
7dfda5567 [Model Monitoring] Fix delete pipeline model monitoring stream resources (6131)
9bd9ad12f [Nuclio] Update disable default http trigger min version (6122)
cf189f86d [Alerts] Don't overrun state with reset policy AUTO (6067)
5e7a16bd4 [Pipelines] Fix test_remote_pipeline_with_kfp_engine_from_github (6119)
31adbc432 [Tests] Add config NS to system tests (6117)
fe3905bb8 [Tests] Fix mapvalues test (6114)
16837d40a [K8S] Store secret - fix bug when data is None (6106)
fff0737c3 [KFP] Bump kfp version (6108)
1e5de0338 [Pipelines] Add detailed error message from pipeline step (6087)