Features / Enhancements
* **LogCollector**: Change log files permission from 0644 to 0600, 6359, liranbg
* **Dependencies**: Bump requirements, 6356, liranbg
* **Config**: Raising more coherent message when config reload is failing, 6355, liranbg
* **Docs**: Note oauth2 api gateway mode is not supported, 6353, alonmr
* **Spark**: Raise default driver memory to 2gb, 6357, gtopper
* **Projects**: Change log to warning for bad use of workflow runner ns, 6354, yaelgen
* **Feature Store**: Properly handle category type, 6352, gtopper
* **Artifacts**: Limit the artifact body size when logging artifacts, 6349, moranbental
* **Tests**: Do not verify ssl by default for system tests, 6332, moranbental
* **Workflows**: Add support for workflow runner node selector in remote workflow execution, 6333, yaelgen
* **Runtimes**: Add ignoring `skip_deployed` warning, 6311, alonmr
* **Alerts**: Refactor eventkind values to use hyphens instead of underscores, 6339, Yacouby
* **API Gateway**: Add with annotations sdk, 6343, TomerShor
* **Model Monitoring**: Add logs to delete model endpoints process, 6342, Eyal-Danieli
* **Docs**: Replace outdated code: new_function and code_to_function, 6235, jillnogold
* **Requirements**: Raise boto3 upper limit, 6336, gtopper
* **Docs**: Rename to "tutorial" in 07 add mlops to existing code and 05 realtime monitoring, delete model-monitoring-batch, 6295, jillnogold
* **Artifacts**: Remove default iteration from store artifact, 6335, alonmr
* **RuntimeResources**: Enhance resources deletion upon project deletion, 6326, liranbg
* **Automation**: Patch igz to support specific registry-url, 6327, liranbg
* **Model Monitoring**: Define 1.7.0 as the minimum client version which supports mm & delete strem trigger duplication of the stream pod, 6[30](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:31)5, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc44#features-and-enhancements)
Bug fixes
* **Docs**: Typo fix, 6350, liranbg
* **CLI**: Fix errors when no dbpath is set and mlrun default to mockdb, 6346, liranbg
* **Datastore**: Fix streamstoreytarget wrapper, 6340, alxtkr77
* **Utils**: Fix ipython/jupyter message, 6185, jond01
* **CI**: Fix security scan to show cve, 6344, liranbg
* **Artifacts**: Fix the docstring for uploading an artifact when logging a directory artifact, 63[31](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:32), moranbental
* **Model Monitoring**: Fix version check in mm endpoint and delete `store_type` config from all confugurations., 6341, davesh0812
* **Model Monitoring**: Minor fixes, 6280, jond01
* **Tests**: Fix feature store system test assertions, 6[32](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:33)0, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc44#bug-fixes)
Pull requests:
06b782bf0 [LogCollector] Change log files permission from 0644 to 0600 (6359)
79260a527 [Dependencies] Bump requirements (6356)
15da62624 [Config] Raising more coherent message when config reload is failing (6355)
577aa07c2 [Docs] Note OAuth2 API gateway mode is not supported (6353)
f1f547c50 [Spark] Raise default driver memory to 2GB (6357)
b6c6379df [Projects] Change log to warning for bad use of workflow runner NS (6354)
6924929c7 [Feature Store] Properly handle category type (6352)
e048f0490 [Artifacts] Limit the artifact body size when logging artifacts (6349)
a4541924f [Tests] Do not verify SSL by default for system tests (6[33](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:34)2)
19779a0bd [Workflows] Add support for workflow runner node selector in remote workflow execution (6333)
8daab9e70 [Docs] Typo fix (6350)
b5377e912 [Runtimes] Add ignoring `skip_deployed` warning (6311)
32cb78e40 [CLI] Fix errors when no dbpath is set and mlrun default to mockdb (6[34](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:35)6)
77c4b8273 [Alerts] Refactor EventKind values to use hyphens instead of underscores (6339)
a83d07d8e [Datastore] Fix StreamStoreyTarget wrapper (6340)
4121abc2e [Utils] Fix IPython/Jupyter message (6185)
2bf33b6f3 [CI] Fix security scan to show CVE (6344)
f63da5474 [API Gateway] Add with annotations SDK (6343)
b1d18cafc [Artifacts] Fix the docstring for uploading an artifact when logging a directory artifact (6331)
ef084a159 [Model Monitoring] Add logs to delete model endpoints process (6342)
047b4c24d [Model Monitoring] Fix version check in mm endpoint and delete `store_type` config from all confugurations. (6341)
c293c5595 [Model Monitoring] Minor fixes (6280)
54f449960 [Docs] Replace outdated code: new_function and code_to_function (62[35](https://github.com/mlrun/mlrun/actions/runs/10921163900/job/30313365821#step:5:36))
d2e57352c [Requirements] Raise boto3 upper limit (6336)
171e0c34d [Docs] Rename to "tutorial" in 07 Add MLOps to existing code and 05 Realtime monitoring, delete model-monitoring-batch (6295)
7e6e4666c [Artifacts] Remove default iteration from store artifact (6335)
ffb8e69f7 [RuntimeResources] Enhance resources deletion upon project deletion (6326)
2e5c75afd [Automation] Patch igz to support specific registry-url (6327)
f07297b75 [Model Monitoring] Define 1.7.0 as the minimum Client Version which supports MM & delete strem trigger duplication of the stream pod (6305)
74e8a6167 [Tests] Fix feature store system test assertions (6320)