Features / Enhancements
* **Doc**: Add datastore profile module, 4607, alxtkr77
* **Datastore**: Partially revert 4582, 4605, gtopper
* **Docs**: Remote pipeline notifications updates, 4585, quaark
* **Nuclio**: Correct the check for the existence of the http trigger, 4598, rokatyy
* **Model Monitoring**: Sync the controller range with the stream pod flush interval, 4590, jond01
* **Requirements**: Temporarily blacklist aiohttp 3.8.4, 4602, alonmr
* **Docs**: Add using single step and create context, 4597, jillnogold
* **Docs**: Bump sphinx and myst-nb, 4593, alonmr
* **CI**: Disable github action color for unit tests job, 4595, alonmr
* **Images**: Use libmamba solver for mlrun image, 4592, alonmr
* **Runtimes**: Add set categories method to runtimes, 4589, Yacouby
* **Databricks**: Accept `state_threshold` param, 4591, alonmr
* **Docs**: Update change log with open issues and limitations, 4577, jillnogold
* **Tests**: Move databricks env config to env template, 4583, alonmr
* **Requirments**: Bump storey to v1.6.6, 4584, assaf758
* **Datastore**: Support dbfs datastore profiles, 4579, tomerm-iguazio
* **Nuclio**: Allow not creating an http trigger for nuclio functions by default, 4552, rokatyy
* **API**: Change minimum state threshold to 1 minute, 4578, alonmr
* **Notifications**: Remote pipeline notifications, 4567, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc7#features-and-enhancements)
Bug fixes
* **Storey**: Fix test for aggregations returning nan, 4608, alxtkr77
* **Datastore**: Fixing datastore profile target path resolution in csv and parquet targets, 4601, alxtkr77
* **CLI**: Fix default image overrides runtime, 4604, alonmr
* **Workflows**: Fix workflow request notifications read, 4606, alonmr
* **Runtimes**: Fixed missing `force_build` in `deploy()` for spark and serving runtimes, 4599, theSaarco
* **Model Monitoring**: Fix labels when calling `list_model_monitoring_functions`, 4600, Eyal-Danieli
* **Unknown**: Revert "[datastore] fixing datastore profile target path resolution in csv and parquet targets (4586)", 4596, assaf758
* **Datastore**: Fixing datastore profile target path resolution in csv and parquet targets, 4586, alxtkr77
* **Secrets**: Fix v3io access-key that remained in cleartext when creating function through ui, 4587, theSaarco
* **Requirements**: Fix apple silicon conda dependencies, 4580, jond01
* **Feature Store**: Fix `csvtarget` in ingestion service, fix feature order in target with `after_step`, 4582, gtopper
* **Builder**: Fix resolving secret name for using mlrun default registry, 4575, liranbg
* **Dask**: Fix dask cli command for old mlrun clients, 4576, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc7#bug-fixes)
Pull requests:
93faebe6 [Storey] Fix test for aggregations returning NaN (4608)
7e39b41b [Doc] Add datastore profile module (4607)
550bc6cc [Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (4601)
b8cb854b [CLI] Fix default image overrides runtime (4604)
fc7dd6cd [Workflows] Fix workflow request notifications read (4606)
e8df5bd2 [Datastore] Partially revert 4582 (4605)
d909ade0 [Docs] Remote Pipeline Notifications Updates (4585)
014d0521 [Nuclio] Correct the check for the existence of the HTTP trigger (4598)
7d2c198f [Model Monitoring] Sync the controller range with the stream pod flush interval (4590)
ec850049 [Requirements] Temporarily blacklist aiohttp 3.8.4 (4602)
53874c36 [Runtimes] Fixed missing `force_build` in `deploy()` for spark and serving runtimes (4599)
b56b3d8f [Docs] Add using single step and create context (4597)
cf824ca2 [Docs] Bump sphinx and myst-nb (4593)
ae330ccf [CI] Disable github action color for unit tests job (4595)
a43b3ea0 [Model Monitoring] Fix labels when calling `list_model_monitoring_functions` (4600)
c0c8a07c Revert "[Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (4586)" (4596)
4546dc81 [Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (4586)
9846d0f0 [Images] Use libmamba solver for mlrun image (4592)
aea26681 [Runtimes] Add set categories method to runtimes (4589)
353a6cd8 [Databricks] Accept `state_threshold` param (4591)
6ebca8bb [Secrets] Fix v3io access-key that remained in cleartext when creating function through UI (4587)
a29c1a93 [Docs] Update change log with open issues and limitations (4577)
6043953e [Tests] Move Databricks env config to env template (4583)
cd776370 [Requirments] bump storey to v1.6.6 (4584)
2c219804 [Datastore] Support Dbfs datastore profiles (4579)
a0396e85 [Nuclio] Allow not creating an http trigger for Nuclio functions by default (4552)
0ab7bc65 [Requirements] Fix Apple silicon conda dependencies (4580)
81888c19 [Feature Store] Fix `CSVTarget` in ingestion service, fix feature order in target with `after_step` (4582)
9d09e4ea [API] Change minimum state threshold to 1 minute (4578)
47b8c733 [Notifications] Remote Pipeline Notifications (4567)
14acb754 [Builder] Fix resolving secret name for using mlrun default registry (4575)
90006a5e [Dask] Fix dask CLI command for old mlrun clients (4576)